bc-minecraft-bedrock-command 1.2.34 → 1.19.40-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. package/lib/src/Lib/Data/CommandInfo.d.ts +3 -3
  2. package/lib/src/Lib/Data/Vanilla/alwaysday.d.ts +3 -0
  3. package/lib/src/Lib/Data/Vanilla/alwaysday.js +16 -0
  4. package/lib/src/Lib/Data/Vanilla/alwaysday.js.map +1 -0
  5. package/lib/src/Lib/Data/Vanilla/camerashake.d.ts +3 -0
  6. package/lib/src/Lib/Data/Vanilla/camerashake.js +53 -0
  7. package/lib/src/Lib/Data/Vanilla/camerashake.js.map +1 -0
  8. package/lib/src/Lib/Data/Vanilla/clear.d.ts +3 -0
  9. package/lib/src/Lib/Data/Vanilla/clear.js +24 -0
  10. package/lib/src/Lib/Data/Vanilla/clear.js.map +1 -0
  11. package/lib/src/Lib/Data/Vanilla/clearspawnpoint.d.ts +3 -0
  12. package/lib/src/Lib/Data/Vanilla/clearspawnpoint.js +25 -0
  13. package/lib/src/Lib/Data/Vanilla/clearspawnpoint.js.map +1 -0
  14. package/lib/src/Lib/Data/Vanilla/clone.d.ts +3 -0
  15. package/lib/src/Lib/Data/Vanilla/clone.js +106 -0
  16. package/lib/src/Lib/Data/Vanilla/clone.js.map +1 -0
  17. package/lib/src/Lib/Data/Vanilla/damage.d.ts +3 -0
  18. package/lib/src/Lib/Data/Vanilla/damage.js +30 -0
  19. package/lib/src/Lib/Data/Vanilla/damage.js.map +1 -0
  20. package/lib/src/Lib/Data/Vanilla/daylock.d.ts +3 -0
  21. package/lib/src/Lib/Data/Vanilla/daylock.js +16 -0
  22. package/lib/src/Lib/Data/Vanilla/daylock.js.map +1 -0
  23. package/lib/src/Lib/Data/Vanilla/deop.d.ts +3 -0
  24. package/lib/src/Lib/Data/Vanilla/deop.js +21 -0
  25. package/lib/src/Lib/Data/Vanilla/deop.js.map +1 -0
  26. package/lib/src/Lib/Data/Vanilla/dialogue.d.ts +3 -0
  27. package/lib/src/Lib/Data/Vanilla/dialogue.js +50 -0
  28. package/lib/src/Lib/Data/Vanilla/dialogue.js.map +1 -0
  29. package/lib/src/Lib/Data/Vanilla/difficulty.d.ts +3 -0
  30. package/lib/src/Lib/Data/Vanilla/difficulty.js +16 -0
  31. package/lib/src/Lib/Data/Vanilla/difficulty.js.map +1 -0
  32. package/lib/src/Lib/Data/Vanilla/effect.d.ts +3 -0
  33. package/lib/src/Lib/Data/Vanilla/effect.js +33 -0
  34. package/lib/src/Lib/Data/Vanilla/effect.js.map +1 -0
  35. package/lib/src/Lib/Data/Vanilla/enchant.d.ts +3 -0
  36. package/lib/src/Lib/Data/Vanilla/enchant.js +38 -0
  37. package/lib/src/Lib/Data/Vanilla/enchant.js.map +1 -0
  38. package/lib/src/Lib/Data/Vanilla/event.d.ts +3 -0
  39. package/lib/src/Lib/Data/Vanilla/event.js +18 -0
  40. package/lib/src/Lib/Data/Vanilla/event.js.map +1 -0
  41. package/lib/src/Lib/Data/Vanilla/execute.d.ts +3 -0
  42. package/lib/src/Lib/Data/Vanilla/execute.js +38 -0
  43. package/lib/src/Lib/Data/Vanilla/execute.js.map +1 -0
  44. package/lib/src/Lib/Data/Vanilla/fill.d.ts +3 -0
  45. package/lib/src/Lib/Data/Vanilla/fill.js +106 -0
  46. package/lib/src/Lib/Data/Vanilla/fill.js.map +1 -0
  47. package/lib/src/Lib/Data/Vanilla/fog.d.ts +3 -0
  48. package/lib/src/Lib/Data/Vanilla/fog.js +51 -0
  49. package/lib/src/Lib/Data/Vanilla/fog.js.map +1 -0
  50. package/lib/src/Lib/Data/Vanilla/function.d.ts +3 -0
  51. package/lib/src/Lib/Data/Vanilla/function.js +16 -0
  52. package/lib/src/Lib/Data/Vanilla/function.js.map +1 -0
  53. package/lib/src/Lib/Data/Vanilla/gamemode.d.ts +3 -0
  54. package/lib/src/Lib/Data/Vanilla/gamemode.js +22 -0
  55. package/lib/src/Lib/Data/Vanilla/gamemode.js.map +1 -0
  56. package/lib/src/Lib/Data/Vanilla/gamerule.d.ts +3 -0
  57. package/lib/src/Lib/Data/Vanilla/gamerule.js +330 -0
  58. package/lib/src/Lib/Data/Vanilla/gamerule.js.map +1 -0
  59. package/lib/src/Lib/Data/Vanilla/give.d.ts +3 -0
  60. package/lib/src/Lib/Data/Vanilla/give.js +25 -0
  61. package/lib/src/Lib/Data/Vanilla/give.js.map +1 -0
  62. package/lib/src/Lib/Data/Vanilla/index.d.ts +58 -0
  63. package/lib/src/Lib/Data/Vanilla/index.js +76 -0
  64. package/lib/src/Lib/Data/Vanilla/index.js.map +1 -0
  65. package/lib/src/Lib/Data/Vanilla/kick.d.ts +3 -0
  66. package/lib/src/Lib/Data/Vanilla/kick.js +21 -0
  67. package/lib/src/Lib/Data/Vanilla/kick.js.map +1 -0
  68. package/lib/src/Lib/Data/Vanilla/kill.d.ts +3 -0
  69. package/lib/src/Lib/Data/Vanilla/kill.js +16 -0
  70. package/lib/src/Lib/Data/Vanilla/kill.js.map +1 -0
  71. package/lib/src/Lib/Data/Vanilla/locate.d.ts +3 -0
  72. package/lib/src/Lib/Data/Vanilla/locate.js +16 -0
  73. package/lib/src/Lib/Data/Vanilla/locate.js.map +1 -0
  74. package/lib/src/Lib/Data/Vanilla/loot.d.ts +3 -0
  75. package/lib/src/Lib/Data/Vanilla/loot.js +437 -0
  76. package/lib/src/Lib/Data/Vanilla/loot.js.map +1 -0
  77. package/lib/src/Lib/Data/Vanilla/me.d.ts +3 -0
  78. package/lib/src/Lib/Data/Vanilla/me.js +16 -0
  79. package/lib/src/Lib/Data/Vanilla/me.js.map +1 -0
  80. package/lib/src/Lib/Data/Vanilla/msg.d.ts +3 -0
  81. package/lib/src/Lib/Data/Vanilla/msg.js +17 -0
  82. package/lib/src/Lib/Data/Vanilla/msg.js.map +1 -0
  83. package/lib/src/Lib/Data/Vanilla/music.d.ts +3 -0
  84. package/lib/src/Lib/Data/Vanilla/music.js +88 -0
  85. package/lib/src/Lib/Data/Vanilla/music.js.map +1 -0
  86. package/lib/src/Lib/Data/Vanilla/op.d.ts +3 -0
  87. package/lib/src/Lib/Data/Vanilla/op.js +21 -0
  88. package/lib/src/Lib/Data/Vanilla/op.js.map +1 -0
  89. package/lib/src/Lib/Data/Vanilla/particle.d.ts +3 -0
  90. package/lib/src/Lib/Data/Vanilla/particle.js +19 -0
  91. package/lib/src/Lib/Data/Vanilla/particle.js.map +1 -0
  92. package/lib/src/Lib/Data/Vanilla/playanimation.d.ts +3 -0
  93. package/lib/src/Lib/Data/Vanilla/playanimation.js +28 -0
  94. package/lib/src/Lib/Data/Vanilla/playanimation.js.map +1 -0
  95. package/lib/src/Lib/Data/Vanilla/playsound.d.ts +3 -0
  96. package/lib/src/Lib/Data/Vanilla/playsound.js +28 -0
  97. package/lib/src/Lib/Data/Vanilla/playsound.js.map +1 -0
  98. package/lib/src/Lib/Data/Vanilla/replaceitem.d.ts +3 -0
  99. package/lib/src/Lib/Data/Vanilla/replaceitem.js +86 -0
  100. package/lib/src/Lib/Data/Vanilla/replaceitem.js.map +1 -0
  101. package/lib/src/Lib/Data/Vanilla/ride.d.ts +3 -0
  102. package/lib/src/Lib/Data/Vanilla/ride.js +71 -0
  103. package/lib/src/Lib/Data/Vanilla/ride.js.map +1 -0
  104. package/lib/src/Lib/Data/Vanilla/say.d.ts +3 -0
  105. package/lib/src/Lib/Data/Vanilla/say.js +16 -0
  106. package/lib/src/Lib/Data/Vanilla/say.js.map +1 -0
  107. package/lib/src/Lib/Data/Vanilla/schedule.d.ts +3 -0
  108. package/lib/src/Lib/Data/Vanilla/schedule.js +55 -0
  109. package/lib/src/Lib/Data/Vanilla/schedule.js.map +1 -0
  110. package/lib/src/Lib/Data/Vanilla/scoreboard.d.ts +3 -0
  111. package/lib/src/Lib/Data/Vanilla/scoreboard.js +250 -0
  112. package/lib/src/Lib/Data/Vanilla/scoreboard.js.map +1 -0
  113. package/lib/src/Lib/Data/Vanilla/setblock.d.ts +3 -0
  114. package/lib/src/Lib/Data/Vanilla/setblock.js +46 -0
  115. package/lib/src/Lib/Data/Vanilla/setblock.js.map +1 -0
  116. package/lib/src/Lib/Data/Vanilla/setmaxplayers.d.ts +3 -0
  117. package/lib/src/Lib/Data/Vanilla/setmaxplayers.js +21 -0
  118. package/lib/src/Lib/Data/Vanilla/setmaxplayers.js.map +1 -0
  119. package/lib/src/Lib/Data/Vanilla/setworldspawn.d.ts +3 -0
  120. package/lib/src/Lib/Data/Vanilla/setworldspawn.js +18 -0
  121. package/lib/src/Lib/Data/Vanilla/setworldspawn.js.map +1 -0
  122. package/lib/src/Lib/Data/Vanilla/spawnpoint.d.ts +3 -0
  123. package/lib/src/Lib/Data/Vanilla/spawnpoint.js +24 -0
  124. package/lib/src/Lib/Data/Vanilla/spawnpoint.js.map +1 -0
  125. package/lib/src/Lib/Data/Vanilla/spreadplayers.d.ts +3 -0
  126. package/lib/src/Lib/Data/Vanilla/spreadplayers.js +20 -0
  127. package/lib/src/Lib/Data/Vanilla/spreadplayers.js.map +1 -0
  128. package/lib/src/Lib/Data/Vanilla/stopsound.d.ts +3 -0
  129. package/lib/src/Lib/Data/Vanilla/stopsound.js +22 -0
  130. package/lib/src/Lib/Data/Vanilla/stopsound.js.map +1 -0
  131. package/lib/src/Lib/Data/Vanilla/structure.d.ts +3 -0
  132. package/lib/src/Lib/Data/Vanilla/structure.js +131 -0
  133. package/lib/src/Lib/Data/Vanilla/structure.js.map +1 -0
  134. package/lib/src/Lib/Data/Vanilla/summon.d.ts +3 -0
  135. package/lib/src/Lib/Data/Vanilla/summon.js +33 -0
  136. package/lib/src/Lib/Data/Vanilla/summon.js.map +1 -0
  137. package/lib/src/Lib/Data/Vanilla/tag.d.ts +3 -0
  138. package/lib/src/Lib/Data/Vanilla/tag.js +42 -0
  139. package/lib/src/Lib/Data/Vanilla/tag.js.map +1 -0
  140. package/lib/src/Lib/Data/Vanilla/teleport.d.ts +3 -0
  141. package/lib/src/Lib/Data/Vanilla/teleport.js +369 -0
  142. package/lib/src/Lib/Data/Vanilla/teleport.js.map +1 -0
  143. package/lib/src/Lib/Data/Vanilla/tell.d.ts +3 -0
  144. package/lib/src/Lib/Data/Vanilla/tell.js +22 -0
  145. package/lib/src/Lib/Data/Vanilla/tell.js.map +1 -0
  146. package/lib/src/Lib/Data/Vanilla/tellraw.d.ts +3 -0
  147. package/lib/src/Lib/Data/Vanilla/tellraw.js +26 -0
  148. package/lib/src/Lib/Data/Vanilla/tellraw.js.map +1 -0
  149. package/lib/src/Lib/Data/Vanilla/testfor.d.ts +3 -0
  150. package/lib/src/Lib/Data/Vanilla/testfor.js +16 -0
  151. package/lib/src/Lib/Data/Vanilla/testfor.js.map +1 -0
  152. package/lib/src/Lib/Data/Vanilla/testforblock.d.ts +3 -0
  153. package/lib/src/Lib/Data/Vanilla/testforblock.js +106 -0
  154. package/lib/src/Lib/Data/Vanilla/testforblock.js.map +1 -0
  155. package/lib/src/Lib/Data/Vanilla/tickingarea.d.ts +3 -0
  156. package/lib/src/Lib/Data/Vanilla/tickingarea.js +78 -0
  157. package/lib/src/Lib/Data/Vanilla/tickingarea.js.map +1 -0
  158. package/lib/src/Lib/Data/Vanilla/time.d.ts +3 -0
  159. package/lib/src/Lib/Data/Vanilla/time.js +62 -0
  160. package/lib/src/Lib/Data/Vanilla/time.js.map +1 -0
  161. package/lib/src/Lib/Data/Vanilla/title.d.ts +3 -0
  162. package/lib/src/Lib/Data/Vanilla/title.js +98 -0
  163. package/lib/src/Lib/Data/Vanilla/title.js.map +1 -0
  164. package/lib/src/Lib/Data/Vanilla/titleraw.d.ts +3 -0
  165. package/lib/src/Lib/Data/Vanilla/titleraw.js +110 -0
  166. package/lib/src/Lib/Data/Vanilla/titleraw.js.map +1 -0
  167. package/lib/src/Lib/Data/Vanilla/toggledownfall.d.ts +3 -0
  168. package/lib/src/Lib/Data/Vanilla/toggledownfall.js +13 -0
  169. package/lib/src/Lib/Data/Vanilla/toggledownfall.js.map +1 -0
  170. package/lib/src/Lib/Data/Vanilla/w.d.ts +3 -0
  171. package/lib/src/Lib/Data/Vanilla/w.js +17 -0
  172. package/lib/src/Lib/Data/Vanilla/w.js.map +1 -0
  173. package/lib/src/Lib/Data/Vanilla/weather.d.ts +3 -0
  174. package/lib/src/Lib/Data/Vanilla/weather.js +35 -0
  175. package/lib/src/Lib/Data/Vanilla/weather.js.map +1 -0
  176. package/lib/src/Lib/Data/Vanilla/xp.d.ts +3 -0
  177. package/lib/src/Lib/Data/Vanilla/xp.js +36 -0
  178. package/lib/src/Lib/Data/Vanilla/xp.js.map +1 -0
  179. package/lib/src/Lib/Data/Vanilla.d.ts +2 -1
  180. package/lib/src/Lib/Data/Vanilla.js +119 -3257
  181. package/lib/src/Lib/Data/Vanilla.js.map +1 -1
  182. package/lib/src/Lib/Data/index.d.ts +3 -3
  183. package/lib/src/Lib/Data/index.js +4 -3
  184. package/lib/src/Lib/Data/index.js.map +1 -1
  185. package/lib/src/Lib/Types/Command/index.d.ts +4 -0
  186. package/lib/src/Lib/Types/Command/index.js +22 -0
  187. package/lib/src/Lib/Types/Command/index.js.map +1 -0
  188. package/lib/src/Lib/Types/ParameterType.d.ts +52 -0
  189. package/lib/src/Lib/Types/ParameterType.js +52 -52
  190. package/lib/src/Lib/Types/ParameterType.js.map +1 -1
  191. package/lib/src/Lib/Types/index.js +1 -0
  192. package/lib/src/Lib/Types/index.js.map +1 -1
  193. package/package.json +3 -3
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.give = void 0;
4
+ const Types_1 = require("../../Types");
5
+ /**The give command */
6
+ exports.give = [
7
+ {
8
+ name: "give",
9
+ documentation: "Gives an item to a player.",
10
+ parameters: [
11
+ { text: "give", type: Types_1.ParameterType.keyword, required: true },
12
+ {
13
+ text: "player",
14
+ type: Types_1.ParameterType.selector,
15
+ required: true,
16
+ options: { playerOnly: true },
17
+ },
18
+ { text: "item name", type: Types_1.ParameterType.item, required: true },
19
+ { text: "amount", type: Types_1.ParameterType.integer, required: false },
20
+ { text: "data", type: Types_1.ParameterType.integer, required: false },
21
+ { text: "components", type: Types_1.ParameterType.jsonItem, required: false },
22
+ ],
23
+ },
24
+ ];
25
+ //# sourceMappingURL=give.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"give.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/give.ts"],"names":[],"mappings":";;;AAAA,uCAA4C;AAG5C,sBAAsB;AACT,QAAA,IAAI,GAAkB;IACjC;QACE,IAAI,EAAE,MAAM;QACZ,aAAa,EAAE,4BAA4B;QAC3C,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC7D;gBACE,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,qBAAa,CAAC,QAAQ;gBAC5B,QAAQ,EAAE,IAAI;gBACd,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;aAC9B;YACD,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,qBAAa,CAAC,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/D,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;YAChE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;YAC9D,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,qBAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE;SACtE;KACF;CACF,CAAC"}
@@ -0,0 +1,58 @@
1
+ export * from "./alwaysday";
2
+ export * from "./camerashake";
3
+ export * from "./clear";
4
+ export * from "./clearspawnpoint";
5
+ export * from "./clone";
6
+ export * from "./damage";
7
+ export * from "./daylock";
8
+ export * from "./deop";
9
+ export * from "./dialogue";
10
+ export * from "./difficulty";
11
+ export * from "./effect";
12
+ export * from "./enchant";
13
+ export * from "./event";
14
+ export * from "./execute";
15
+ export * from "./fill";
16
+ export * from "./fog";
17
+ export * from "./function";
18
+ export * from "./gamemode";
19
+ export * from "./gamerule";
20
+ export * from "./give";
21
+ export * from "./kick";
22
+ export * from "./kill";
23
+ export * from "./locate";
24
+ export * from "./loot";
25
+ export * from "./me";
26
+ export * from "./msg";
27
+ export * from "./music";
28
+ export * from "./op";
29
+ export * from "./particle";
30
+ export * from "./playanimation";
31
+ export * from "./playsound";
32
+ export * from "./replaceitem";
33
+ export * from "./ride";
34
+ export * from "./say";
35
+ export * from "./schedule";
36
+ export * from "./scoreboard";
37
+ export * from "./setblock";
38
+ export * from "./setmaxplayers";
39
+ export * from "./setworldspawn";
40
+ export * from "./spawnpoint";
41
+ export * from "./spreadplayers";
42
+ export * from "./stopsound";
43
+ export * from "./structure";
44
+ export * from "./summon";
45
+ export * from "./tag";
46
+ export * from "./teleport";
47
+ export * from "./tell";
48
+ export * from "./tellraw";
49
+ export * from "./testfor";
50
+ export * from "./testforblock";
51
+ export * from "./tickingarea";
52
+ export * from "./time";
53
+ export * from "./title";
54
+ export * from "./titleraw";
55
+ export * from "./toggledownfall";
56
+ export * from "./w";
57
+ export * from "./weather";
58
+ export * from "./xp";
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+ /* Auto generated */
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ __exportStar(require("./alwaysday"), exports);
19
+ __exportStar(require("./camerashake"), exports);
20
+ __exportStar(require("./clear"), exports);
21
+ __exportStar(require("./clearspawnpoint"), exports);
22
+ __exportStar(require("./clone"), exports);
23
+ __exportStar(require("./damage"), exports);
24
+ __exportStar(require("./daylock"), exports);
25
+ __exportStar(require("./deop"), exports);
26
+ __exportStar(require("./dialogue"), exports);
27
+ __exportStar(require("./difficulty"), exports);
28
+ __exportStar(require("./effect"), exports);
29
+ __exportStar(require("./enchant"), exports);
30
+ __exportStar(require("./event"), exports);
31
+ __exportStar(require("./execute"), exports);
32
+ __exportStar(require("./fill"), exports);
33
+ __exportStar(require("./fog"), exports);
34
+ __exportStar(require("./function"), exports);
35
+ __exportStar(require("./gamemode"), exports);
36
+ __exportStar(require("./gamerule"), exports);
37
+ __exportStar(require("./give"), exports);
38
+ __exportStar(require("./kick"), exports);
39
+ __exportStar(require("./kill"), exports);
40
+ __exportStar(require("./locate"), exports);
41
+ __exportStar(require("./loot"), exports);
42
+ __exportStar(require("./me"), exports);
43
+ __exportStar(require("./msg"), exports);
44
+ __exportStar(require("./music"), exports);
45
+ __exportStar(require("./op"), exports);
46
+ __exportStar(require("./particle"), exports);
47
+ __exportStar(require("./playanimation"), exports);
48
+ __exportStar(require("./playsound"), exports);
49
+ __exportStar(require("./replaceitem"), exports);
50
+ __exportStar(require("./ride"), exports);
51
+ __exportStar(require("./say"), exports);
52
+ __exportStar(require("./schedule"), exports);
53
+ __exportStar(require("./scoreboard"), exports);
54
+ __exportStar(require("./setblock"), exports);
55
+ __exportStar(require("./setmaxplayers"), exports);
56
+ __exportStar(require("./setworldspawn"), exports);
57
+ __exportStar(require("./spawnpoint"), exports);
58
+ __exportStar(require("./spreadplayers"), exports);
59
+ __exportStar(require("./stopsound"), exports);
60
+ __exportStar(require("./structure"), exports);
61
+ __exportStar(require("./summon"), exports);
62
+ __exportStar(require("./tag"), exports);
63
+ __exportStar(require("./teleport"), exports);
64
+ __exportStar(require("./tell"), exports);
65
+ __exportStar(require("./tellraw"), exports);
66
+ __exportStar(require("./testfor"), exports);
67
+ __exportStar(require("./testforblock"), exports);
68
+ __exportStar(require("./tickingarea"), exports);
69
+ __exportStar(require("./time"), exports);
70
+ __exportStar(require("./title"), exports);
71
+ __exportStar(require("./titleraw"), exports);
72
+ __exportStar(require("./toggledownfall"), exports);
73
+ __exportStar(require("./w"), exports);
74
+ __exportStar(require("./weather"), exports);
75
+ __exportStar(require("./xp"), exports);
76
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/index.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;;;;;;;;;;;;;;AAEpB,8CAA4B;AAC5B,gDAA8B;AAC9B,0CAAwB;AACxB,oDAAkC;AAClC,0CAAwB;AACxB,2CAAyB;AACzB,4CAA0B;AAC1B,yCAAuB;AACvB,6CAA2B;AAC3B,+CAA6B;AAC7B,2CAAyB;AACzB,4CAA0B;AAC1B,0CAAwB;AACxB,4CAA0B;AAC1B,yCAAuB;AACvB,wCAAsB;AACtB,6CAA2B;AAC3B,6CAA2B;AAC3B,6CAA2B;AAC3B,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,2CAAyB;AACzB,yCAAuB;AACvB,uCAAqB;AACrB,wCAAsB;AACtB,0CAAwB;AACxB,uCAAqB;AACrB,6CAA2B;AAC3B,kDAAgC;AAChC,8CAA4B;AAC5B,gDAA8B;AAC9B,yCAAuB;AACvB,wCAAsB;AACtB,6CAA2B;AAC3B,+CAA6B;AAC7B,6CAA2B;AAC3B,kDAAgC;AAChC,kDAAgC;AAChC,+CAA6B;AAC7B,kDAAgC;AAChC,8CAA4B;AAC5B,8CAA4B;AAC5B,2CAAyB;AACzB,wCAAsB;AACtB,6CAA2B;AAC3B,yCAAuB;AACvB,4CAA0B;AAC1B,4CAA0B;AAC1B,iDAA+B;AAC/B,gDAA8B;AAC9B,yCAAuB;AACvB,0CAAwB;AACxB,6CAA2B;AAC3B,mDAAiC;AACjC,sCAAoB;AACpB,4CAA0B;AAC1B,uCAAqB"}
@@ -0,0 +1,3 @@
1
+ import { CommandInfo } from "../CommandInfo";
2
+ /**The kick command */
3
+ export declare const kick: CommandInfo[];
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.kick = void 0;
4
+ const Types_1 = require("../../Types");
5
+ /**The kick command */
6
+ exports.kick = [
7
+ {
8
+ name: "kick",
9
+ documentation: "Kicks the specified players.",
10
+ parameters: [
11
+ { text: "kick", type: Types_1.ParameterType.keyword, required: true },
12
+ {
13
+ text: "selector",
14
+ type: Types_1.ParameterType.selector,
15
+ required: false,
16
+ options: { playerOnly: true },
17
+ },
18
+ ],
19
+ },
20
+ ];
21
+ //# sourceMappingURL=kick.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kick.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/kick.ts"],"names":[],"mappings":";;;AAAA,uCAA4C;AAG5C,sBAAsB;AACT,QAAA,IAAI,GAAkB;IACjC;QACE,IAAI,EAAE,MAAM;QACZ,aAAa,EAAE,8BAA8B;QAC7C,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC7D;gBACE,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,qBAAa,CAAC,QAAQ;gBAC5B,QAAQ,EAAE,KAAK;gBACf,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;aAC9B;SACF;KACF;CACF,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { CommandInfo } from "../CommandInfo";
2
+ /**The kill command */
3
+ export declare const kill: CommandInfo[];
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.kill = void 0;
4
+ const Types_1 = require("../../Types");
5
+ /**The kill command */
6
+ exports.kill = [
7
+ {
8
+ name: "kill",
9
+ documentation: "Kills entities (players, mobs, items, etc.).",
10
+ parameters: [
11
+ { text: "kill", type: Types_1.ParameterType.keyword, required: true },
12
+ { text: "selector", type: Types_1.ParameterType.selector, required: false },
13
+ ],
14
+ },
15
+ ];
16
+ //# sourceMappingURL=kill.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kill.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/kill.ts"],"names":[],"mappings":";;;AAAA,uCAA4C;AAG5C,sBAAsB;AACT,QAAA,IAAI,GAAkB;IACjC;QACE,IAAI,EAAE,MAAM;QACZ,aAAa,EAAE,8CAA8C;QAC7D,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC7D,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE;SACpE;KACF;CACF,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { CommandInfo } from "../CommandInfo";
2
+ /**The locate command */
3
+ export declare const locate: CommandInfo[];
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.locate = void 0;
4
+ const Types_1 = require("../../Types");
5
+ /**The locate command */
6
+ exports.locate = [
7
+ {
8
+ name: "locate",
9
+ documentation: "Displays the coordinates for the closest structure of a given type.",
10
+ parameters: [
11
+ { text: "locate", type: Types_1.ParameterType.keyword, required: true },
12
+ { text: "feature", type: Types_1.ParameterType.locateFeature, required: true },
13
+ ],
14
+ },
15
+ ];
16
+ //# sourceMappingURL=locate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locate.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/locate.ts"],"names":[],"mappings":";;;AAAA,uCAA4C;AAG5C,wBAAwB;AACX,QAAA,MAAM,GAAkB;IACnC;QACE,IAAI,EAAE,QAAQ;QACd,aAAa,EAAE,qEAAqE;QACpF,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/D,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,qBAAa,CAAC,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE;SACvE;KACF;CACF,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { CommandInfo } from "../CommandInfo";
2
+ /**The loot command */
3
+ export declare const loot: CommandInfo[];