bc-minecraft-bedrock-command 1.2.35 → 1.19.40

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 (190) 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 +1 -0
  180. package/lib/src/Lib/Data/Vanilla.js +119 -3499
  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/index.js +1 -0
  189. package/lib/src/Lib/Types/index.js.map +1 -1
  190. package/package.json +3 -3
@@ -1,3504 +1,124 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Vanilla = void 0;
4
- const ParameterType_1 = require("../Types/ParameterType");
3
+ exports.VanillaCommands = exports.Vanilla = void 0;
4
+ const alwaysday_1 = require("./Vanilla/alwaysday");
5
+ const camerashake_1 = require("./Vanilla/camerashake");
6
+ const clear_1 = require("./Vanilla/clear");
7
+ const clearspawnpoint_1 = require("./Vanilla/clearspawnpoint");
8
+ const clone_1 = require("./Vanilla/clone");
9
+ const damage_1 = require("./Vanilla/damage");
10
+ const daylock_1 = require("./Vanilla/daylock");
11
+ const deop_1 = require("./Vanilla/deop");
12
+ const dialogue_1 = require("./Vanilla/dialogue");
13
+ const difficulty_1 = require("./Vanilla/difficulty");
14
+ const effect_1 = require("./Vanilla/effect");
15
+ const event_1 = require("./Vanilla/event");
16
+ const enchant_1 = require("./Vanilla/enchant");
17
+ const execute_1 = require("./Vanilla/execute");
18
+ const fill_1 = require("./Vanilla/fill");
19
+ const function_1 = require("./Vanilla/function");
20
+ const fog_1 = require("./Vanilla/fog");
21
+ const gamemode_1 = require("./Vanilla/gamemode");
22
+ const gamerule_1 = require("./Vanilla/gamerule");
23
+ const give_1 = require("./Vanilla/give");
24
+ const kick_1 = require("./Vanilla/kick");
25
+ const kill_1 = require("./Vanilla/kill");
26
+ const locate_1 = require("./Vanilla/locate");
27
+ const loot_1 = require("./Vanilla/loot");
28
+ const me_1 = require("./Vanilla/me");
29
+ const msg_1 = require("./Vanilla/msg");
30
+ const music_1 = require("./Vanilla/music");
31
+ const op_1 = require("./Vanilla/op");
32
+ const particle_1 = require("./Vanilla/particle");
33
+ const playanimation_1 = require("./Vanilla/playanimation");
34
+ const playsound_1 = require("./Vanilla/playsound");
35
+ const replaceitem_1 = require("./Vanilla/replaceitem");
36
+ const ride_1 = require("./Vanilla/ride");
37
+ const say_1 = require("./Vanilla/say");
38
+ const schedule_1 = require("./Vanilla/schedule");
39
+ const scoreboard_1 = require("./Vanilla/scoreboard");
40
+ const setblock_1 = require("./Vanilla/setblock");
41
+ const setmaxplayers_1 = require("./Vanilla/setmaxplayers");
42
+ const setworldspawn_1 = require("./Vanilla/setworldspawn");
43
+ const spawnpoint_1 = require("./Vanilla/spawnpoint");
44
+ const spreadplayers_1 = require("./Vanilla/spreadplayers");
45
+ const stopsound_1 = require("./Vanilla/stopsound");
46
+ const structure_1 = require("./Vanilla/structure");
47
+ const summon_1 = require("./Vanilla/summon");
48
+ const tag_1 = require("./Vanilla/tag");
49
+ const teleport_1 = require("./Vanilla/teleport");
50
+ const tell_1 = require("./Vanilla/tell");
51
+ const tellraw_1 = require("./Vanilla/tellraw");
52
+ const testfor_1 = require("./Vanilla/testfor");
53
+ const testforblock_1 = require("./Vanilla/testforblock");
54
+ const tickingarea_1 = require("./Vanilla/tickingarea");
55
+ const time_1 = require("./Vanilla/time");
56
+ const title_1 = require("./Vanilla/title");
57
+ const titleraw_1 = require("./Vanilla/titleraw");
58
+ const toggledownfall_1 = require("./Vanilla/toggledownfall");
59
+ const w_1 = require("./Vanilla/w");
60
+ const weather_1 = require("./Vanilla/weather");
61
+ const xp_1 = require("./Vanilla/xp");
5
62
  exports.Vanilla = {
6
- /**The alwaysday command */
7
- alwaysday: [
8
- {
9
- name: "alwaysday",
10
- documentation: "Locks and unlocks the day-night cycle.",
11
- parameters: [
12
- { text: "alwaysday", type: ParameterType_1.ParameterType.keyword, required: true },
13
- { text: "lock", type: ParameterType_1.ParameterType.boolean, required: false },
14
- ],
15
- },
16
- ],
17
- /**The camerashake command */
18
- camerashake: [
19
- {
20
- name: "camerashake",
21
- documentation: "Applies shaking to the players' camera with specified intensity and duration",
22
- parameters: [
23
- { text: "camerashake", type: ParameterType_1.ParameterType.keyword, required: true },
24
- { text: "add", type: ParameterType_1.ParameterType.keyword, required: true },
25
- {
26
- text: "player",
27
- type: ParameterType_1.ParameterType.selector,
28
- required: true,
29
- options: { playerOnly: true },
30
- },
31
- {
32
- text: "intensity",
33
- type: ParameterType_1.ParameterType.float,
34
- required: false,
35
- options: { minimum: 0, maximum: 4 },
36
- },
37
- {
38
- text: "seconds",
39
- type: ParameterType_1.ParameterType.float,
40
- required: false,
41
- options: { minimum: 0 },
42
- },
43
- {
44
- text: "shake type",
45
- type: ParameterType_1.ParameterType.cameraShakeType,
46
- required: false,
47
- },
48
- ],
49
- },
50
- {
51
- name: "camerashake",
52
- documentation: "Stops shaking to the players' camera with specified intensity and duration",
53
- parameters: [
54
- { text: "camerashake", type: ParameterType_1.ParameterType.keyword, required: true },
55
- { text: "stop", type: ParameterType_1.ParameterType.keyword, required: true },
56
- {
57
- text: "player",
58
- type: ParameterType_1.ParameterType.selector,
59
- required: false,
60
- options: { playerOnly: true },
61
- },
62
- ],
63
- },
64
- ],
65
- /**The clear command */
66
- clear: [
67
- {
68
- name: "clear",
69
- documentation: "Clears items from player inventory.",
70
- parameters: [
71
- { text: "clear", type: ParameterType_1.ParameterType.keyword, required: true },
72
- {
73
- text: "player",
74
- type: ParameterType_1.ParameterType.selector,
75
- required: false,
76
- options: { playerOnly: true },
77
- },
78
- { text: "item name", type: ParameterType_1.ParameterType.item, required: false },
79
- { text: "data", type: ParameterType_1.ParameterType.integer, required: false },
80
- { text: "max count", type: ParameterType_1.ParameterType.integer, required: false },
81
- ],
82
- },
83
- ],
84
- /**The clearspawnpoint command */
85
- clearspawnpoint: [
86
- {
87
- name: "clearspawnpoint",
88
- documentation: "Removes the spawnpoint from the player.",
89
- parameters: [
90
- {
91
- text: "clearspawnpoint",
92
- type: ParameterType_1.ParameterType.keyword,
93
- required: true,
94
- },
95
- {
96
- text: "player",
97
- type: ParameterType_1.ParameterType.selector,
98
- required: false,
99
- options: { playerOnly: true },
100
- },
101
- ],
102
- },
103
- ],
104
- /**The clone command */
105
- clone: [
106
- {
107
- name: "clone",
108
- documentation: "Copies blocks from one place to another.",
109
- parameters: [
110
- { text: "clone", type: ParameterType_1.ParameterType.keyword, required: true },
111
- { text: "begin x", type: ParameterType_1.ParameterType.coordinate, required: true },
112
- { text: "begin y", type: ParameterType_1.ParameterType.coordinate, required: true },
113
- { text: "begin z", type: ParameterType_1.ParameterType.coordinate, required: true },
114
- { text: "end x", type: ParameterType_1.ParameterType.coordinate, required: true },
115
- { text: "end y", type: ParameterType_1.ParameterType.coordinate, required: true },
116
- { text: "end z", type: ParameterType_1.ParameterType.coordinate, required: true },
117
- {
118
- text: "destination x",
119
- type: ParameterType_1.ParameterType.coordinate,
120
- required: true,
121
- },
122
- {
123
- text: "destination y",
124
- type: ParameterType_1.ParameterType.coordinate,
125
- required: true,
126
- },
127
- {
128
- text: "destination z",
129
- type: ParameterType_1.ParameterType.coordinate,
130
- required: true,
131
- },
132
- { text: "mask", type: ParameterType_1.ParameterType.maskMode, required: false },
133
- { text: "clone mode", type: ParameterType_1.ParameterType.cloneMode, required: true },
134
- ],
135
- },
136
- {
137
- name: "clone",
138
- documentation: "Copies blocks from one place to another.",
139
- parameters: [
140
- { text: "clone", type: ParameterType_1.ParameterType.keyword, required: true },
141
- { text: "begin x", type: ParameterType_1.ParameterType.coordinate, required: true },
142
- { text: "begin y", type: ParameterType_1.ParameterType.coordinate, required: true },
143
- { text: "begin z", type: ParameterType_1.ParameterType.coordinate, required: true },
144
- { text: "end x", type: ParameterType_1.ParameterType.coordinate, required: true },
145
- { text: "end y", type: ParameterType_1.ParameterType.coordinate, required: true },
146
- { text: "end z", type: ParameterType_1.ParameterType.coordinate, required: true },
147
- {
148
- text: "destination x",
149
- type: ParameterType_1.ParameterType.coordinate,
150
- required: true,
151
- },
152
- {
153
- text: "destination y",
154
- type: ParameterType_1.ParameterType.coordinate,
155
- required: true,
156
- },
157
- {
158
- text: "destination z",
159
- type: ParameterType_1.ParameterType.coordinate,
160
- required: true,
161
- },
162
- { text: "filtered", type: ParameterType_1.ParameterType.keyword, required: true },
163
- { text: "clone mode", type: ParameterType_1.ParameterType.cloneMode, required: true },
164
- { text: "tile name", type: ParameterType_1.ParameterType.block, required: true },
165
- { text: "tile data", type: ParameterType_1.ParameterType.integer, required: false },
166
- ],
167
- },
168
- {
169
- name: "clone",
170
- documentation: "Copies blocks from one place to another.",
171
- parameters: [
172
- { text: "clone", type: ParameterType_1.ParameterType.keyword, required: true },
173
- { text: "begin x", type: ParameterType_1.ParameterType.coordinate, required: true },
174
- { text: "begin y", type: ParameterType_1.ParameterType.coordinate, required: true },
175
- { text: "begin z", type: ParameterType_1.ParameterType.coordinate, required: true },
176
- { text: "end x", type: ParameterType_1.ParameterType.coordinate, required: true },
177
- { text: "end y", type: ParameterType_1.ParameterType.coordinate, required: true },
178
- { text: "end z", type: ParameterType_1.ParameterType.coordinate, required: true },
179
- {
180
- text: "destination x",
181
- type: ParameterType_1.ParameterType.coordinate,
182
- required: true,
183
- },
184
- {
185
- text: "destination y",
186
- type: ParameterType_1.ParameterType.coordinate,
187
- required: true,
188
- },
189
- {
190
- text: "destination z",
191
- type: ParameterType_1.ParameterType.coordinate,
192
- required: true,
193
- },
194
- { text: "filtered", type: ParameterType_1.ParameterType.keyword, required: true },
195
- { text: "clone mode", type: ParameterType_1.ParameterType.cloneMode, required: true },
196
- { text: "tile name", type: ParameterType_1.ParameterType.block, required: true },
197
- {
198
- text: "block states",
199
- type: ParameterType_1.ParameterType.blockStates,
200
- required: false,
201
- },
202
- ],
203
- },
204
- ],
205
- /**The damage command */
206
- damage: [
207
- {
208
- name: "damage",
209
- documentation: "Apply damage to the specified entity.",
210
- parameters: [
211
- { text: "damage", type: ParameterType_1.ParameterType.keyword, required: true },
212
- { text: "target", type: ParameterType_1.ParameterType.selector, required: true },
213
- { text: "amount", type: ParameterType_1.ParameterType.integer, required: true },
214
- { text: "cause", type: ParameterType_1.ParameterType.causeType, required: false },
215
- ],
216
- },
217
- {
218
- name: "damage",
219
- documentation: "Apply damage to the specified entity.",
220
- parameters: [
221
- { text: "damage", type: ParameterType_1.ParameterType.keyword, required: true },
222
- { text: "target", type: ParameterType_1.ParameterType.selector, required: true },
223
- { text: "amount", type: ParameterType_1.ParameterType.integer, required: true },
224
- { text: "cause", type: ParameterType_1.ParameterType.causeType, required: true },
225
- { text: "entity", type: ParameterType_1.ParameterType.keyword, required: true },
226
- { text: "damager", type: ParameterType_1.ParameterType.selector, required: true },
227
- ],
228
- },
229
- ],
230
- /**The daylock command */
231
- daylock: [
232
- {
233
- name: "daylock",
234
- documentation: "Locks and unlocks the day-night cycle.",
235
- parameters: [
236
- { text: "daylock", type: ParameterType_1.ParameterType.keyword, required: true },
237
- { text: "lock", type: ParameterType_1.ParameterType.boolean, required: false },
238
- ],
239
- },
240
- ],
241
- /**The dialogue command */
242
- dialogue: [
243
- {
244
- name: "dialogue",
245
- documentation: "Forces to open an NPC dialogue box to the targeted player(s)",
246
- parameters: [
247
- { text: "dialogue", type: ParameterType_1.ParameterType.keyword, required: true },
248
- { text: "open", type: ParameterType_1.ParameterType.keyword, required: true },
249
- {
250
- text: "npc",
251
- type: ParameterType_1.ParameterType.selector,
252
- required: true,
253
- options: { allowFakePlayers: false, playerOnly: false },
254
- },
255
- {
256
- text: "player receiver",
257
- type: ParameterType_1.ParameterType.selector,
258
- required: true,
259
- options: { playerOnly: true, allowFakePlayers: false },
260
- },
261
- { text: "scene name", type: ParameterType_1.ParameterType.string, required: false },
262
- ],
263
- },
264
- {
265
- name: "dialogue",
266
- documentation: "Direct an NPC to use the dialogue provided in a specifically designated scene file",
267
- parameters: [
268
- { text: "dialogue", type: ParameterType_1.ParameterType.keyword, required: true },
269
- { text: "change", type: ParameterType_1.ParameterType.keyword, required: true },
270
- {
271
- text: "npc",
272
- type: ParameterType_1.ParameterType.selector,
273
- required: true,
274
- options: { allowFakePlayers: false, playerOnly: false },
275
- },
276
- { text: "scene name", type: ParameterType_1.ParameterType.string, required: true },
277
- {
278
- text: "player receiver",
279
- type: ParameterType_1.ParameterType.selector,
280
- required: false,
281
- options: { playerOnly: true, allowFakePlayers: false },
282
- },
283
- ],
284
- },
285
- ],
286
- /**The difficulty command */
287
- difficulty: [
288
- {
289
- name: "difficulty",
290
- documentation: "Sets the difficulty level.",
291
- parameters: [
292
- { text: "difficulty", type: ParameterType_1.ParameterType.keyword, required: true },
293
- { text: "mode", type: ParameterType_1.ParameterType.difficulty, required: true },
294
- ],
295
- },
296
- ],
297
- /**The deop command */
298
- deop: [
299
- {
300
- name: "deop",
301
- documentation: "Removes operator status from a player",
302
- parameters: [
303
- { text: "deop", type: ParameterType_1.ParameterType.keyword, required: true },
304
- {
305
- text: "player",
306
- type: ParameterType_1.ParameterType.selector,
307
- required: true,
308
- options: { allowFakePlayers: true, playerOnly: true },
309
- },
310
- ],
311
- },
312
- ],
313
- /**The effect command */
314
- effect: [
315
- {
316
- name: "effect",
317
- documentation: "Sets the difficulty level.",
318
- parameters: [
319
- { text: "effect", type: ParameterType_1.ParameterType.keyword, required: true },
320
- { text: "player", type: ParameterType_1.ParameterType.selector, required: true },
321
- { text: "effect", type: ParameterType_1.ParameterType.effect, required: true },
322
- { text: "seconds", type: ParameterType_1.ParameterType.integer, required: false },
323
- { text: "amplifier", type: ParameterType_1.ParameterType.integer, required: false },
324
- {
325
- text: "hide particles",
326
- type: ParameterType_1.ParameterType.boolean,
327
- required: false,
328
- },
329
- ],
330
- },
331
- {
332
- name: "effect",
333
- documentation: "Sets the difficulty level.",
334
- parameters: [
335
- { text: "effect", type: ParameterType_1.ParameterType.keyword, required: true },
336
- { text: "player", type: ParameterType_1.ParameterType.selector, required: true },
337
- { text: "clear", type: ParameterType_1.ParameterType.keyword, required: true },
338
- ],
339
- },
340
- ],
341
- /**The enchant command */
342
- enchant: [
343
- {
344
- name: "enchant",
345
- documentation: "Enchants a player item.",
346
- parameters: [
347
- { text: "enchant", type: ParameterType_1.ParameterType.keyword, required: true },
348
- {
349
- text: "player",
350
- type: ParameterType_1.ParameterType.selector,
351
- required: true,
352
- options: { playerOnly: true },
353
- },
354
- { text: "id", type: ParameterType_1.ParameterType.integer, required: true },
355
- { text: "level", type: ParameterType_1.ParameterType.integer, required: false },
356
- ],
357
- },
358
- {
359
- name: "enchant",
360
- documentation: "Enchants a player item.",
361
- parameters: [
362
- { text: "enchant", type: ParameterType_1.ParameterType.keyword, required: true },
363
- {
364
- text: "player",
365
- type: ParameterType_1.ParameterType.selector,
366
- required: true,
367
- options: { playerOnly: true },
368
- },
369
- { text: "id", type: ParameterType_1.ParameterType.string, required: true },
370
- { text: "level", type: ParameterType_1.ParameterType.keyword, required: false },
371
- ],
372
- },
373
- ],
374
- /**The event command */
375
- event: [
376
- {
377
- name: "event",
378
- documentation: "Triggers an event for the specified objects.",
379
- parameters: [
380
- { text: "event", type: ParameterType_1.ParameterType.keyword, required: true },
381
- { text: "entity", type: ParameterType_1.ParameterType.keyword, required: true },
382
- { text: "target", type: ParameterType_1.ParameterType.selector, required: true },
383
- { text: "event name", type: ParameterType_1.ParameterType.event, required: true },
384
- ],
385
- },
386
- ],
387
- /**The execute command */
388
- execute: [
389
- {
390
- name: "execute",
391
- documentation: "Executes another command.",
392
- parameters: [
393
- { text: "execute", type: ParameterType_1.ParameterType.keyword, required: true },
394
- { text: "origin", type: ParameterType_1.ParameterType.selector, required: true },
395
- { text: "position x", type: ParameterType_1.ParameterType.coordinate, required: true },
396
- { text: "position y", type: ParameterType_1.ParameterType.coordinate, required: true },
397
- { text: "position z", type: ParameterType_1.ParameterType.coordinate, required: true },
398
- { text: "command", type: ParameterType_1.ParameterType.command, required: true },
399
- ],
400
- },
401
- {
402
- name: "execute",
403
- documentation: "Executes another command.",
404
- parameters: [
405
- { text: "execute", type: ParameterType_1.ParameterType.keyword, required: true },
406
- { text: "origin", type: ParameterType_1.ParameterType.selector, required: true },
407
- { text: "position x", type: ParameterType_1.ParameterType.coordinate, required: true },
408
- { text: "position y", type: ParameterType_1.ParameterType.coordinate, required: true },
409
- { text: "position z", type: ParameterType_1.ParameterType.coordinate, required: true },
410
- { text: "detect", type: ParameterType_1.ParameterType.keyword, required: true },
411
- { text: "detectPos x", type: ParameterType_1.ParameterType.coordinate, required: true },
412
- { text: "detectPos y", type: ParameterType_1.ParameterType.coordinate, required: true },
413
- { text: "detectPos z", type: ParameterType_1.ParameterType.coordinate, required: true },
414
- { text: "block", type: ParameterType_1.ParameterType.block, required: true },
415
- { text: "data", type: ParameterType_1.ParameterType.integer, required: true },
416
- { text: "command", type: ParameterType_1.ParameterType.command, required: true },
417
- ],
418
- },
419
- ],
420
- /**The fill command */
421
- fill: [
422
- {
423
- name: "fill",
424
- documentation: "Fills a region with a specific block.",
425
- parameters: [
426
- { text: "fill", type: ParameterType_1.ParameterType.keyword, required: true },
427
- { text: "from x", type: ParameterType_1.ParameterType.coordinate, required: true },
428
- { text: "from y", type: ParameterType_1.ParameterType.coordinate, required: true },
429
- { text: "from z", type: ParameterType_1.ParameterType.coordinate, required: true },
430
- { text: "to x", type: ParameterType_1.ParameterType.coordinate, required: true },
431
- { text: "to y", type: ParameterType_1.ParameterType.coordinate, required: true },
432
- { text: "to z", type: ParameterType_1.ParameterType.coordinate, required: true },
433
- { text: "tile name", type: ParameterType_1.ParameterType.block, required: true },
434
- { text: "tile data", type: ParameterType_1.ParameterType.integer, required: true },
435
- { text: "replace", type: ParameterType_1.ParameterType.keyword, required: true },
436
- {
437
- text: "replace tile name",
438
- type: ParameterType_1.ParameterType.block,
439
- required: false,
440
- },
441
- {
442
- text: "replace data value",
443
- type: ParameterType_1.ParameterType.integer,
444
- required: false,
445
- },
446
- ],
447
- },
448
- {
449
- name: "fill",
450
- documentation: "Fills a region with a specific block.",
451
- parameters: [
452
- { text: "fill", type: ParameterType_1.ParameterType.keyword, required: true },
453
- { text: "from x", type: ParameterType_1.ParameterType.coordinate, required: true },
454
- { text: "from y", type: ParameterType_1.ParameterType.coordinate, required: true },
455
- { text: "from z", type: ParameterType_1.ParameterType.coordinate, required: true },
456
- { text: "to x", type: ParameterType_1.ParameterType.coordinate, required: true },
457
- { text: "to y", type: ParameterType_1.ParameterType.coordinate, required: true },
458
- { text: "to z", type: ParameterType_1.ParameterType.coordinate, required: true },
459
- { text: "tile name", type: ParameterType_1.ParameterType.block, required: true },
460
- { text: "tile data", type: ParameterType_1.ParameterType.integer, required: true },
461
- { text: "replace", type: ParameterType_1.ParameterType.keyword, required: true },
462
- {
463
- text: "replace tile name",
464
- type: ParameterType_1.ParameterType.block,
465
- required: false,
466
- },
467
- {
468
- text: "replace block states",
469
- type: ParameterType_1.ParameterType.blockStates,
470
- required: false,
471
- },
472
- ],
473
- },
474
- {
475
- name: "fill",
476
- documentation: "Fills a region with a specific block.",
477
- parameters: [
478
- { text: "fill", type: ParameterType_1.ParameterType.keyword, required: true },
479
- { text: "from x", type: ParameterType_1.ParameterType.coordinate, required: true },
480
- { text: "from y", type: ParameterType_1.ParameterType.coordinate, required: true },
481
- { text: "from z", type: ParameterType_1.ParameterType.coordinate, required: true },
482
- { text: "to x", type: ParameterType_1.ParameterType.coordinate, required: true },
483
- { text: "to y", type: ParameterType_1.ParameterType.coordinate, required: true },
484
- { text: "to z", type: ParameterType_1.ParameterType.coordinate, required: true },
485
- { text: "tile name", type: ParameterType_1.ParameterType.block, required: true },
486
- {
487
- text: "block states",
488
- type: ParameterType_1.ParameterType.blockStates,
489
- required: true,
490
- },
491
- { text: "replace", type: ParameterType_1.ParameterType.keyword, required: true },
492
- {
493
- text: "replace tile name",
494
- type: ParameterType_1.ParameterType.block,
495
- required: false,
496
- },
497
- {
498
- text: "replace block states",
499
- type: ParameterType_1.ParameterType.blockStates,
500
- required: false,
501
- },
502
- ],
503
- },
504
- {
505
- name: "fill",
506
- documentation: "Fills a region with a specific block.",
507
- parameters: [
508
- { text: "fill", type: ParameterType_1.ParameterType.keyword, required: true },
509
- { text: "from x", type: ParameterType_1.ParameterType.coordinate, required: true },
510
- { text: "from y", type: ParameterType_1.ParameterType.coordinate, required: true },
511
- { text: "from z", type: ParameterType_1.ParameterType.coordinate, required: true },
512
- { text: "to x", type: ParameterType_1.ParameterType.coordinate, required: true },
513
- { text: "to y", type: ParameterType_1.ParameterType.coordinate, required: true },
514
- { text: "to z", type: ParameterType_1.ParameterType.coordinate, required: true },
515
- { text: "tile name", type: ParameterType_1.ParameterType.block, required: true },
516
- { text: "tile data", type: ParameterType_1.ParameterType.integer, required: false },
517
- { text: "mode", type: ParameterType_1.ParameterType.fillMode, required: true },
518
- ],
519
- },
520
- ],
521
- /**The fog command */
522
- fog: [
523
- {
524
- name: "fog",
525
- documentation: "Pushes a new fog setting, to specified player(s), along with a user provided ID, onto the top of the Fog Command layers of the players' active fog stacks.",
526
- parameters: [
527
- { text: "fog", type: ParameterType_1.ParameterType.keyword, required: true },
528
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
529
- { text: "push", type: ParameterType_1.ParameterType.keyword, required: true },
530
- { text: "fog id", type: ParameterType_1.ParameterType.string, required: true },
531
- {
532
- text: "user provided id",
533
- type: ParameterType_1.ParameterType.string,
534
- required: true,
535
- },
536
- ],
537
- },
538
- {
539
- name: "fog",
540
- documentation: 'Removes the top-most fog setting, from selected player(s), that matches the user provided ID (i.e. as provided previously via a "/fog push" command).',
541
- parameters: [
542
- { text: "fog", type: ParameterType_1.ParameterType.keyword, required: true },
543
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
544
- { text: "pop", type: ParameterType_1.ParameterType.keyword, required: true },
545
- {
546
- text: "user provided id",
547
- type: ParameterType_1.ParameterType.string,
548
- required: true,
549
- },
550
- ],
551
- },
552
- {
553
- name: "fog",
554
- documentation: 'Removes all matching fog settings, from the selected player(s), that matches the user-provided ID (i.e. as provided previously via one or more "/fog push" commands).',
555
- parameters: [
556
- { text: "fog", type: ParameterType_1.ParameterType.keyword, required: true },
557
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
558
- { text: "remove", type: ParameterType_1.ParameterType.keyword, required: true },
559
- {
560
- text: "user provided id",
561
- type: ParameterType_1.ParameterType.string,
562
- required: true,
563
- },
564
- ],
565
- },
566
- ],
567
- /**The function command */
568
- function: [
569
- {
570
- name: "function",
571
- documentation: "Runs a function.",
572
- parameters: [
573
- { text: "function", type: ParameterType_1.ParameterType.keyword, required: true },
574
- { text: "function path", type: ParameterType_1.ParameterType.function, required: true },
575
- ],
576
- },
577
- ],
578
- /**The gamemode command */
579
- gamemode: [
580
- {
581
- name: "gamemode",
582
- documentation: "Sets a player's game mode.",
583
- parameters: [
584
- { text: "gamemode", type: ParameterType_1.ParameterType.keyword, required: true },
585
- { text: "gamemode", type: ParameterType_1.ParameterType.gamemode, required: true },
586
- {
587
- text: "player",
588
- type: ParameterType_1.ParameterType.selector,
589
- required: false,
590
- options: { playerOnly: true },
591
- },
592
- ],
593
- },
594
- ],
595
- /**The gamerule command */
596
- gamerule: [
597
- {
598
- name: "gamerule",
599
- documentation: "Whether command blocks should notify admins when they perform commands.",
600
- parameters: [
601
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
602
- {
603
- text: "commandblockoutput",
604
- type: ParameterType_1.ParameterType.keyword,
605
- required: true,
606
- },
607
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
608
- ],
609
- },
610
- {
611
- name: "gamerule",
612
- documentation: "Whether command blocks should be enabled in-game.",
613
- parameters: [
614
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
615
- {
616
- text: "commandblocksenabled",
617
- type: ParameterType_1.ParameterType.keyword,
618
- required: true,
619
- },
620
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
621
- ],
622
- },
623
- {
624
- name: "gamerule",
625
- documentation: "Whether the daylight cycle and moon phases progress.",
626
- parameters: [
627
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
628
- {
629
- text: "dodaylightcycle",
630
- type: ParameterType_1.ParameterType.keyword,
631
- required: true,
632
- },
633
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
634
- ],
635
- },
636
- {
637
- name: "gamerule",
638
- documentation: "Whether or not entities drop loot.",
639
- parameters: [
640
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
641
- { text: "doentitydrops", type: ParameterType_1.ParameterType.keyword, required: true },
642
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
643
- ],
644
- },
645
- {
646
- name: "gamerule",
647
- documentation: "Whether or not to do fire ticks, meaning that fire could do damage to block or not.",
648
- parameters: [
649
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
650
- { text: "dofiretick", type: ParameterType_1.ParameterType.keyword, required: true },
651
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
652
- ],
653
- },
654
- {
655
- name: "gamerule",
656
- documentation: "Whether to show the player a respawn screen or immediate respawn.",
657
- parameters: [
658
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
659
- {
660
- text: "doimmediaterespawn",
661
- type: ParameterType_1.ParameterType.keyword,
662
- required: true,
663
- },
664
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
665
- ],
666
- },
667
- {
668
- name: "gamerule",
669
- documentation: "Whether or not to activate or deactivate the insomnia mechanic.",
670
- parameters: [
671
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
672
- { text: "doinsomnia", type: ParameterType_1.ParameterType.keyword, required: true },
673
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
674
- ],
675
- },
676
- {
677
- name: "gamerule",
678
- documentation: "Whether or not mobs should drop loot.",
679
- parameters: [
680
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
681
- { text: "domobloot", type: ParameterType_1.ParameterType.keyword, required: true },
682
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
683
- ],
684
- },
685
- {
686
- name: "gamerule",
687
- documentation: "Whether or not mobs / animal should be spawning.",
688
- parameters: [
689
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
690
- { text: "domobspawning", type: ParameterType_1.ParameterType.keyword, required: true },
691
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
692
- ],
693
- },
694
- {
695
- name: "gamerule",
696
- documentation: "Whether or not blocks that are destroyed also drop items.",
697
- parameters: [
698
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
699
- { text: "dotiledrops", type: ParameterType_1.ParameterType.keyword, required: true },
700
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
701
- ],
702
- },
703
- {
704
- name: "gamerule",
705
- documentation: "Whether or not to change between clear, rain and thunder weather.",
706
- parameters: [
707
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
708
- { text: "doweathercycle", type: ParameterType_1.ParameterType.keyword, required: true },
709
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
710
- ],
711
- },
712
- {
713
- name: "gamerule",
714
- documentation: "Whether or not drowning does damage to players.",
715
- parameters: [
716
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
717
- { text: "drowningdamage", type: ParameterType_1.ParameterType.keyword, required: true },
718
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
719
- ],
720
- },
721
- {
722
- name: "gamerule",
723
- documentation: "Whether or not falling does damage to players.",
724
- parameters: [
725
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
726
- { text: "falldamage", type: ParameterType_1.ParameterType.keyword, required: true },
727
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
728
- ],
729
- },
730
- {
731
- name: "gamerule",
732
- documentation: "Whether or not fire does damage to players.",
733
- parameters: [
734
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
735
- { text: "firedamage", type: ParameterType_1.ParameterType.keyword, required: true },
736
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
737
- ],
738
- },
739
- {
740
- name: "gamerule",
741
- documentation: "Whether or not freezing does damage to players.",
742
- parameters: [
743
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
744
- { text: "freezedamage", type: ParameterType_1.ParameterType.keyword, required: true },
745
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
746
- ],
747
- },
748
- {
749
- name: "gamerule",
750
- documentation: "The maximum amount of commands that can be run in a single call (sub calls included)",
751
- parameters: [
752
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
753
- {
754
- text: "functioncommandlimit",
755
- type: ParameterType_1.ParameterType.keyword,
756
- required: true,
757
- },
758
- { text: "amount", type: ParameterType_1.ParameterType.integer, required: false },
759
- ],
760
- },
761
- {
762
- name: "gamerule",
763
- documentation: "Whether or not the players maintain their inventory when dying",
764
- parameters: [
765
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
766
- { text: "keepinventory", type: ParameterType_1.ParameterType.keyword, required: true },
767
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
768
- ],
769
- },
770
- {
771
- name: "gamerule",
772
- documentation: "The maximum amount of commands that can be run in a single call (sub calls included).",
773
- parameters: [
774
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
775
- {
776
- text: "maxcommandchainlength",
777
- type: ParameterType_1.ParameterType.keyword,
778
- required: true,
779
- },
780
- { text: "int", type: ParameterType_1.ParameterType.integer, required: false },
781
- ],
782
- },
783
- {
784
- name: "gamerule",
785
- documentation: "Whether or not mobs can explode the world.",
786
- parameters: [
787
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
788
- { text: "mobgriefing", type: ParameterType_1.ParameterType.keyword, required: true },
789
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
790
- ],
791
- },
792
- {
793
- name: "gamerule",
794
- documentation: "Whether or not players regain health by regen.",
795
- parameters: [
796
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
797
- {
798
- text: "naturalregeneration",
799
- type: ParameterType_1.ParameterType.keyword,
800
- required: true,
801
- },
802
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
803
- ],
804
- },
805
- {
806
- name: "gamerule",
807
- documentation: "Whether or not players can attack each other.",
808
- parameters: [
809
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
810
- { text: "pvp", type: ParameterType_1.ParameterType.keyword, required: true },
811
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
812
- ],
813
- },
814
- {
815
- name: "gamerule",
816
- documentation: "How many ticks the server can randomly progress elements of the world, such a crop growing.",
817
- parameters: [
818
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
819
- {
820
- text: "randomtickspeed",
821
- type: ParameterType_1.ParameterType.keyword,
822
- required: true,
823
- },
824
- { text: "int", type: ParameterType_1.ParameterType.integer, required: false },
825
- ],
826
- },
827
- {
828
- name: "gamerule",
829
- documentation: "??",
830
- parameters: [
831
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
832
- {
833
- text: "respawnblocksexplode",
834
- type: ParameterType_1.ParameterType.keyword,
835
- required: true,
836
- },
837
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
838
- ],
839
- },
840
- {
841
- name: "gamerule",
842
- documentation: "Whether or not commands send back feedback to players, such as /tag @s list",
843
- parameters: [
844
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
845
- {
846
- text: "sendcommandfeedback",
847
- type: ParameterType_1.ParameterType.keyword,
848
- required: true,
849
- },
850
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
851
- ],
852
- },
853
- {
854
- name: "gamerule",
855
- documentation: "Sets or queries a game rule value.",
856
- parameters: [
857
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
858
- {
859
- text: "showbordereffect",
860
- type: ParameterType_1.ParameterType.keyword,
861
- required: true,
862
- },
863
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
864
- ],
865
- },
866
- {
867
- name: "gamerule",
868
- documentation: "Whether or not global coordinates display is showed.",
869
- parameters: [
870
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
871
- {
872
- text: "showcoordinates",
873
- type: ParameterType_1.ParameterType.keyword,
874
- required: true,
875
- },
876
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
877
- ],
878
- },
879
- {
880
- name: "gamerule",
881
- documentation: "Whether or not the death message are outputted",
882
- parameters: [
883
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
884
- {
885
- text: "showdeathmessages",
886
- type: ParameterType_1.ParameterType.keyword,
887
- required: true,
888
- },
889
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
890
- ],
891
- },
892
- {
893
- name: "gamerule",
894
- documentation: "Sets or queries a game rule value.",
895
- parameters: [
896
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
897
- { text: "showtags", type: ParameterType_1.ParameterType.keyword, required: true },
898
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
899
- ],
900
- },
901
- {
902
- name: "gamerule",
903
- documentation: "Sets or queries a game rule value.",
904
- parameters: [
905
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
906
- { text: "spawnradius", type: ParameterType_1.ParameterType.keyword, required: true },
907
- { text: "value", type: ParameterType_1.ParameterType.integer, required: false },
908
- ],
909
- },
910
- {
911
- name: "gamerule",
912
- documentation: "Sets or queries a game rule value.",
913
- parameters: [
914
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
915
- { text: "tntexplodes", type: ParameterType_1.ParameterType.keyword, required: true },
916
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
917
- ],
918
- },
919
- ],
920
- /**The give command */
921
- give: [
922
- {
923
- name: "give",
924
- documentation: "Gives an item to a player.",
925
- parameters: [
926
- { text: "give", type: ParameterType_1.ParameterType.keyword, required: true },
927
- {
928
- text: "player",
929
- type: ParameterType_1.ParameterType.selector,
930
- required: true,
931
- options: { playerOnly: true },
932
- },
933
- { text: "item name", type: ParameterType_1.ParameterType.item, required: true },
934
- { text: "amount", type: ParameterType_1.ParameterType.integer, required: false },
935
- { text: "data", type: ParameterType_1.ParameterType.integer, required: false },
936
- { text: "components", type: ParameterType_1.ParameterType.jsonItem, required: false },
937
- ],
938
- },
939
- ],
940
- /**The kick command */
941
- kick: [
942
- {
943
- name: "kick",
944
- documentation: "Kicks the specified players.",
945
- parameters: [
946
- { text: "kick", type: ParameterType_1.ParameterType.keyword, required: true },
947
- {
948
- text: "selector",
949
- type: ParameterType_1.ParameterType.selector,
950
- required: false,
951
- options: { playerOnly: true },
952
- },
953
- ],
954
- },
955
- ],
956
- /**The kill command */
957
- kill: [
958
- {
959
- name: "kill",
960
- documentation: "Kills entities (players, mobs, items, etc.).",
961
- parameters: [
962
- { text: "kill", type: ParameterType_1.ParameterType.keyword, required: true },
963
- { text: "selector", type: ParameterType_1.ParameterType.selector, required: false },
964
- ],
965
- },
966
- ],
967
- /**The locate command */
968
- locate: [
969
- {
970
- name: "locate",
971
- documentation: "Displays the coordinates for the closest structure of a given type.",
972
- parameters: [
973
- { text: "locate", type: ParameterType_1.ParameterType.keyword, required: true },
974
- { text: "feature", type: ParameterType_1.ParameterType.locateFeature, required: true },
975
- ],
976
- },
977
- ],
978
- /**The loot command */
979
- loot: [
980
- /**give */
981
- {
982
- name: "loot",
983
- documentation: "Drops the given loot table into the world",
984
- parameters: [
985
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
986
- { text: "give", type: ParameterType_1.ParameterType.keyword, required: true },
987
- { text: "players", type: ParameterType_1.ParameterType.selector, required: true, options: { playerOnly: true } },
988
- { text: "kill", type: ParameterType_1.ParameterType.keyword, required: true },
989
- { text: "entity target", type: ParameterType_1.ParameterType.selector, required: true },
990
- { text: "item", type: ParameterType_1.ParameterType.item, required: false },
991
- ],
992
- },
993
- {
994
- name: "loot",
995
- documentation: "Drops the given loot table into the world",
996
- parameters: [
997
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
998
- { text: "give", type: ParameterType_1.ParameterType.keyword, required: true },
999
- { text: "players", type: ParameterType_1.ParameterType.selector, required: true, options: { playerOnly: true } },
1000
- { text: "kill", type: ParameterType_1.ParameterType.keyword, required: true },
1001
- { text: "entity target", type: ParameterType_1.ParameterType.selector, required: true },
1002
- { text: "tool", type: ParameterType_1.ParameterType.handType, required: false },
1003
- ],
1004
- },
1005
- {
1006
- name: "loot",
1007
- documentation: "Drops the given loot table into the world",
1008
- parameters: [
1009
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1010
- { text: "give", type: ParameterType_1.ParameterType.keyword, required: true },
1011
- { text: "players", type: ParameterType_1.ParameterType.selector, required: true, options: { playerOnly: true } },
1012
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1013
- { text: "loot table", type: ParameterType_1.ParameterType.lootTable, required: true },
1014
- { text: "item", type: ParameterType_1.ParameterType.item, required: false },
1015
- ],
1016
- },
1017
- {
1018
- name: "loot",
1019
- documentation: "Drops the given loot table into the world",
1020
- parameters: [
1021
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1022
- { text: "give", type: ParameterType_1.ParameterType.keyword, required: true },
1023
- { text: "players", type: ParameterType_1.ParameterType.selector, required: true, options: { playerOnly: true } },
1024
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1025
- { text: "loot table", type: ParameterType_1.ParameterType.lootTable, required: true },
1026
- { text: "tool", type: ParameterType_1.ParameterType.handType, required: false },
1027
- ],
1028
- },
1029
- /**insert */
1030
- {
1031
- name: "loot",
1032
- documentation: "Drops the given loot table into the world",
1033
- parameters: [
1034
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1035
- { text: "insert", type: ParameterType_1.ParameterType.keyword, required: true },
1036
- { text: "position x", type: ParameterType_1.ParameterType.coordinate, required: true },
1037
- { text: "position y", type: ParameterType_1.ParameterType.coordinate, required: true },
1038
- { text: "position z", type: ParameterType_1.ParameterType.coordinate, required: true },
1039
- { text: "kill", type: ParameterType_1.ParameterType.keyword, required: true },
1040
- { text: "entity target", type: ParameterType_1.ParameterType.selector, required: true },
1041
- { text: "item", type: ParameterType_1.ParameterType.item, required: false },
1042
- ],
1043
- },
1044
- {
1045
- name: "loot",
1046
- documentation: "Drops the given loot table into the world",
1047
- parameters: [
1048
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1049
- { text: "insert", type: ParameterType_1.ParameterType.keyword, required: true },
1050
- { text: "position x", type: ParameterType_1.ParameterType.coordinate, required: true },
1051
- { text: "position y", type: ParameterType_1.ParameterType.coordinate, required: true },
1052
- { text: "position z", type: ParameterType_1.ParameterType.coordinate, required: true },
1053
- { text: "kill", type: ParameterType_1.ParameterType.keyword, required: true },
1054
- { text: "entity target", type: ParameterType_1.ParameterType.selector, required: true },
1055
- { text: "tool", type: ParameterType_1.ParameterType.handType, required: false },
1056
- ],
1057
- },
1058
- {
1059
- name: "loot",
1060
- documentation: "Drops the given loot table into the world",
1061
- parameters: [
1062
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1063
- { text: "insert", type: ParameterType_1.ParameterType.keyword, required: true },
1064
- { text: "position x", type: ParameterType_1.ParameterType.coordinate, required: true },
1065
- { text: "position y", type: ParameterType_1.ParameterType.coordinate, required: true },
1066
- { text: "position z", type: ParameterType_1.ParameterType.coordinate, required: true },
1067
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1068
- { text: "loot table", type: ParameterType_1.ParameterType.lootTable, required: true },
1069
- { text: "item", type: ParameterType_1.ParameterType.item, required: false },
1070
- ],
1071
- },
1072
- {
1073
- name: "loot",
1074
- documentation: "Drops the given loot table into the world",
1075
- parameters: [
1076
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1077
- { text: "insert", type: ParameterType_1.ParameterType.keyword, required: true },
1078
- { text: "position x", type: ParameterType_1.ParameterType.coordinate, required: true },
1079
- { text: "position y", type: ParameterType_1.ParameterType.coordinate, required: true },
1080
- { text: "position z", type: ParameterType_1.ParameterType.coordinate, required: true },
1081
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1082
- { text: "loot table", type: ParameterType_1.ParameterType.lootTable, required: true },
1083
- { text: "tool", type: ParameterType_1.ParameterType.handType, required: false },
1084
- ],
1085
- },
1086
- /**replace entity */
1087
- {
1088
- name: "loot",
1089
- documentation: "Drops the given loot table into the world",
1090
- parameters: [
1091
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1092
- { text: "replace", type: ParameterType_1.ParameterType.keyword, required: true },
1093
- { text: "entity", type: ParameterType_1.ParameterType.keyword, required: true },
1094
- { text: "target", type: ParameterType_1.ParameterType.selector, required: true },
1095
- { text: "slot type", type: ParameterType_1.ParameterType.slotType, required: true },
1096
- { text: "slot id", type: ParameterType_1.ParameterType.slotID, required: true },
1097
- { text: "kill", type: ParameterType_1.ParameterType.keyword, required: true },
1098
- { text: "entity target", type: ParameterType_1.ParameterType.selector, required: true },
1099
- { text: "item", type: ParameterType_1.ParameterType.item, required: false },
1100
- ],
1101
- },
1102
- {
1103
- name: "loot",
1104
- documentation: "Drops the given loot table into the world",
1105
- parameters: [
1106
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1107
- { text: "replace", type: ParameterType_1.ParameterType.keyword, required: true },
1108
- { text: "entity", type: ParameterType_1.ParameterType.keyword, required: true },
1109
- { text: "target", type: ParameterType_1.ParameterType.selector, required: true },
1110
- { text: "slot type", type: ParameterType_1.ParameterType.slotType, required: true },
1111
- { text: "slot id", type: ParameterType_1.ParameterType.slotID, required: true },
1112
- { text: "kill", type: ParameterType_1.ParameterType.keyword, required: true },
1113
- { text: "entity target", type: ParameterType_1.ParameterType.selector, required: true },
1114
- { text: "tool", type: ParameterType_1.ParameterType.handType, required: false },
1115
- ],
1116
- },
1117
- {
1118
- name: "loot",
1119
- documentation: "Drops the given loot table into the world",
1120
- parameters: [
1121
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1122
- { text: "replace", type: ParameterType_1.ParameterType.keyword, required: true },
1123
- { text: "entity", type: ParameterType_1.ParameterType.keyword, required: true },
1124
- { text: "target", type: ParameterType_1.ParameterType.selector, required: true },
1125
- { text: "slot type", type: ParameterType_1.ParameterType.slotType, required: true },
1126
- { text: "slot id", type: ParameterType_1.ParameterType.slotID, required: true },
1127
- { text: "count", type: ParameterType_1.ParameterType.integer, required: true },
1128
- { text: "kill", type: ParameterType_1.ParameterType.keyword, required: true },
1129
- { text: "entity target", type: ParameterType_1.ParameterType.selector, required: true },
1130
- { text: "item", type: ParameterType_1.ParameterType.item, required: false },
1131
- ],
1132
- },
1133
- {
1134
- name: "loot",
1135
- documentation: "Drops the given loot table into the world",
1136
- parameters: [
1137
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1138
- { text: "replace", type: ParameterType_1.ParameterType.keyword, required: true },
1139
- { text: "entity", type: ParameterType_1.ParameterType.keyword, required: true },
1140
- { text: "target", type: ParameterType_1.ParameterType.selector, required: true },
1141
- { text: "slot type", type: ParameterType_1.ParameterType.slotType, required: true },
1142
- { text: "slot id", type: ParameterType_1.ParameterType.slotID, required: true },
1143
- { text: "count", type: ParameterType_1.ParameterType.integer, required: true },
1144
- { text: "kill", type: ParameterType_1.ParameterType.keyword, required: true },
1145
- { text: "entity target", type: ParameterType_1.ParameterType.selector, required: true },
1146
- { text: "tool", type: ParameterType_1.ParameterType.handType, required: false },
1147
- ],
1148
- },
1149
- {
1150
- name: "loot",
1151
- documentation: "Drops the given loot table into the world",
1152
- parameters: [
1153
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1154
- { text: "replace", type: ParameterType_1.ParameterType.keyword, required: true },
1155
- { text: "entity", type: ParameterType_1.ParameterType.keyword, required: true },
1156
- { text: "target", type: ParameterType_1.ParameterType.selector, required: true },
1157
- { text: "slot type", type: ParameterType_1.ParameterType.slotType, required: true },
1158
- { text: "slot id", type: ParameterType_1.ParameterType.slotID, required: true },
1159
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1160
- { text: "loot table", type: ParameterType_1.ParameterType.lootTable, required: true },
1161
- { text: "item", type: ParameterType_1.ParameterType.item, required: false },
1162
- ],
1163
- },
1164
- {
1165
- name: "loot",
1166
- documentation: "Drops the given loot table into the world",
1167
- parameters: [
1168
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1169
- { text: "replace", type: ParameterType_1.ParameterType.keyword, required: true },
1170
- { text: "entity", type: ParameterType_1.ParameterType.keyword, required: true },
1171
- { text: "target", type: ParameterType_1.ParameterType.selector, required: true },
1172
- { text: "slot type", type: ParameterType_1.ParameterType.slotType, required: true },
1173
- { text: "slot id", type: ParameterType_1.ParameterType.slotID, required: true },
1174
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1175
- { text: "loot table", type: ParameterType_1.ParameterType.lootTable, required: true },
1176
- { text: "tool", type: ParameterType_1.ParameterType.handType, required: false },
1177
- ],
1178
- },
1179
- {
1180
- name: "loot",
1181
- documentation: "Drops the given loot table into the world",
1182
- parameters: [
1183
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1184
- { text: "replace", type: ParameterType_1.ParameterType.keyword, required: true },
1185
- { text: "entity", type: ParameterType_1.ParameterType.keyword, required: true },
1186
- { text: "target", type: ParameterType_1.ParameterType.selector, required: true },
1187
- { text: "slot type", type: ParameterType_1.ParameterType.slotType, required: true },
1188
- { text: "slot id", type: ParameterType_1.ParameterType.slotID, required: true },
1189
- { text: "count", type: ParameterType_1.ParameterType.integer, required: true },
1190
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1191
- { text: "loot table", type: ParameterType_1.ParameterType.lootTable, required: true },
1192
- { text: "item", type: ParameterType_1.ParameterType.item, required: false },
1193
- ],
1194
- },
1195
- {
1196
- name: "loot",
1197
- documentation: "Drops the given loot table into the world",
1198
- parameters: [
1199
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1200
- { text: "replace", type: ParameterType_1.ParameterType.keyword, required: true },
1201
- { text: "entity", type: ParameterType_1.ParameterType.keyword, required: true },
1202
- { text: "target", type: ParameterType_1.ParameterType.selector, required: true },
1203
- { text: "slot type", type: ParameterType_1.ParameterType.slotType, required: true },
1204
- { text: "slot id", type: ParameterType_1.ParameterType.slotID, required: true },
1205
- { text: "count", type: ParameterType_1.ParameterType.integer, required: true },
1206
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1207
- { text: "loot table", type: ParameterType_1.ParameterType.lootTable, required: true },
1208
- { text: "tool", type: ParameterType_1.ParameterType.handType, required: false },
1209
- ],
1210
- },
1211
- /** spawn */
1212
- {
1213
- name: "loot",
1214
- documentation: "Drops the given loot table into the world",
1215
- parameters: [
1216
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1217
- { text: "spawn", type: ParameterType_1.ParameterType.keyword, required: true },
1218
- { text: "position x", type: ParameterType_1.ParameterType.coordinate, required: true },
1219
- { text: "position y", type: ParameterType_1.ParameterType.coordinate, required: true },
1220
- { text: "position z", type: ParameterType_1.ParameterType.coordinate, required: true },
1221
- { text: "kill", type: ParameterType_1.ParameterType.keyword, required: true },
1222
- { text: "entity target", type: ParameterType_1.ParameterType.selector, required: true },
1223
- { text: "item", type: ParameterType_1.ParameterType.item, required: false },
1224
- ],
1225
- },
1226
- {
1227
- name: "loot",
1228
- documentation: "Drops the given loot table into the world",
1229
- parameters: [
1230
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1231
- { text: "spawn", type: ParameterType_1.ParameterType.keyword, required: true },
1232
- { text: "position x", type: ParameterType_1.ParameterType.coordinate, required: true },
1233
- { text: "position y", type: ParameterType_1.ParameterType.coordinate, required: true },
1234
- { text: "position z", type: ParameterType_1.ParameterType.coordinate, required: true },
1235
- { text: "kill", type: ParameterType_1.ParameterType.keyword, required: true },
1236
- { text: "entity target", type: ParameterType_1.ParameterType.selector, required: true },
1237
- { text: "tool", type: ParameterType_1.ParameterType.handType, required: false },
1238
- ],
1239
- },
1240
- {
1241
- name: "loot",
1242
- documentation: "Drops the given loot table into the world",
1243
- parameters: [
1244
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1245
- { text: "spawn", type: ParameterType_1.ParameterType.keyword, required: true },
1246
- { text: "position x", type: ParameterType_1.ParameterType.coordinate, required: true },
1247
- { text: "position y", type: ParameterType_1.ParameterType.coordinate, required: true },
1248
- { text: "position z", type: ParameterType_1.ParameterType.coordinate, required: true },
1249
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1250
- { text: "loot table", type: ParameterType_1.ParameterType.lootTable, required: true },
1251
- { text: "item", type: ParameterType_1.ParameterType.item, required: false },
1252
- ],
1253
- },
1254
- {
1255
- name: "loot",
1256
- documentation: "Drops the given loot table into the world",
1257
- parameters: [
1258
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1259
- { text: "spawn", type: ParameterType_1.ParameterType.keyword, required: true },
1260
- { text: "position x", type: ParameterType_1.ParameterType.coordinate, required: true },
1261
- { text: "position y", type: ParameterType_1.ParameterType.coordinate, required: true },
1262
- { text: "position z", type: ParameterType_1.ParameterType.coordinate, required: true },
1263
- { text: "loot", type: ParameterType_1.ParameterType.keyword, required: true },
1264
- { text: "loot table", type: ParameterType_1.ParameterType.lootTable, required: true },
1265
- { text: "tool", type: ParameterType_1.ParameterType.handType, required: false },
1266
- ],
1267
- },
1268
- ],
1269
- /**The me command */
1270
- me: [
1271
- {
1272
- name: "me",
1273
- documentation: "Displays a message about the sender.",
1274
- parameters: [
1275
- { text: "me", type: ParameterType_1.ParameterType.keyword, required: true },
1276
- { text: "message", type: ParameterType_1.ParameterType.message, required: true },
1277
- ],
1278
- },
1279
- ],
1280
- /**The msg command */
1281
- msg: [
1282
- {
1283
- name: "msg",
1284
- documentation: "An alias of `/tell` and `/w`. Displays a private message to other players.",
1285
- parameters: [
1286
- { text: "msg", type: ParameterType_1.ParameterType.keyword, required: true },
1287
- { text: "selector", type: ParameterType_1.ParameterType.selector, required: true },
1288
- { text: "message", type: ParameterType_1.ParameterType.message, required: true },
1289
- ],
1290
- },
1291
- ],
1292
- /**The music command */
1293
- music: [
1294
- {
1295
- name: "music",
1296
- documentation: "Allows you to control playing music tracks.",
1297
- parameters: [
1298
- { text: "music", type: ParameterType_1.ParameterType.keyword, required: true },
1299
- { text: "queue", type: ParameterType_1.ParameterType.keyword, required: true },
1300
- { text: "track name", type: ParameterType_1.ParameterType.string, required: true },
1301
- {
1302
- text: "volume",
1303
- type: ParameterType_1.ParameterType.float,
1304
- required: false,
1305
- options: { minimum: 0.01, maximum: 1 },
1306
- },
1307
- {
1308
- text: "fade seconds",
1309
- type: ParameterType_1.ParameterType.float,
1310
- required: false,
1311
- options: { minimum: 0 },
1312
- },
1313
- {
1314
- text: "repeat",
1315
- type: ParameterType_1.ParameterType.musicRepeatMode,
1316
- required: false,
1317
- },
1318
- ],
1319
- },
1320
- {
1321
- name: "music",
1322
- documentation: "Allows you to control playing music tracks.",
1323
- parameters: [
1324
- { text: "music", type: ParameterType_1.ParameterType.keyword, required: true },
1325
- { text: "play", type: ParameterType_1.ParameterType.keyword, required: true },
1326
- { text: "track name", type: ParameterType_1.ParameterType.string, required: true },
1327
- {
1328
- text: "volume",
1329
- type: ParameterType_1.ParameterType.float,
1330
- required: false,
1331
- options: { minimum: 0.01, maximum: 1 },
1332
- },
1333
- {
1334
- text: "fade seconds",
1335
- type: ParameterType_1.ParameterType.float,
1336
- required: false,
1337
- options: { minimum: 0 },
1338
- },
1339
- {
1340
- text: "repeat",
1341
- type: ParameterType_1.ParameterType.musicRepeatMode,
1342
- required: false,
1343
- },
1344
- ],
1345
- },
1346
- {
1347
- name: "music",
1348
- documentation: "Allows you to control playing music tracks.",
1349
- parameters: [
1350
- { text: "music", type: ParameterType_1.ParameterType.keyword, required: true },
1351
- { text: "stop", type: ParameterType_1.ParameterType.keyword, required: true },
1352
- {
1353
- text: "fade seconds",
1354
- type: ParameterType_1.ParameterType.float,
1355
- required: false,
1356
- options: { minimum: 0 },
1357
- },
1358
- ],
1359
- },
1360
- {
1361
- name: "music",
1362
- documentation: "Allows you to control playing music tracks.",
1363
- parameters: [
1364
- { text: "music", type: ParameterType_1.ParameterType.keyword, required: true },
1365
- { text: "volume", type: ParameterType_1.ParameterType.keyword, required: true },
1366
- {
1367
- text: "volume",
1368
- type: ParameterType_1.ParameterType.float,
1369
- required: false,
1370
- options: { minimum: 0.01, maximum: 1 },
1371
- },
1372
- ],
1373
- },
1374
- ],
1375
- /**The op command */
1376
- op: [
1377
- {
1378
- name: "op",
1379
- documentation: "Grants operator status to a player.",
1380
- parameters: [
1381
- { text: "op", type: ParameterType_1.ParameterType.keyword, required: true },
1382
- {
1383
- text: "player",
1384
- type: ParameterType_1.ParameterType.selector,
1385
- required: true,
1386
- options: { playerOnly: true },
1387
- },
1388
- ],
1389
- },
1390
- ],
1391
- /**The particle command */
1392
- particle: [
1393
- {
1394
- name: "particle",
1395
- documentation: "Creates particles.",
1396
- parameters: [
1397
- { text: "particle", type: ParameterType_1.ParameterType.keyword, required: true },
1398
- { text: "effect", type: ParameterType_1.ParameterType.particle, required: true },
1399
- { text: "position x", type: ParameterType_1.ParameterType.coordinate, required: false },
1400
- { text: "position y", type: ParameterType_1.ParameterType.coordinate, required: false },
1401
- { text: "position z", type: ParameterType_1.ParameterType.coordinate, required: false },
1402
- ],
1403
- },
1404
- ],
1405
- /**The playsound command */
1406
- playsound: [
1407
- {
1408
- parameters: [
1409
- { text: "playsound", type: ParameterType_1.ParameterType.keyword, required: true },
1410
- { text: "sound", type: ParameterType_1.ParameterType.sound, required: true },
1411
- {
1412
- text: "player",
1413
- type: ParameterType_1.ParameterType.selector,
1414
- required: false,
1415
- options: { playerOnly: true },
1416
- },
1417
- { text: "position x", type: ParameterType_1.ParameterType.coordinate, required: false },
1418
- { text: "position y", type: ParameterType_1.ParameterType.coordinate, required: false },
1419
- { text: "position z", type: ParameterType_1.ParameterType.coordinate, required: false },
1420
- { text: "volume", type: ParameterType_1.ParameterType.float, required: false },
1421
- { text: "pitch", type: ParameterType_1.ParameterType.float, required: false },
1422
- { text: "minimumVolume", type: ParameterType_1.ParameterType.float, required: false },
1423
- ],
1424
- name: "playsound",
1425
- documentation: "Plays a sound.",
1426
- },
1427
- ],
1428
- /**The playanimation command */
1429
- playanimation: [
1430
- {
1431
- name: "playanimation",
1432
- documentation: "Makes one or more entities play a one-off animation. Assumes all variables are set up correctly",
1433
- parameters: [
1434
- { text: "playanimation", type: ParameterType_1.ParameterType.keyword, required: true },
1435
- { text: "entity", type: ParameterType_1.ParameterType.selector, required: true },
1436
- { text: "animation", type: ParameterType_1.ParameterType.animation, required: true },
1437
- { text: "next state", type: ParameterType_1.ParameterType.string, required: false },
1438
- {
1439
- text: "stop expression",
1440
- type: ParameterType_1.ParameterType.string,
1441
- required: false,
1442
- },
1443
- {
1444
- text: "controller name",
1445
- type: ParameterType_1.ParameterType.string,
1446
- required: false,
1447
- },
1448
- ],
1449
- },
1450
- ],
1451
- /**The replaceitem command */
1452
- replaceitem: [
1453
- {
1454
- name: "replaceitem",
1455
- documentation: "Replaces items in inventories.",
1456
- parameters: [
1457
- { text: "replaceitem", type: ParameterType_1.ParameterType.keyword, required: true },
1458
- { text: "block", type: ParameterType_1.ParameterType.keyword, required: true },
1459
- { text: "position x", type: ParameterType_1.ParameterType.coordinate, required: true },
1460
- { text: "position y", type: ParameterType_1.ParameterType.coordinate, required: true },
1461
- { text: "position z", type: ParameterType_1.ParameterType.coordinate, required: true },
1462
- { text: "slot.container", type: ParameterType_1.ParameterType.keyword, required: true },
1463
- { text: "slot id", type: ParameterType_1.ParameterType.slotID, required: true },
1464
- { text: "item name", type: ParameterType_1.ParameterType.item, required: true },
1465
- { text: "amount", type: ParameterType_1.ParameterType.keyword, required: false },
1466
- { text: "data", type: ParameterType_1.ParameterType.keyword, required: false },
1467
- { text: "components", type: ParameterType_1.ParameterType.keyword, required: false },
1468
- ],
1469
- },
1470
- {
1471
- name: "replaceitem",
1472
- documentation: "Replaces items in inventories.",
1473
- parameters: [
1474
- { text: "replaceitem", type: ParameterType_1.ParameterType.keyword, required: true },
1475
- { text: "block", type: ParameterType_1.ParameterType.keyword, required: true },
1476
- { text: "position x", type: ParameterType_1.ParameterType.coordinate, required: true },
1477
- { text: "position y", type: ParameterType_1.ParameterType.coordinate, required: true },
1478
- { text: "position z", type: ParameterType_1.ParameterType.coordinate, required: true },
1479
- { text: "slot.container", type: ParameterType_1.ParameterType.keyword, required: true },
1480
- { text: "slotId", type: ParameterType_1.ParameterType.slotID, required: true },
1481
- {
1482
- text: "replacemode",
1483
- type: ParameterType_1.ParameterType.replaceMode,
1484
- required: true,
1485
- },
1486
- { text: "item name", type: ParameterType_1.ParameterType.item, required: true },
1487
- { text: "amount", type: ParameterType_1.ParameterType.keyword, required: false },
1488
- { text: "data", type: ParameterType_1.ParameterType.keyword, required: false },
1489
- { text: "components", type: ParameterType_1.ParameterType.keyword, required: false },
1490
- ],
1491
- },
1492
- {
1493
- name: "replaceitem",
1494
- documentation: "Replaces items in inventories.",
1495
- parameters: [
1496
- { text: "replaceitem", type: ParameterType_1.ParameterType.keyword, required: true },
1497
- { text: "entity", type: ParameterType_1.ParameterType.keyword, required: true },
1498
- { text: "selector", type: ParameterType_1.ParameterType.selector, required: true },
1499
- {
1500
- text: "slot.container",
1501
- type: ParameterType_1.ParameterType.slotType,
1502
- required: true,
1503
- },
1504
- { text: "slotId", type: ParameterType_1.ParameterType.slotID, required: true },
1505
- { text: "item name", type: ParameterType_1.ParameterType.item, required: true },
1506
- { text: "amount", type: ParameterType_1.ParameterType.integer, required: false },
1507
- { text: "data", type: ParameterType_1.ParameterType.integer, required: false },
1508
- { text: "components", type: ParameterType_1.ParameterType.jsonItem, required: false },
1509
- ],
1510
- },
1511
- {
1512
- name: "replaceitem",
1513
- documentation: "Replaces items in inventories.",
1514
- parameters: [
1515
- { text: "replaceitem", type: ParameterType_1.ParameterType.keyword, required: true },
1516
- { text: "entity", type: ParameterType_1.ParameterType.keyword, required: true },
1517
- { text: "selector", type: ParameterType_1.ParameterType.selector, required: true },
1518
- { text: "slot type", type: ParameterType_1.ParameterType.slotType, required: true },
1519
- { text: "slot id", type: ParameterType_1.ParameterType.slotID, required: true },
1520
- {
1521
- text: "replace mode",
1522
- type: ParameterType_1.ParameterType.replaceMode,
1523
- required: true,
1524
- },
1525
- { text: "item name", type: ParameterType_1.ParameterType.item, required: true },
1526
- { text: "amount", type: ParameterType_1.ParameterType.integer, required: false },
1527
- { text: "data", type: ParameterType_1.ParameterType.integer, required: false },
1528
- { text: "components", type: ParameterType_1.ParameterType.jsonItem, required: false },
1529
- ],
1530
- },
1531
- ],
1532
- /**The ride command */
1533
- ride: [
1534
- {
1535
- name: "ride",
1536
- documentation: "Makes entities ride other entities, stops entities from riding, makes rides evict their riders, or summons rides or riders",
1537
- parameters: [
1538
- { text: "ride", type: ParameterType_1.ParameterType.keyword, required: true },
1539
- { text: "riders", type: ParameterType_1.ParameterType.selector, required: true },
1540
- { text: "start_riding", type: ParameterType_1.ParameterType.keyword, required: true },
1541
- { text: "ride", type: ParameterType_1.ParameterType.selector, required: true },
1542
- {
1543
- text: "teleport",
1544
- type: ParameterType_1.ParameterType.teleportRules,
1545
- required: false,
1546
- },
1547
- {
1548
- text: "fill mode",
1549
- type: ParameterType_1.ParameterType.ridefillMode,
1550
- required: false,
1551
- },
1552
- ],
1553
- },
1554
- {
1555
- name: "ride",
1556
- documentation: "Makes entities ride other entities, stops entities from riding, makes rides evict their riders, or summons rides or riders",
1557
- parameters: [
1558
- { text: "ride", type: ParameterType_1.ParameterType.keyword, required: true },
1559
- { text: "riders", type: ParameterType_1.ParameterType.selector, required: true },
1560
- { text: "stop_riding", type: ParameterType_1.ParameterType.keyword, required: true },
1561
- ],
1562
- },
1563
- {
1564
- name: "ride",
1565
- documentation: "Makes entities ride other entities, stops entities from riding, makes rides evict their riders, or summons rides or riders",
1566
- parameters: [
1567
- { text: "ride", type: ParameterType_1.ParameterType.keyword, required: true },
1568
- { text: "rides", type: ParameterType_1.ParameterType.selector, required: true },
1569
- { text: "evict_riders", type: ParameterType_1.ParameterType.keyword, required: true },
1570
- ],
1571
- },
1572
- {
1573
- name: "ride",
1574
- documentation: "Makes entities ride other entities, stops entities from riding, makes rides evict their riders, or summons rides or riders",
1575
- parameters: [
1576
- { text: "ride", type: ParameterType_1.ParameterType.keyword, required: true },
1577
- { text: "riders", type: ParameterType_1.ParameterType.selector, required: true },
1578
- { text: "summon_ride", type: ParameterType_1.ParameterType.keyword, required: true },
1579
- { text: "entity type", type: ParameterType_1.ParameterType.entity, required: true },
1580
- { text: "ride rules", type: ParameterType_1.ParameterType.rideRules, required: true },
1581
- { text: "event", type: ParameterType_1.ParameterType.event, required: true },
1582
- { text: "name", type: ParameterType_1.ParameterType.string, required: true },
1583
- ],
1584
- },
1585
- {
1586
- name: "ride",
1587
- documentation: "Makes entities ride other entities, stops entities from riding, makes rides evict their riders, or summons rides or riders",
1588
- parameters: [
1589
- { text: "ride", type: ParameterType_1.ParameterType.keyword, required: true },
1590
- { text: "rides", type: ParameterType_1.ParameterType.selector, required: true },
1591
- { text: "summon_rider", type: ParameterType_1.ParameterType.keyword, required: true },
1592
- { text: "entity type", type: ParameterType_1.ParameterType.entity, required: true },
1593
- { text: "event", type: ParameterType_1.ParameterType.event, required: true },
1594
- { text: "name", type: ParameterType_1.ParameterType.string, required: true },
1595
- ],
1596
- },
1597
- ],
1598
- /**The say command */
1599
- say: [
1600
- {
1601
- name: "say",
1602
- documentation: "Displays a message to multiple players.",
1603
- parameters: [
1604
- { text: "say", type: ParameterType_1.ParameterType.keyword, required: true },
1605
- { text: "message", type: ParameterType_1.ParameterType.message, required: true },
1606
- ],
1607
- },
1608
- ],
1609
- /**The schedule command */
1610
- schedule: [
1611
- {
1612
- name: "schedule",
1613
- documentation: "Schedules an action to be executed once an area is loaded, or after a certain amount of time",
1614
- parameters: [
1615
- { text: "schedule", type: ParameterType_1.ParameterType.keyword, required: true },
1616
- { text: "on_area_loaded", type: ParameterType_1.ParameterType.keyword, required: true },
1617
- { text: "add", type: ParameterType_1.ParameterType.keyword, required: true },
1618
- { text: "from x", type: ParameterType_1.ParameterType.coordinate, required: true },
1619
- { text: "from y", type: ParameterType_1.ParameterType.coordinate, required: true },
1620
- { text: "from z", type: ParameterType_1.ParameterType.coordinate, required: true },
1621
- { text: "to x", type: ParameterType_1.ParameterType.coordinate, required: true },
1622
- { text: "to y", type: ParameterType_1.ParameterType.coordinate, required: true },
1623
- { text: "to z", type: ParameterType_1.ParameterType.coordinate, required: true },
1624
- { text: "function", type: ParameterType_1.ParameterType.function, required: true },
1625
- ],
1626
- },
1627
- {
1628
- name: "schedule",
1629
- documentation: "Schedules an action to be executed once an area is loaded, or after a certain amount of time",
1630
- parameters: [
1631
- { text: "schedule", type: ParameterType_1.ParameterType.keyword, required: true },
1632
- { text: "on_area_loaded", type: ParameterType_1.ParameterType.keyword, required: true },
1633
- { text: "add", type: ParameterType_1.ParameterType.keyword, required: true },
1634
- { text: "circle", type: ParameterType_1.ParameterType.keyword, required: true },
1635
- { text: "center x", type: ParameterType_1.ParameterType.coordinate, required: true },
1636
- { text: "center y", type: ParameterType_1.ParameterType.coordinate, required: true },
1637
- { text: "center z", type: ParameterType_1.ParameterType.coordinate, required: true },
1638
- { text: "radius", type: ParameterType_1.ParameterType.integer, required: true },
1639
- { text: "function", type: ParameterType_1.ParameterType.function, required: true },
1640
- ],
1641
- },
1642
- {
1643
- name: "schedule",
1644
- documentation: "Schedules an action to be executed once an area is loaded, or after a certain amount of time",
1645
- parameters: [
1646
- { text: "schedule", type: ParameterType_1.ParameterType.keyword, required: true },
1647
- { text: "on_area_loaded", type: ParameterType_1.ParameterType.keyword, required: true },
1648
- { text: "add", type: ParameterType_1.ParameterType.keyword, required: true },
1649
- { text: "tickingarea", type: ParameterType_1.ParameterType.keyword, required: true },
1650
- {
1651
- text: "tickingarea name",
1652
- type: ParameterType_1.ParameterType.tickingarea,
1653
- required: true,
1654
- },
1655
- { text: "function", type: ParameterType_1.ParameterType.function, required: true },
1656
- ],
1657
- },
1658
- ],
1659
- /**The scoreboard command */
1660
- scoreboard: [
1661
- {
1662
- name: "scoreboard",
1663
- documentation: "Add a new objective to the scoreboard.",
1664
- parameters: [
1665
- { text: "scoreboard", type: ParameterType_1.ParameterType.keyword, required: true },
1666
- { text: "objectives", type: ParameterType_1.ParameterType.keyword, required: true },
1667
- { text: "add", type: ParameterType_1.ParameterType.keyword, required: true },
1668
- { text: "name", type: ParameterType_1.ParameterType.objective, required: true },
1669
- { text: "dummy", type: ParameterType_1.ParameterType.keyword, required: true },
1670
- { text: "display name", type: ParameterType_1.ParameterType.string, required: false },
1671
- ],
1672
- },
1673
- {
1674
- name: "scoreboard",
1675
- documentation: "Display a list of objectives.",
1676
- parameters: [
1677
- { text: "scoreboard", type: ParameterType_1.ParameterType.keyword, required: true },
1678
- { text: "objectives", type: ParameterType_1.ParameterType.keyword, required: true },
1679
- { text: "list", type: ParameterType_1.ParameterType.keyword, required: true },
1680
- ],
1681
- },
1682
- {
1683
- name: "scoreboard",
1684
- documentation: "Removes the given objective from chat.",
1685
- parameters: [
1686
- { text: "scoreboard", type: ParameterType_1.ParameterType.keyword, required: true },
1687
- { text: "objectives", type: ParameterType_1.ParameterType.keyword, required: true },
1688
- { text: "remove", type: ParameterType_1.ParameterType.keyword, required: true },
1689
- { text: "name", type: ParameterType_1.ParameterType.objective, required: true },
1690
- ],
1691
- },
1692
- {
1693
- name: "scoreboard",
1694
- documentation: "Sets the objective on the list.",
1695
- parameters: [
1696
- { text: "scoreboard", type: ParameterType_1.ParameterType.keyword, required: true },
1697
- { text: "objectives", type: ParameterType_1.ParameterType.keyword, required: true },
1698
- { text: "setdisplay", type: ParameterType_1.ParameterType.keyword, required: true },
1699
- { text: "list", type: ParameterType_1.ParameterType.keyword, required: true },
1700
- { text: "objective", type: ParameterType_1.ParameterType.objective, required: false },
1701
- { text: "ascending", type: ParameterType_1.ParameterType.keyword, required: false },
1702
- ],
1703
- },
1704
- {
1705
- name: "scoreboard",
1706
- documentation: "Sets the objective on the list.",
1707
- parameters: [
1708
- { text: "scoreboard", type: ParameterType_1.ParameterType.keyword, required: true },
1709
- { text: "objectives", type: ParameterType_1.ParameterType.keyword, required: true },
1710
- { text: "setdisplay", type: ParameterType_1.ParameterType.keyword, required: true },
1711
- { text: "list", type: ParameterType_1.ParameterType.keyword, required: true },
1712
- { text: "objective", type: ParameterType_1.ParameterType.objective, required: false },
1713
- { text: "descending", type: ParameterType_1.ParameterType.keyword, required: false },
1714
- ],
1715
- },
1716
- {
1717
- name: "scoreboard",
1718
- documentation: "Sets the objective on the sidebar.",
1719
- parameters: [
1720
- { text: "scoreboard", type: ParameterType_1.ParameterType.keyword, required: true },
1721
- { text: "objectives", type: ParameterType_1.ParameterType.keyword, required: true },
1722
- { text: "setdisplay", type: ParameterType_1.ParameterType.keyword, required: true },
1723
- { text: "sidebar", type: ParameterType_1.ParameterType.keyword, required: true },
1724
- { text: "objective", type: ParameterType_1.ParameterType.objective, required: false },
1725
- { text: "ascending", type: ParameterType_1.ParameterType.keyword, required: false },
1726
- ],
1727
- },
1728
- {
1729
- name: "scoreboard",
1730
- documentation: "Sets the objective on the sidebar.",
1731
- parameters: [
1732
- { text: "scoreboard", type: ParameterType_1.ParameterType.keyword, required: true },
1733
- { text: "objectives", type: ParameterType_1.ParameterType.keyword, required: true },
1734
- { text: "setdisplay", type: ParameterType_1.ParameterType.keyword, required: true },
1735
- { text: "sidebar", type: ParameterType_1.ParameterType.keyword, required: true },
1736
- { text: "objective", type: ParameterType_1.ParameterType.objective, required: false },
1737
- { text: "descending", type: ParameterType_1.ParameterType.keyword, required: false },
1738
- ],
1739
- },
1740
- {
1741
- name: "scoreboard",
1742
- documentation: "Sets the objective under the name.",
1743
- parameters: [
1744
- { text: "scoreboard", type: ParameterType_1.ParameterType.keyword, required: true },
1745
- { text: "objectives", type: ParameterType_1.ParameterType.keyword, required: true },
1746
- { text: "setdisplay", type: ParameterType_1.ParameterType.keyword, required: true },
1747
- { text: "below_name", type: ParameterType_1.ParameterType.keyword, required: true },
1748
- { text: "objective", type: ParameterType_1.ParameterType.objective, required: false },
1749
- ],
1750
- },
1751
- {
1752
- name: "scoreboard",
1753
- documentation: "Adds the given value onto the specified entities.",
1754
- parameters: [
1755
- { text: "scoreboard", type: ParameterType_1.ParameterType.keyword, required: true },
1756
- { text: "players", type: ParameterType_1.ParameterType.keyword, required: true },
1757
- { text: "add", type: ParameterType_1.ParameterType.keyword, required: true },
1758
- {
1759
- text: "entity",
1760
- type: ParameterType_1.ParameterType.selector,
1761
- required: true,
1762
- options: { allowFakePlayers: true },
1763
- },
1764
- { text: "objective", type: ParameterType_1.ParameterType.objective, required: true },
1765
- { text: "count", type: ParameterType_1.ParameterType.integer, required: true },
1766
- ],
1767
- },
1768
- {
1769
- name: "scoreboard",
1770
- documentation: "List values of the given entity and their scores.",
1771
- parameters: [
1772
- { text: "scoreboard", type: ParameterType_1.ParameterType.keyword, required: true },
1773
- { text: "players", type: ParameterType_1.ParameterType.keyword, required: true },
1774
- { text: "list", type: ParameterType_1.ParameterType.keyword, required: true },
1775
- {
1776
- text: "entity",
1777
- type: ParameterType_1.ParameterType.selector,
1778
- required: false,
1779
- options: { allowFakePlayers: true },
1780
- },
1781
- ],
1782
- },
1783
- {
1784
- name: "scoreboard",
1785
- documentation: "Executes a scoreboard operation between two entities.",
1786
- parameters: [
1787
- { text: "scoreboard", type: ParameterType_1.ParameterType.keyword, required: true },
1788
- { text: "players", type: ParameterType_1.ParameterType.keyword, required: true },
1789
- { text: "operation", type: ParameterType_1.ParameterType.keyword, required: true },
1790
- {
1791
- text: "destination",
1792
- type: ParameterType_1.ParameterType.selector,
1793
- required: true,
1794
- options: { allowFakePlayers: true },
1795
- },
1796
- { text: "objective", type: ParameterType_1.ParameterType.objective, required: true },
1797
- { text: "operation", type: ParameterType_1.ParameterType.operation, required: true },
1798
- {
1799
- text: "selector",
1800
- type: ParameterType_1.ParameterType.selector,
1801
- required: true,
1802
- options: { allowFakePlayers: true },
1803
- },
1804
- { text: "objective", type: ParameterType_1.ParameterType.objective, required: true },
1805
- ],
1806
- },
1807
- {
1808
- name: "scoreboard",
1809
- documentation: "Generates a random value onto the given entity.",
1810
- parameters: [
1811
- { text: "scoreboard", type: ParameterType_1.ParameterType.keyword, required: true },
1812
- { text: "players", type: ParameterType_1.ParameterType.keyword, required: true },
1813
- { text: "random", type: ParameterType_1.ParameterType.keyword, required: true },
1814
- {
1815
- text: "entity",
1816
- type: ParameterType_1.ParameterType.selector,
1817
- required: true,
1818
- options: { allowFakePlayers: true },
1819
- },
1820
- { text: "objective", type: ParameterType_1.ParameterType.objective, required: true },
1821
- { text: "min", type: ParameterType_1.ParameterType.integer, required: true },
1822
- { text: "max", type: ParameterType_1.ParameterType.integer, required: true },
1823
- ],
1824
- },
1825
- {
1826
- name: "scoreboard",
1827
- documentation: "Substract a value from the given entities.",
1828
- parameters: [
1829
- { text: "scoreboard", type: ParameterType_1.ParameterType.keyword, required: true },
1830
- { text: "players", type: ParameterType_1.ParameterType.keyword, required: true },
1831
- { text: "remove", type: ParameterType_1.ParameterType.keyword, required: true },
1832
- {
1833
- text: "entity",
1834
- type: ParameterType_1.ParameterType.selector,
1835
- required: true,
1836
- options: { allowFakePlayers: true },
1837
- },
1838
- { text: "objective", type: ParameterType_1.ParameterType.objective, required: true },
1839
- { text: "count", type: ParameterType_1.ParameterType.integer, required: true },
1840
- ],
1841
- },
1842
- {
1843
- name: "scoreboard",
1844
- documentation: "Removes the scores from the given entities.",
1845
- parameters: [
1846
- { text: "scoreboard", type: ParameterType_1.ParameterType.keyword, required: true },
1847
- { text: "players", type: ParameterType_1.ParameterType.keyword, required: true },
1848
- { text: "reset", type: ParameterType_1.ParameterType.keyword, required: true },
1849
- {
1850
- text: "entity",
1851
- type: ParameterType_1.ParameterType.selector,
1852
- required: true,
1853
- options: { wildcard: true, allowFakePlayers: true },
1854
- },
1855
- { text: "objective", type: ParameterType_1.ParameterType.objective, required: false },
1856
- ],
1857
- },
1858
- {
1859
- name: "scoreboard",
1860
- documentation: "Sets the scores of the entities to a specific value.",
1861
- parameters: [
1862
- { text: "scoreboard", type: ParameterType_1.ParameterType.keyword, required: true },
1863
- { text: "players", type: ParameterType_1.ParameterType.keyword, required: true },
1864
- { text: "set", type: ParameterType_1.ParameterType.keyword, required: true },
1865
- {
1866
- text: "entity",
1867
- type: ParameterType_1.ParameterType.selector,
1868
- required: true,
1869
- options: { allowFakePlayers: true },
1870
- },
1871
- { text: "objective", type: ParameterType_1.ParameterType.objective, required: true },
1872
- { text: "score", type: ParameterType_1.ParameterType.integer, required: true },
1873
- ],
1874
- },
1875
- {
1876
- name: "scoreboard",
1877
- documentation: "A test statement on wheter or not the entity has the specified value/range.",
1878
- parameters: [
1879
- { text: "scoreboard", type: ParameterType_1.ParameterType.keyword, required: true },
1880
- { text: "players", type: ParameterType_1.ParameterType.keyword, required: true },
1881
- { text: "test", type: ParameterType_1.ParameterType.keyword, required: true },
1882
- {
1883
- text: "entity",
1884
- type: ParameterType_1.ParameterType.selector,
1885
- required: true,
1886
- options: { allowFakePlayers: true },
1887
- },
1888
- { text: "objective", type: ParameterType_1.ParameterType.objective, required: true },
1889
- {
1890
- text: "min",
1891
- type: ParameterType_1.ParameterType.integer,
1892
- required: true,
1893
- options: { wildcard: true },
1894
- },
1895
- {
1896
- text: "max",
1897
- type: ParameterType_1.ParameterType.integer,
1898
- required: true,
1899
- options: { wildcard: true },
1900
- },
1901
- ],
1902
- },
1903
- ],
1904
- /**The setblock command */
1905
- setblock: [
1906
- {
1907
- name: "setblock",
1908
- documentation: "Places the specified block.",
1909
- parameters: [
1910
- { text: "setblock", type: ParameterType_1.ParameterType.keyword, required: true },
1911
- { text: "position x", type: ParameterType_1.ParameterType.coordinate, required: true },
1912
- { text: "position y", type: ParameterType_1.ParameterType.coordinate, required: true },
1913
- { text: "position z", type: ParameterType_1.ParameterType.coordinate, required: true },
1914
- { text: "tile name", type: ParameterType_1.ParameterType.block, required: true },
1915
- { text: "tile data", type: ParameterType_1.ParameterType.integer, required: false },
1916
- {
1917
- text: "old block mode",
1918
- type: ParameterType_1.ParameterType.oldBlockMode,
1919
- required: false,
1920
- },
1921
- ],
1922
- },
1923
- {
1924
- name: "setblock",
1925
- documentation: "Places the specified block.",
1926
- parameters: [
1927
- { text: "setblock", type: ParameterType_1.ParameterType.keyword, required: true },
1928
- { text: "position x", type: ParameterType_1.ParameterType.coordinate, required: true },
1929
- { text: "position y", type: ParameterType_1.ParameterType.coordinate, required: true },
1930
- { text: "position z", type: ParameterType_1.ParameterType.coordinate, required: true },
1931
- { text: "tile name", type: ParameterType_1.ParameterType.block, required: true },
1932
- {
1933
- text: "block states",
1934
- type: ParameterType_1.ParameterType.blockStates,
1935
- required: false,
1936
- },
1937
- {
1938
- text: "old block mode",
1939
- type: ParameterType_1.ParameterType.oldBlockMode,
1940
- required: false,
1941
- },
1942
- ],
1943
- },
1944
- ],
1945
- /**The setworldspawn command */
1946
- setworldspawn: [
1947
- {
1948
- name: "setworldspawn",
1949
- documentation: "Sets the worldspawn.",
1950
- parameters: [
1951
- { text: "setworldspawn", type: ParameterType_1.ParameterType.keyword, required: true },
1952
- { text: "spawn x", type: ParameterType_1.ParameterType.coordinate, required: false },
1953
- { text: "spawn y", type: ParameterType_1.ParameterType.coordinate, required: false },
1954
- { text: "spawn z", type: ParameterType_1.ParameterType.coordinate, required: false },
1955
- ],
1956
- },
1957
- ],
1958
- /**The setmaxplayers command */
1959
- setmaxplayers: [
1960
- {
1961
- name: "setmaxplayers",
1962
- documentation: "Sets the maximum number of players for this game session",
1963
- parameters: [
1964
- { text: "setmaxplayers", type: ParameterType_1.ParameterType.keyword, required: true },
1965
- {
1966
- text: "maximum players",
1967
- type: ParameterType_1.ParameterType.integer,
1968
- required: true,
1969
- options: { minimum: 1 },
1970
- },
1971
- ],
1972
- },
1973
- ],
1974
- /**The spawnpoint command */
1975
- spawnpoint: [
1976
- {
1977
- name: "spawnpoint",
1978
- documentation: "Sets the spawnpoint of the given entities.",
1979
- parameters: [
1980
- { text: "spawnpoint", type: ParameterType_1.ParameterType.keyword, required: true },
1981
- {
1982
- text: "player",
1983
- type: ParameterType_1.ParameterType.selector,
1984
- required: false,
1985
- options: { playerOnly: true },
1986
- },
1987
- { text: "spawn x", type: ParameterType_1.ParameterType.coordinate, required: false },
1988
- { text: "spawn y", type: ParameterType_1.ParameterType.coordinate, required: false },
1989
- { text: "spawn z", type: ParameterType_1.ParameterType.coordinate, required: false },
1990
- ],
1991
- },
1992
- ],
1993
- /**The spreadplayers command */
1994
- spreadplayers: [
1995
- {
1996
- name: "spreadplayers",
1997
- documentation: "Spreads the players around.",
1998
- parameters: [
1999
- { text: "spreadplayers", type: ParameterType_1.ParameterType.keyword, required: true },
2000
- { text: "x", type: ParameterType_1.ParameterType.coordinate, required: true },
2001
- { text: "z", type: ParameterType_1.ParameterType.coordinate, required: true },
2002
- { text: "spread distance", type: ParameterType_1.ParameterType.float, required: true },
2003
- { text: "max range", type: ParameterType_1.ParameterType.float, required: true },
2004
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
2005
- ],
2006
- },
2007
- ],
2008
- /**The stopsound command */
2009
- stopsound: [
2010
- {
2011
- name: "stopsound",
2012
- documentation: "Stops all playing sounds on the given players.",
2013
- parameters: [
2014
- { text: "stopsound", type: ParameterType_1.ParameterType.keyword, required: true },
2015
- {
2016
- text: "player",
2017
- type: ParameterType_1.ParameterType.selector,
2018
- required: true,
2019
- options: { playerOnly: true },
2020
- },
2021
- { text: "sound", type: ParameterType_1.ParameterType.sound, required: false },
2022
- ],
2023
- },
2024
- ],
2025
- /**The structure command */
2026
- structure: [
2027
- {
2028
- name: "structure",
2029
- documentation: "Saves the given area into a structure.",
2030
- parameters: [
2031
- { text: "structure", type: ParameterType_1.ParameterType.keyword, required: true },
2032
- { text: "save", type: ParameterType_1.ParameterType.keyword, required: true },
2033
- { text: "name", type: ParameterType_1.ParameterType.structure, required: true },
2034
- { text: "from x", type: ParameterType_1.ParameterType.coordinate, required: true },
2035
- { text: "from y", type: ParameterType_1.ParameterType.coordinate, required: true },
2036
- { text: "from z", type: ParameterType_1.ParameterType.coordinate, required: true },
2037
- { text: "to x", type: ParameterType_1.ParameterType.coordinate, required: true },
2038
- { text: "to y", type: ParameterType_1.ParameterType.coordinate, required: true },
2039
- { text: "to z", type: ParameterType_1.ParameterType.coordinate, required: true },
2040
- { text: "save mode", type: ParameterType_1.ParameterType.saveMode, required: false },
2041
- ],
2042
- },
2043
- {
2044
- name: "structure",
2045
- documentation: "Saves the given area into a structure.",
2046
- parameters: [
2047
- { text: "structure", type: ParameterType_1.ParameterType.keyword, required: true },
2048
- { text: "save", type: ParameterType_1.ParameterType.keyword, required: true },
2049
- { text: "name", type: ParameterType_1.ParameterType.structure, required: true },
2050
- { text: "from x", type: ParameterType_1.ParameterType.coordinate, required: true },
2051
- { text: "from y", type: ParameterType_1.ParameterType.coordinate, required: true },
2052
- { text: "from z", type: ParameterType_1.ParameterType.coordinate, required: true },
2053
- { text: "to x", type: ParameterType_1.ParameterType.coordinate, required: true },
2054
- { text: "to y", type: ParameterType_1.ParameterType.coordinate, required: true },
2055
- { text: "to z", type: ParameterType_1.ParameterType.coordinate, required: true },
2056
- {
2057
- text: "include entities",
2058
- type: ParameterType_1.ParameterType.boolean,
2059
- required: false,
2060
- },
2061
- { text: "save mode", type: ParameterType_1.ParameterType.saveMode, required: false },
2062
- {
2063
- text: "include blocks",
2064
- type: ParameterType_1.ParameterType.boolean,
2065
- required: false,
2066
- },
2067
- ],
2068
- },
2069
- {
2070
- name: "structure",
2071
- documentation: "Loads a structure to the world.",
2072
- parameters: [
2073
- { text: "structure", type: ParameterType_1.ParameterType.keyword, required: true },
2074
- { text: "load", type: ParameterType_1.ParameterType.keyword, required: true },
2075
- { text: "name", type: ParameterType_1.ParameterType.structure, required: true },
2076
- { text: "to x", type: ParameterType_1.ParameterType.coordinate, required: true },
2077
- { text: "to y", type: ParameterType_1.ParameterType.coordinate, required: true },
2078
- { text: "to z", type: ParameterType_1.ParameterType.coordinate, required: true },
2079
- { text: "rotation", type: ParameterType_1.ParameterType.rotation, required: false },
2080
- { text: "mirror", type: ParameterType_1.ParameterType.mirror, required: false },
2081
- {
2082
- text: "include entities",
2083
- type: ParameterType_1.ParameterType.boolean,
2084
- required: false,
2085
- },
2086
- {
2087
- text: "include blocks",
2088
- type: ParameterType_1.ParameterType.boolean,
2089
- required: false,
2090
- },
2091
- {
2092
- text: "water logged blocks",
2093
- type: ParameterType_1.ParameterType.boolean,
2094
- required: false,
2095
- },
2096
- { text: "integrity", type: ParameterType_1.ParameterType.float, required: false },
2097
- { text: "seed", type: ParameterType_1.ParameterType.string, required: false },
2098
- ],
2099
- },
2100
- {
2101
- name: "structure",
2102
- documentation: "Loads a structure to the world.",
2103
- parameters: [
2104
- { text: "structure", type: ParameterType_1.ParameterType.keyword, required: true },
2105
- { text: "load", type: ParameterType_1.ParameterType.keyword, required: true },
2106
- { text: "name", type: ParameterType_1.ParameterType.structure, required: true },
2107
- { text: "to x", type: ParameterType_1.ParameterType.coordinate, required: true },
2108
- { text: "to y", type: ParameterType_1.ParameterType.coordinate, required: true },
2109
- { text: "to z", type: ParameterType_1.ParameterType.coordinate, required: true },
2110
- { text: "rotation", type: ParameterType_1.ParameterType.rotation, required: false },
2111
- { text: "mirror", type: ParameterType_1.ParameterType.mirror, required: false },
2112
- {
2113
- text: "animation mode",
2114
- type: ParameterType_1.ParameterType.structureAnimationMode,
2115
- required: false,
2116
- },
2117
- {
2118
- text: "animation seconds",
2119
- type: ParameterType_1.ParameterType.float,
2120
- required: false,
2121
- },
2122
- {
2123
- text: "include entities",
2124
- type: ParameterType_1.ParameterType.boolean,
2125
- required: false,
2126
- },
2127
- {
2128
- text: "include blocks",
2129
- type: ParameterType_1.ParameterType.boolean,
2130
- required: false,
2131
- },
2132
- {
2133
- text: "water logged blocks",
2134
- type: ParameterType_1.ParameterType.boolean,
2135
- required: false,
2136
- },
2137
- { text: "integrity", type: ParameterType_1.ParameterType.float, required: false },
2138
- { text: "seed", type: ParameterType_1.ParameterType.string, required: false },
2139
- ],
2140
- },
2141
- {
2142
- name: "structure",
2143
- documentation: "Removes the structure from the contents.",
2144
- parameters: [
2145
- { text: "structure", type: ParameterType_1.ParameterType.keyword, required: true },
2146
- { text: "delete", type: ParameterType_1.ParameterType.keyword, required: true },
2147
- { text: "name", type: ParameterType_1.ParameterType.structure, required: true },
2148
- ],
2149
- },
2150
- ],
2151
- /**The summon command */
2152
- summon: [
2153
- {
2154
- name: "summon",
2155
- documentation: "Summons an entity.",
2156
- parameters: [
2157
- { text: "summon", type: ParameterType_1.ParameterType.keyword, required: true },
2158
- { text: "entity type", type: ParameterType_1.ParameterType.entity, required: true },
2159
- { text: "spawnPos x", type: ParameterType_1.ParameterType.coordinate, required: false },
2160
- { text: "spawnPos y", type: ParameterType_1.ParameterType.coordinate, required: false },
2161
- { text: "spawnPos z", type: ParameterType_1.ParameterType.coordinate, required: false },
2162
- { text: "spawnevent", type: ParameterType_1.ParameterType.event, required: false },
2163
- { text: "name", type: ParameterType_1.ParameterType.string, required: false },
2164
- ],
2165
- },
2166
- {
2167
- name: "summon",
2168
- documentation: "Summons an entity.",
2169
- parameters: [
2170
- { text: "summon", type: ParameterType_1.ParameterType.keyword, required: true },
2171
- { text: "entity type", type: ParameterType_1.ParameterType.entity, required: true },
2172
- { text: "name", type: ParameterType_1.ParameterType.string, required: false },
2173
- { text: "spawnPos x", type: ParameterType_1.ParameterType.coordinate, required: false },
2174
- { text: "spawnPos y", type: ParameterType_1.ParameterType.coordinate, required: false },
2175
- { text: "spawnPos z", type: ParameterType_1.ParameterType.coordinate, required: false },
2176
- ],
2177
- },
2178
- ],
2179
- /**The tag command */
2180
- tag: [
2181
- {
2182
- name: "tag",
2183
- documentation: "Manages tags stored in entities.",
2184
- parameters: [
2185
- { text: "tag", type: ParameterType_1.ParameterType.keyword, required: true },
2186
- { text: "selector", type: ParameterType_1.ParameterType.selector, required: true },
2187
- { text: "add", type: ParameterType_1.ParameterType.keyword, required: true },
2188
- { text: "name", type: ParameterType_1.ParameterType.tag, required: true },
2189
- ],
2190
- },
2191
- {
2192
- name: "tag",
2193
- documentation: "Manages tags stored in entities.",
2194
- parameters: [
2195
- { text: "tag", type: ParameterType_1.ParameterType.keyword, required: true },
2196
- { text: "selector", type: ParameterType_1.ParameterType.selector, required: true },
2197
- { text: "list", type: ParameterType_1.ParameterType.keyword, required: true },
2198
- ],
2199
- },
2200
- {
2201
- name: "tag",
2202
- documentation: "Manages tags stored in entities.",
2203
- parameters: [
2204
- { text: "tag", type: ParameterType_1.ParameterType.keyword, required: true },
2205
- {
2206
- text: "selector",
2207
- type: ParameterType_1.ParameterType.selector,
2208
- required: true,
2209
- options: { wildcard: true },
2210
- },
2211
- { text: "remove", type: ParameterType_1.ParameterType.keyword, required: true },
2212
- { text: "name", type: ParameterType_1.ParameterType.tag, required: true },
2213
- ],
2214
- },
2215
- ],
2216
- /**The tell command */
2217
- tell: [
2218
- {
2219
- name: "tell",
2220
- documentation: "Sends a private message to one or more players.",
2221
- parameters: [
2222
- { text: "tell", type: ParameterType_1.ParameterType.keyword, required: true },
2223
- {
2224
- text: "player",
2225
- type: ParameterType_1.ParameterType.selector,
2226
- required: true,
2227
- options: { playerOnly: true },
2228
- },
2229
- { text: "message", type: ParameterType_1.ParameterType.message, required: true },
2230
- ],
2231
- },
2232
- ],
2233
- /**The tellraw command */
2234
- tellraw: [
2235
- {
2236
- name: "tellraw",
2237
- documentation: "Sends a json messsage to players.",
2238
- parameters: [
2239
- { text: "tellraw", type: ParameterType_1.ParameterType.keyword, required: true },
2240
- {
2241
- text: "player",
2242
- type: ParameterType_1.ParameterType.selector,
2243
- required: true,
2244
- options: { playerOnly: true },
2245
- },
2246
- {
2247
- text: "json raw text",
2248
- type: ParameterType_1.ParameterType.jsonRawText,
2249
- required: true,
2250
- },
2251
- ],
2252
- },
2253
- ],
2254
- /**The testfor command */
2255
- testfor: [
2256
- {
2257
- name: "testfor",
2258
- documentation: "Counts entities (players, mobs, items, etc.) matching specified conditions.",
2259
- parameters: [
2260
- { text: "testfor", type: ParameterType_1.ParameterType.keyword, required: true },
2261
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
2262
- ],
2263
- },
2264
- ],
2265
- /**The testforblock command */
2266
- testforblock: [
2267
- {
2268
- name: "testforblock",
2269
- documentation: "tests whether a certain block is a specific location.",
2270
- parameters: [
2271
- { text: "testforblock", type: ParameterType_1.ParameterType.keyword, required: true },
2272
- { text: "position x", type: ParameterType_1.ParameterType.coordinate, required: true },
2273
- { text: "position y", type: ParameterType_1.ParameterType.coordinate, required: true },
2274
- { text: "position z", type: ParameterType_1.ParameterType.coordinate, required: true },
2275
- { text: "tile name", type: ParameterType_1.ParameterType.block, required: true },
2276
- { text: "data value", type: ParameterType_1.ParameterType.integer, required: false },
2277
- ],
2278
- },
2279
- {
2280
- name: "testforblocks",
2281
- documentation: "Tests whether the blocks in two regions match.",
2282
- parameters: [
2283
- { text: "testforblocks", type: ParameterType_1.ParameterType.keyword, required: true },
2284
- { text: "begin x", type: ParameterType_1.ParameterType.coordinate, required: true },
2285
- { text: "begin y", type: ParameterType_1.ParameterType.coordinate, required: true },
2286
- { text: "begin z", type: ParameterType_1.ParameterType.coordinate, required: true },
2287
- { text: "end x", type: ParameterType_1.ParameterType.coordinate, required: true },
2288
- { text: "end y", type: ParameterType_1.ParameterType.coordinate, required: true },
2289
- { text: "end z", type: ParameterType_1.ParameterType.coordinate, required: true },
2290
- {
2291
- text: "destination x",
2292
- type: ParameterType_1.ParameterType.coordinate,
2293
- required: true,
2294
- },
2295
- {
2296
- text: "destination y",
2297
- type: ParameterType_1.ParameterType.coordinate,
2298
- required: true,
2299
- },
2300
- {
2301
- text: "destination z",
2302
- type: ParameterType_1.ParameterType.coordinate,
2303
- required: true,
2304
- },
2305
- ],
2306
- },
2307
- {
2308
- name: "testforblocks",
2309
- documentation: "Tests whether the blocks in two regions match.",
2310
- parameters: [
2311
- { text: "testforblocks", type: ParameterType_1.ParameterType.keyword, required: true },
2312
- { text: "begin x", type: ParameterType_1.ParameterType.coordinate, required: true },
2313
- { text: "begin y", type: ParameterType_1.ParameterType.coordinate, required: true },
2314
- { text: "begin z", type: ParameterType_1.ParameterType.coordinate, required: true },
2315
- { text: "end x", type: ParameterType_1.ParameterType.coordinate, required: true },
2316
- { text: "end y", type: ParameterType_1.ParameterType.coordinate, required: true },
2317
- { text: "end z", type: ParameterType_1.ParameterType.coordinate, required: true },
2318
- {
2319
- text: "destination x",
2320
- type: ParameterType_1.ParameterType.coordinate,
2321
- required: true,
2322
- },
2323
- {
2324
- text: "destination y",
2325
- type: ParameterType_1.ParameterType.coordinate,
2326
- required: true,
2327
- },
2328
- {
2329
- text: "destination z",
2330
- type: ParameterType_1.ParameterType.coordinate,
2331
- required: true,
2332
- },
2333
- { text: "all", type: ParameterType_1.ParameterType.keyword, required: true },
2334
- ],
2335
- },
2336
- {
2337
- name: "testforblocks",
2338
- documentation: "Tests whether the blocks in two regions match.",
2339
- parameters: [
2340
- { text: "testforblocks", type: ParameterType_1.ParameterType.keyword, required: true },
2341
- { text: "begin x", type: ParameterType_1.ParameterType.coordinate, required: true },
2342
- { text: "begin y", type: ParameterType_1.ParameterType.coordinate, required: true },
2343
- { text: "begin z", type: ParameterType_1.ParameterType.coordinate, required: true },
2344
- { text: "end x", type: ParameterType_1.ParameterType.coordinate, required: true },
2345
- { text: "end y", type: ParameterType_1.ParameterType.coordinate, required: true },
2346
- { text: "end z", type: ParameterType_1.ParameterType.coordinate, required: true },
2347
- {
2348
- text: "destination x",
2349
- type: ParameterType_1.ParameterType.coordinate,
2350
- required: true,
2351
- },
2352
- {
2353
- text: "destination y",
2354
- type: ParameterType_1.ParameterType.coordinate,
2355
- required: true,
2356
- },
2357
- {
2358
- text: "destination z",
2359
- type: ParameterType_1.ParameterType.coordinate,
2360
- required: true,
2361
- },
2362
- { text: "masked", type: ParameterType_1.ParameterType.keyword, required: true },
2363
- ],
2364
- },
2365
- ],
2366
- /**The tickingarea command */
2367
- tickingarea: [
2368
- {
2369
- name: "tickingarea",
2370
- documentation: "Add, remove, or list ticking areas.",
2371
- parameters: [
2372
- { text: "tickingarea", type: ParameterType_1.ParameterType.keyword, required: true },
2373
- { text: "add", type: ParameterType_1.ParameterType.keyword, required: true },
2374
- { text: "begin x", type: ParameterType_1.ParameterType.coordinate, required: true },
2375
- { text: "begin y", type: ParameterType_1.ParameterType.coordinate, required: true },
2376
- { text: "begin z", type: ParameterType_1.ParameterType.coordinate, required: true },
2377
- { text: "end x", type: ParameterType_1.ParameterType.coordinate, required: true },
2378
- { text: "end y", type: ParameterType_1.ParameterType.coordinate, required: true },
2379
- { text: "end z", type: ParameterType_1.ParameterType.coordinate, required: true },
2380
- { text: "name", type: ParameterType_1.ParameterType.tickingarea, required: false },
2381
- ],
2382
- },
2383
- {
2384
- name: "tickingarea",
2385
- documentation: "Add, remove, or list ticking areas.",
2386
- parameters: [
2387
- { text: "tickingarea", type: ParameterType_1.ParameterType.keyword, required: true },
2388
- { text: "add", type: ParameterType_1.ParameterType.keyword, required: true },
2389
- { text: "circle", type: ParameterType_1.ParameterType.keyword, required: true },
2390
- { text: "center x", type: ParameterType_1.ParameterType.coordinate, required: true },
2391
- { text: "center y", type: ParameterType_1.ParameterType.coordinate, required: true },
2392
- { text: "center z", type: ParameterType_1.ParameterType.coordinate, required: true },
2393
- { text: "radius", type: ParameterType_1.ParameterType.integer, required: true },
2394
- { text: "name", type: ParameterType_1.ParameterType.tickingarea, required: false },
2395
- ],
2396
- },
2397
- {
2398
- name: "tickingarea",
2399
- documentation: "Add, remove, or list ticking areas.",
2400
- parameters: [
2401
- { text: "tickingarea", type: ParameterType_1.ParameterType.keyword, required: true },
2402
- { text: "list", type: ParameterType_1.ParameterType.keyword, required: true },
2403
- {
2404
- text: "all-dimensions",
2405
- type: ParameterType_1.ParameterType.keyword,
2406
- required: false,
2407
- },
2408
- ],
2409
- },
2410
- {
2411
- name: "tickingarea",
2412
- documentation: "Add, remove, or list ticking areas.",
2413
- parameters: [
2414
- { text: "tickingarea", type: ParameterType_1.ParameterType.keyword, required: true },
2415
- { text: "remove", type: ParameterType_1.ParameterType.keyword, required: true },
2416
- { text: "x", type: ParameterType_1.ParameterType.coordinate, required: true },
2417
- { text: "y", type: ParameterType_1.ParameterType.coordinate, required: true },
2418
- { text: "z", type: ParameterType_1.ParameterType.coordinate, required: true },
2419
- ],
2420
- },
2421
- {
2422
- name: "tickingarea",
2423
- documentation: "Add, remove, or list ticking areas.",
2424
- parameters: [
2425
- { text: "tickingarea", type: ParameterType_1.ParameterType.keyword, required: true },
2426
- { text: "remove", type: ParameterType_1.ParameterType.keyword, required: true },
2427
- { text: "name", type: ParameterType_1.ParameterType.tickingarea, required: true },
2428
- ],
2429
- },
2430
- {
2431
- name: "tickingarea",
2432
- documentation: "Add, remove, or list ticking areas.",
2433
- parameters: [
2434
- { text: "tickingarea", type: ParameterType_1.ParameterType.keyword, required: true },
2435
- { text: "remove_all", type: ParameterType_1.ParameterType.keyword, required: true },
2436
- ],
2437
- },
2438
- ],
2439
- /**The time command */
2440
- time: [
2441
- {
2442
- name: "time",
2443
- documentation: "Add to the world's game time.",
2444
- parameters: [
2445
- { text: "time", type: ParameterType_1.ParameterType.keyword, required: true },
2446
- { text: "add", type: ParameterType_1.ParameterType.keyword, required: true },
2447
- { text: "amount", type: ParameterType_1.ParameterType.integer, required: true },
2448
- ],
2449
- },
2450
- {
2451
- name: "time",
2452
- documentation: "Changes or queries the world's game time.",
2453
- parameters: [
2454
- { text: "time", type: ParameterType_1.ParameterType.keyword, required: true },
2455
- { text: "query", type: ParameterType_1.ParameterType.keyword, required: true },
2456
- { text: "daytime", type: ParameterType_1.ParameterType.keyword, required: true },
2457
- ],
2458
- },
2459
- {
2460
- name: "time",
2461
- documentation: "Queries the world's game time.",
2462
- parameters: [
2463
- { text: "time", type: ParameterType_1.ParameterType.keyword, required: true },
2464
- { text: "query", type: ParameterType_1.ParameterType.keyword, required: true },
2465
- { text: "gametime", type: ParameterType_1.ParameterType.integer, required: true },
2466
- ],
2467
- },
2468
- {
2469
- name: "time",
2470
- documentation: "Changes or queries the world's game time.",
2471
- parameters: [
2472
- { text: "time", type: ParameterType_1.ParameterType.keyword, required: true },
2473
- { text: "query", type: ParameterType_1.ParameterType.keyword, required: true },
2474
- { text: "day", type: ParameterType_1.ParameterType.keyword, required: true },
2475
- ],
2476
- },
2477
- {
2478
- name: "time",
2479
- documentation: "Sets the world's game time.",
2480
- parameters: [
2481
- { text: "time", type: ParameterType_1.ParameterType.keyword, required: true },
2482
- { text: "set", type: ParameterType_1.ParameterType.keyword, required: true },
2483
- { text: "amount", type: ParameterType_1.ParameterType.integer, required: true },
2484
- ],
2485
- },
2486
- {
2487
- name: "time",
2488
- documentation: "Sets the world's game time.",
2489
- parameters: [
2490
- { text: "time", type: ParameterType_1.ParameterType.keyword, required: true },
2491
- { text: "set", type: ParameterType_1.ParameterType.keyword, required: true },
2492
- { text: "amount", type: ParameterType_1.ParameterType.time, required: true },
2493
- ],
2494
- },
2495
- ],
2496
- /**The title command */
2497
- title: [
2498
- {
2499
- name: "title",
2500
- documentation: "Sets the title.",
2501
- parameters: [
2502
- { text: "title", type: ParameterType_1.ParameterType.keyword, required: true },
2503
- {
2504
- text: "player",
2505
- type: ParameterType_1.ParameterType.selector,
2506
- required: true,
2507
- options: { playerOnly: true },
2508
- },
2509
- { text: "title", type: ParameterType_1.ParameterType.keyword, required: true },
2510
- { text: "titletext", type: ParameterType_1.ParameterType.message, required: true },
2511
- ],
2512
- },
2513
- {
2514
- name: "title",
2515
- documentation: "Sets the sub titles.",
2516
- parameters: [
2517
- { text: "title", type: ParameterType_1.ParameterType.keyword, required: true },
2518
- {
2519
- text: "player",
2520
- type: ParameterType_1.ParameterType.selector,
2521
- required: true,
2522
- options: { playerOnly: true },
2523
- },
2524
- { text: "subtitle", type: ParameterType_1.ParameterType.keyword, required: true },
2525
- { text: "titletext", type: ParameterType_1.ParameterType.message, required: true },
2526
- ],
2527
- },
2528
- {
2529
- name: "title",
2530
- documentation: "Sets the action bar.",
2531
- parameters: [
2532
- { text: "title", type: ParameterType_1.ParameterType.keyword, required: true },
2533
- {
2534
- text: "player",
2535
- type: ParameterType_1.ParameterType.selector,
2536
- required: true,
2537
- options: { playerOnly: true },
2538
- },
2539
- { text: "actionbar", type: ParameterType_1.ParameterType.keyword, required: true },
2540
- { text: "titletext", type: ParameterType_1.ParameterType.message, required: true },
2541
- ],
2542
- },
2543
- {
2544
- name: "title",
2545
- documentation: "Clears the title & subtitle from the given players",
2546
- parameters: [
2547
- { text: "title", type: ParameterType_1.ParameterType.keyword, required: true },
2548
- {
2549
- text: "player",
2550
- type: ParameterType_1.ParameterType.selector,
2551
- required: true,
2552
- options: { playerOnly: true },
2553
- },
2554
- { text: "clear", type: ParameterType_1.ParameterType.keyword, required: true },
2555
- ],
2556
- },
2557
- {
2558
- name: "title",
2559
- documentation: "Clears the title & subtitle from the given players",
2560
- parameters: [
2561
- { text: "title", type: ParameterType_1.ParameterType.keyword, required: true },
2562
- {
2563
- text: "player",
2564
- type: ParameterType_1.ParameterType.selector,
2565
- required: true,
2566
- options: { playerOnly: true },
2567
- },
2568
- { text: "reset", type: ParameterType_1.ParameterType.keyword, required: true },
2569
- ],
2570
- },
2571
- {
2572
- name: "title",
2573
- documentation: "Set the title timings.",
2574
- parameters: [
2575
- { text: "title", type: ParameterType_1.ParameterType.keyword, required: true },
2576
- {
2577
- text: "player",
2578
- type: ParameterType_1.ParameterType.selector,
2579
- required: true,
2580
- options: { playerOnly: true },
2581
- },
2582
- { text: "times", type: ParameterType_1.ParameterType.keyword, required: true },
2583
- { text: "fade in", type: ParameterType_1.ParameterType.integer, required: true },
2584
- { text: "stay", type: ParameterType_1.ParameterType.integer, required: true },
2585
- { text: "fade out", type: ParameterType_1.ParameterType.integer, required: true },
2586
- ],
2587
- },
2588
- ],
2589
- /**The titleraw command */
2590
- titleraw: [
2591
- {
2592
- name: "titleraw",
2593
- documentation: "Sets the title.",
2594
- parameters: [
2595
- { text: "titleraw", type: ParameterType_1.ParameterType.keyword, required: true },
2596
- {
2597
- text: "player",
2598
- type: ParameterType_1.ParameterType.selector,
2599
- required: true,
2600
- options: { playerOnly: true },
2601
- },
2602
- { text: "title", type: ParameterType_1.ParameterType.keyword, required: true },
2603
- {
2604
- text: "json raw text",
2605
- type: ParameterType_1.ParameterType.jsonRawText,
2606
- required: true,
2607
- },
2608
- ],
2609
- },
2610
- {
2611
- name: "titleraw",
2612
- documentation: "Sets the sub titles.",
2613
- parameters: [
2614
- { text: "titleraw", type: ParameterType_1.ParameterType.keyword, required: true },
2615
- {
2616
- text: "player",
2617
- type: ParameterType_1.ParameterType.selector,
2618
- required: true,
2619
- options: { playerOnly: true },
2620
- },
2621
- { text: "subtitle", type: ParameterType_1.ParameterType.keyword, required: true },
2622
- {
2623
- text: "json raw text",
2624
- type: ParameterType_1.ParameterType.jsonRawText,
2625
- required: true,
2626
- },
2627
- ],
2628
- },
2629
- {
2630
- name: "titleraw",
2631
- documentation: "Sets the action bar.",
2632
- parameters: [
2633
- { text: "titleraw", type: ParameterType_1.ParameterType.keyword, required: true },
2634
- {
2635
- text: "player",
2636
- type: ParameterType_1.ParameterType.selector,
2637
- required: true,
2638
- options: { playerOnly: true },
2639
- },
2640
- { text: "actionbar", type: ParameterType_1.ParameterType.keyword, required: true },
2641
- {
2642
- text: "json raw text",
2643
- type: ParameterType_1.ParameterType.jsonRawText,
2644
- required: true,
2645
- },
2646
- ],
2647
- },
2648
- {
2649
- name: "titleraw",
2650
- documentation: "Clears the title & subtitle from the given players",
2651
- parameters: [
2652
- { text: "titleraw", type: ParameterType_1.ParameterType.keyword, required: true },
2653
- {
2654
- text: "player",
2655
- type: ParameterType_1.ParameterType.selector,
2656
- required: true,
2657
- options: { playerOnly: true },
2658
- },
2659
- { text: "clear", type: ParameterType_1.ParameterType.keyword, required: true },
2660
- ],
2661
- },
2662
- {
2663
- name: "titleraw",
2664
- documentation: "Clears the title & subtitle from the given players",
2665
- parameters: [
2666
- { text: "titleraw", type: ParameterType_1.ParameterType.keyword, required: true },
2667
- {
2668
- text: "player",
2669
- type: ParameterType_1.ParameterType.selector,
2670
- required: true,
2671
- options: { playerOnly: true },
2672
- },
2673
- { text: "reset", type: ParameterType_1.ParameterType.keyword, required: true },
2674
- ],
2675
- },
2676
- {
2677
- name: "titleraw",
2678
- documentation: "Set the timings.",
2679
- parameters: [
2680
- { text: "titleraw", type: ParameterType_1.ParameterType.keyword, required: true },
2681
- {
2682
- text: "player",
2683
- type: ParameterType_1.ParameterType.selector,
2684
- required: true,
2685
- options: { playerOnly: true },
2686
- },
2687
- { text: "times", type: ParameterType_1.ParameterType.keyword, required: true },
2688
- { text: "fade in", type: ParameterType_1.ParameterType.integer, required: true },
2689
- { text: "stay", type: ParameterType_1.ParameterType.integer, required: true },
2690
- { text: "fade out", type: ParameterType_1.ParameterType.integer, required: true },
2691
- ],
2692
- },
2693
- ],
2694
- /**The toggledownfall command */
2695
- toggledownfall: [
2696
- {
2697
- parameters: [{ text: "toggledownfall", type: ParameterType_1.ParameterType.keyword, required: true }],
2698
- name: "toggledownfall",
2699
- documentation: "Toggles the weather.",
2700
- },
2701
- ],
2702
- /**The tp command */
2703
- tp: [
2704
- {
2705
- name: "tp",
2706
- documentation: "Teleport the executing entity to the destination entity.",
2707
- parameters: [
2708
- { text: "tp", type: ParameterType_1.ParameterType.keyword, required: true },
2709
- { text: "destination", type: ParameterType_1.ParameterType.selector, required: true },
2710
- {
2711
- text: "check for blocks",
2712
- type: ParameterType_1.ParameterType.boolean,
2713
- required: false,
2714
- },
2715
- ],
2716
- },
2717
- {
2718
- name: "tp",
2719
- documentation: "Teleport the executing entity to the location.",
2720
- parameters: [
2721
- { text: "tp", type: ParameterType_1.ParameterType.keyword, required: true },
2722
- {
2723
- text: "destination x",
2724
- type: ParameterType_1.ParameterType.coordinate,
2725
- required: true,
2726
- },
2727
- {
2728
- text: "destination y",
2729
- type: ParameterType_1.ParameterType.coordinate,
2730
- required: true,
2731
- },
2732
- {
2733
- text: "destination z",
2734
- type: ParameterType_1.ParameterType.coordinate,
2735
- required: true,
2736
- },
2737
- {
2738
- text: "check for blocks",
2739
- type: ParameterType_1.ParameterType.boolean,
2740
- required: false,
2741
- },
2742
- ],
2743
- },
2744
- {
2745
- name: "tp",
2746
- documentation: "Teleport the entity to the destination entity.",
2747
- parameters: [
2748
- { text: "tp", type: ParameterType_1.ParameterType.keyword, required: true },
2749
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
2750
- { text: "destination", type: ParameterType_1.ParameterType.selector, required: true },
2751
- {
2752
- text: "check for blocks",
2753
- type: ParameterType_1.ParameterType.boolean,
2754
- required: false,
2755
- },
2756
- ],
2757
- },
2758
- {
2759
- name: "tp",
2760
- documentation: "Teleport the entity to the specified location.",
2761
- parameters: [
2762
- { text: "tp", type: ParameterType_1.ParameterType.keyword, required: true },
2763
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
2764
- {
2765
- text: "destination x",
2766
- type: ParameterType_1.ParameterType.coordinate,
2767
- required: true,
2768
- },
2769
- {
2770
- text: "destination y",
2771
- type: ParameterType_1.ParameterType.coordinate,
2772
- required: true,
2773
- },
2774
- {
2775
- text: "destination z",
2776
- type: ParameterType_1.ParameterType.coordinate,
2777
- required: true,
2778
- },
2779
- {
2780
- text: "check for blocks",
2781
- type: ParameterType_1.ParameterType.boolean,
2782
- required: false,
2783
- },
2784
- ],
2785
- },
2786
- {
2787
- name: "tp",
2788
- documentation: "Teleport the executing entity to the destination with rotation.",
2789
- parameters: [
2790
- { text: "tp", type: ParameterType_1.ParameterType.keyword, required: true },
2791
- { text: "destination", type: ParameterType_1.ParameterType.selector, required: true },
2792
- { text: "yRot", type: ParameterType_1.ParameterType.coordinate, required: false },
2793
- { text: "xRot", type: ParameterType_1.ParameterType.coordinate, required: false },
2794
- {
2795
- text: "check for blocks",
2796
- type: ParameterType_1.ParameterType.boolean,
2797
- required: false,
2798
- },
2799
- ],
2800
- },
2801
- {
2802
- name: "tp",
2803
- documentation: "Teleport the executing entity to the destination with rotation.",
2804
- parameters: [
2805
- { text: "tp", type: ParameterType_1.ParameterType.keyword, required: true },
2806
- {
2807
- text: "destination x",
2808
- type: ParameterType_1.ParameterType.coordinate,
2809
- required: true,
2810
- },
2811
- {
2812
- text: "destination y",
2813
- type: ParameterType_1.ParameterType.coordinate,
2814
- required: true,
2815
- },
2816
- {
2817
- text: "destination z",
2818
- type: ParameterType_1.ParameterType.coordinate,
2819
- required: true,
2820
- },
2821
- { text: "yRot", type: ParameterType_1.ParameterType.coordinate, required: false },
2822
- { text: "xRot", type: ParameterType_1.ParameterType.coordinate, required: false },
2823
- {
2824
- text: "check for blocks",
2825
- type: ParameterType_1.ParameterType.boolean,
2826
- required: false,
2827
- },
2828
- ],
2829
- },
2830
- {
2831
- name: "tp",
2832
- documentation: "Teleport the entity to the destination with rotation.",
2833
- parameters: [
2834
- { text: "tp", type: ParameterType_1.ParameterType.keyword, required: true },
2835
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
2836
- { text: "destination", type: ParameterType_1.ParameterType.selector, required: true },
2837
- { text: "facing", type: ParameterType_1.ParameterType.keyword, required: true },
2838
- { text: "yRot", type: ParameterType_1.ParameterType.coordinate, required: false },
2839
- { text: "xRot", type: ParameterType_1.ParameterType.coordinate, required: false },
2840
- {
2841
- text: "check for blocks",
2842
- type: ParameterType_1.ParameterType.boolean,
2843
- required: false,
2844
- },
2845
- ],
2846
- },
2847
- {
2848
- name: "tp",
2849
- documentation: "Teleport the entity to the destination with rotation.",
2850
- parameters: [
2851
- { text: "tp", type: ParameterType_1.ParameterType.keyword, required: true },
2852
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
2853
- {
2854
- text: "destination x",
2855
- type: ParameterType_1.ParameterType.coordinate,
2856
- required: true,
2857
- },
2858
- {
2859
- text: "destination y",
2860
- type: ParameterType_1.ParameterType.coordinate,
2861
- required: true,
2862
- },
2863
- {
2864
- text: "destination z",
2865
- type: ParameterType_1.ParameterType.coordinate,
2866
- required: true,
2867
- },
2868
- { text: "yRot", type: ParameterType_1.ParameterType.coordinate, required: false },
2869
- { text: "xRot", type: ParameterType_1.ParameterType.coordinate, required: false },
2870
- {
2871
- text: "check for blocks",
2872
- type: ParameterType_1.ParameterType.boolean,
2873
- required: false,
2874
- },
2875
- ],
2876
- },
2877
- {
2878
- name: "tp",
2879
- documentation: "Teleport the executing entity to the destination with facing.",
2880
- parameters: [
2881
- { text: "tp", type: ParameterType_1.ParameterType.keyword, required: true },
2882
- { text: "destination", type: ParameterType_1.ParameterType.selector, required: true },
2883
- { text: "facing", type: ParameterType_1.ParameterType.keyword, required: true },
2884
- { text: "look at", type: ParameterType_1.ParameterType.selector, required: true },
2885
- {
2886
- text: "check for blocks",
2887
- type: ParameterType_1.ParameterType.boolean,
2888
- required: false,
2889
- },
2890
- ],
2891
- },
2892
- {
2893
- name: "tp",
2894
- documentation: "Teleport the executing entity to the destination with facing.",
2895
- parameters: [
2896
- { text: "tp", type: ParameterType_1.ParameterType.keyword, required: true },
2897
- { text: "destination", type: ParameterType_1.ParameterType.selector, required: true },
2898
- { text: "facing", type: ParameterType_1.ParameterType.keyword, required: true },
2899
- { text: "look at x", type: ParameterType_1.ParameterType.coordinate, required: true },
2900
- { text: "look at y", type: ParameterType_1.ParameterType.coordinate, required: true },
2901
- { text: "look at z", type: ParameterType_1.ParameterType.coordinate, required: true },
2902
- {
2903
- text: "check for blocks",
2904
- type: ParameterType_1.ParameterType.boolean,
2905
- required: false,
2906
- },
2907
- ],
2908
- },
2909
- {
2910
- name: "tp",
2911
- documentation: "Teleport the entity to the destination with facing.",
2912
- parameters: [
2913
- { text: "tp", type: ParameterType_1.ParameterType.keyword, required: true },
2914
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
2915
- { text: "destination", type: ParameterType_1.ParameterType.selector, required: true },
2916
- { text: "facing", type: ParameterType_1.ParameterType.keyword, required: true },
2917
- { text: "look at", type: ParameterType_1.ParameterType.selector, required: true },
2918
- {
2919
- text: "check for blocks",
2920
- type: ParameterType_1.ParameterType.boolean,
2921
- required: false,
2922
- },
2923
- ],
2924
- },
2925
- {
2926
- name: "tp",
2927
- documentation: "Teleport the entity to the destination with facing.",
2928
- parameters: [
2929
- { text: "tp", type: ParameterType_1.ParameterType.keyword, required: true },
2930
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
2931
- { text: "destination", type: ParameterType_1.ParameterType.selector, required: true },
2932
- { text: "facing", type: ParameterType_1.ParameterType.keyword, required: true },
2933
- { text: "look at x", type: ParameterType_1.ParameterType.coordinate, required: true },
2934
- { text: "look at y", type: ParameterType_1.ParameterType.coordinate, required: true },
2935
- { text: "look at z", type: ParameterType_1.ParameterType.coordinate, required: true },
2936
- {
2937
- text: "check for blocks",
2938
- type: ParameterType_1.ParameterType.boolean,
2939
- required: false,
2940
- },
2941
- ],
2942
- },
2943
- {
2944
- name: "tp",
2945
- documentation: "Teleport the executing entity to the destination with facing.",
2946
- parameters: [
2947
- { text: "tp", type: ParameterType_1.ParameterType.keyword, required: true },
2948
- {
2949
- text: "destination x",
2950
- type: ParameterType_1.ParameterType.coordinate,
2951
- required: true,
2952
- },
2953
- {
2954
- text: "destination y",
2955
- type: ParameterType_1.ParameterType.coordinate,
2956
- required: true,
2957
- },
2958
- {
2959
- text: "destination z",
2960
- type: ParameterType_1.ParameterType.coordinate,
2961
- required: true,
2962
- },
2963
- { text: "facing", type: ParameterType_1.ParameterType.keyword, required: true },
2964
- { text: "look at", type: ParameterType_1.ParameterType.selector, required: true },
2965
- {
2966
- text: "check for blocks",
2967
- type: ParameterType_1.ParameterType.boolean,
2968
- required: false,
2969
- },
2970
- ],
2971
- },
2972
- {
2973
- name: "tp",
2974
- documentation: "Teleport the entity to the destination with facing.",
2975
- parameters: [
2976
- { text: "tp", type: ParameterType_1.ParameterType.keyword, required: true },
2977
- {
2978
- text: "destination x",
2979
- type: ParameterType_1.ParameterType.coordinate,
2980
- required: true,
2981
- },
2982
- {
2983
- text: "destination y",
2984
- type: ParameterType_1.ParameterType.coordinate,
2985
- required: true,
2986
- },
2987
- {
2988
- text: "destination z",
2989
- type: ParameterType_1.ParameterType.coordinate,
2990
- required: true,
2991
- },
2992
- { text: "facing", type: ParameterType_1.ParameterType.keyword, required: true },
2993
- { text: "look at x", type: ParameterType_1.ParameterType.coordinate, required: true },
2994
- { text: "look at y", type: ParameterType_1.ParameterType.coordinate, required: true },
2995
- { text: "look at z", type: ParameterType_1.ParameterType.coordinate, required: true },
2996
- {
2997
- text: "check for blocks",
2998
- type: ParameterType_1.ParameterType.boolean,
2999
- required: false,
3000
- },
3001
- ],
3002
- },
3003
- {
3004
- name: "tp",
3005
- documentation: "Teleport the entity to the destination with facing.",
3006
- parameters: [
3007
- { text: "tp", type: ParameterType_1.ParameterType.keyword, required: true },
3008
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
3009
- {
3010
- text: "destination x",
3011
- type: ParameterType_1.ParameterType.coordinate,
3012
- required: true,
3013
- },
3014
- {
3015
- text: "destination y",
3016
- type: ParameterType_1.ParameterType.coordinate,
3017
- required: true,
3018
- },
3019
- {
3020
- text: "destination z",
3021
- type: ParameterType_1.ParameterType.coordinate,
3022
- required: true,
3023
- },
3024
- { text: "facing", type: ParameterType_1.ParameterType.keyword, required: true },
3025
- { text: "look at", type: ParameterType_1.ParameterType.selector, required: true },
3026
- {
3027
- text: "check for blocks",
3028
- type: ParameterType_1.ParameterType.boolean,
3029
- required: false,
3030
- },
3031
- ],
3032
- },
3033
- {
3034
- name: "tp",
3035
- documentation: "Teleport the entity to the destination with facing.",
3036
- parameters: [
3037
- { text: "tp", type: ParameterType_1.ParameterType.keyword, required: true },
3038
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
3039
- {
3040
- text: "destination x",
3041
- type: ParameterType_1.ParameterType.coordinate,
3042
- required: true,
3043
- },
3044
- {
3045
- text: "destination y",
3046
- type: ParameterType_1.ParameterType.coordinate,
3047
- required: true,
3048
- },
3049
- {
3050
- text: "destination z",
3051
- type: ParameterType_1.ParameterType.coordinate,
3052
- required: true,
3053
- },
3054
- { text: "facing", type: ParameterType_1.ParameterType.keyword, required: true },
3055
- { text: "look at x", type: ParameterType_1.ParameterType.coordinate, required: true },
3056
- { text: "look at y", type: ParameterType_1.ParameterType.coordinate, required: true },
3057
- { text: "look at z", type: ParameterType_1.ParameterType.coordinate, required: true },
3058
- {
3059
- text: "check for blocks",
3060
- type: ParameterType_1.ParameterType.boolean,
3061
- required: false,
3062
- },
3063
- ],
3064
- },
3065
- ],
3066
- /**The teleport command */
3067
- teleport: [
3068
- {
3069
- name: "teleport",
3070
- documentation: "Teleport Entities.",
3071
- parameters: [
3072
- { text: "teleport", type: ParameterType_1.ParameterType.keyword, required: true },
3073
- { text: "destination", type: ParameterType_1.ParameterType.selector, required: true },
3074
- {
3075
- text: "check for blocks",
3076
- type: ParameterType_1.ParameterType.boolean,
3077
- required: false,
3078
- },
3079
- ],
3080
- },
3081
- {
3082
- name: "teleport",
3083
- documentation: "Teleport Entities.",
3084
- parameters: [
3085
- { text: "teleport", type: ParameterType_1.ParameterType.keyword, required: true },
3086
- {
3087
- text: "destination x",
3088
- type: ParameterType_1.ParameterType.coordinate,
3089
- required: true,
3090
- },
3091
- {
3092
- text: "destination y",
3093
- type: ParameterType_1.ParameterType.coordinate,
3094
- required: true,
3095
- },
3096
- {
3097
- text: "destination z",
3098
- type: ParameterType_1.ParameterType.coordinate,
3099
- required: true,
3100
- },
3101
- {
3102
- text: "check for blocks",
3103
- type: ParameterType_1.ParameterType.boolean,
3104
- required: false,
3105
- },
3106
- ],
3107
- },
3108
- {
3109
- name: "teleport",
3110
- documentation: "Teleport Entities.",
3111
- parameters: [
3112
- { text: "teleport", type: ParameterType_1.ParameterType.keyword, required: true },
3113
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
3114
- { text: "destination", type: ParameterType_1.ParameterType.selector, required: true },
3115
- {
3116
- text: "check for blocks",
3117
- type: ParameterType_1.ParameterType.boolean,
3118
- required: false,
3119
- },
3120
- ],
3121
- },
3122
- {
3123
- name: "teleport",
3124
- documentation: "Teleport Entities.",
3125
- parameters: [
3126
- { text: "teleport", type: ParameterType_1.ParameterType.keyword, required: true },
3127
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
3128
- {
3129
- text: "destination x",
3130
- type: ParameterType_1.ParameterType.coordinate,
3131
- required: true,
3132
- },
3133
- {
3134
- text: "destination y",
3135
- type: ParameterType_1.ParameterType.coordinate,
3136
- required: true,
3137
- },
3138
- {
3139
- text: "destination z",
3140
- type: ParameterType_1.ParameterType.coordinate,
3141
- required: true,
3142
- },
3143
- {
3144
- text: "check for blocks",
3145
- type: ParameterType_1.ParameterType.boolean,
3146
- required: false,
3147
- },
3148
- ],
3149
- },
3150
- {
3151
- name: "teleport",
3152
- documentation: "Teleport Entities.",
3153
- parameters: [
3154
- { text: "teleport", type: ParameterType_1.ParameterType.keyword, required: true },
3155
- { text: "destination", type: ParameterType_1.ParameterType.selector, required: true },
3156
- { text: "yRot", type: ParameterType_1.ParameterType.coordinate, required: false },
3157
- { text: "xRot", type: ParameterType_1.ParameterType.coordinate, required: false },
3158
- {
3159
- text: "check for blocks",
3160
- type: ParameterType_1.ParameterType.boolean,
3161
- required: false,
3162
- },
3163
- ],
3164
- },
3165
- {
3166
- name: "teleport",
3167
- documentation: "Teleport Entities.",
3168
- parameters: [
3169
- { text: "teleport", type: ParameterType_1.ParameterType.keyword, required: true },
3170
- {
3171
- text: "destination x",
3172
- type: ParameterType_1.ParameterType.coordinate,
3173
- required: true,
3174
- },
3175
- {
3176
- text: "destination y",
3177
- type: ParameterType_1.ParameterType.coordinate,
3178
- required: true,
3179
- },
3180
- {
3181
- text: "destination z",
3182
- type: ParameterType_1.ParameterType.coordinate,
3183
- required: true,
3184
- },
3185
- { text: "yRot", type: ParameterType_1.ParameterType.coordinate, required: false },
3186
- { text: "xRot", type: ParameterType_1.ParameterType.coordinate, required: false },
3187
- {
3188
- text: "check for blocks",
3189
- type: ParameterType_1.ParameterType.boolean,
3190
- required: false,
3191
- },
3192
- ],
3193
- },
3194
- {
3195
- name: "teleport",
3196
- documentation: "Teleport the entity to the destination with rotation.",
3197
- parameters: [
3198
- { text: "teleport", type: ParameterType_1.ParameterType.keyword, required: true },
3199
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
3200
- { text: "destination", type: ParameterType_1.ParameterType.selector, required: true },
3201
- { text: "facing", type: ParameterType_1.ParameterType.keyword, required: true },
3202
- { text: "yRot", type: ParameterType_1.ParameterType.coordinate, required: false },
3203
- { text: "xRot", type: ParameterType_1.ParameterType.coordinate, required: false },
3204
- {
3205
- text: "check for blocks",
3206
- type: ParameterType_1.ParameterType.boolean,
3207
- required: false,
3208
- },
3209
- ],
3210
- },
3211
- {
3212
- name: "teleport",
3213
- documentation: "Teleport Entities.",
3214
- parameters: [
3215
- { text: "teleport", type: ParameterType_1.ParameterType.keyword, required: true },
3216
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
3217
- {
3218
- text: "destination x",
3219
- type: ParameterType_1.ParameterType.coordinate,
3220
- required: true,
3221
- },
3222
- {
3223
- text: "destination y",
3224
- type: ParameterType_1.ParameterType.coordinate,
3225
- required: true,
3226
- },
3227
- {
3228
- text: "destination z",
3229
- type: ParameterType_1.ParameterType.coordinate,
3230
- required: true,
3231
- },
3232
- { text: "yRot", type: ParameterType_1.ParameterType.coordinate, required: false },
3233
- { text: "xRot", type: ParameterType_1.ParameterType.coordinate, required: false },
3234
- {
3235
- text: "check for blocks",
3236
- type: ParameterType_1.ParameterType.boolean,
3237
- required: false,
3238
- },
3239
- ],
3240
- },
3241
- {
3242
- name: "teleport",
3243
- documentation: "Teleport Entities.",
3244
- parameters: [
3245
- { text: "teleport", type: ParameterType_1.ParameterType.keyword, required: true },
3246
- { text: "destination", type: ParameterType_1.ParameterType.selector, required: true },
3247
- { text: "facing", type: ParameterType_1.ParameterType.keyword, required: true },
3248
- { text: "look at", type: ParameterType_1.ParameterType.selector, required: true },
3249
- {
3250
- text: "check for blocks",
3251
- type: ParameterType_1.ParameterType.boolean,
3252
- required: false,
3253
- },
3254
- ],
3255
- },
3256
- {
3257
- name: "teleport",
3258
- documentation: "Teleport Entities.",
3259
- parameters: [
3260
- { text: "teleport", type: ParameterType_1.ParameterType.keyword, required: true },
3261
- { text: "destination", type: ParameterType_1.ParameterType.selector, required: true },
3262
- { text: "facing", type: ParameterType_1.ParameterType.keyword, required: true },
3263
- { text: "look at x", type: ParameterType_1.ParameterType.coordinate, required: true },
3264
- { text: "look at y", type: ParameterType_1.ParameterType.coordinate, required: true },
3265
- { text: "look at z", type: ParameterType_1.ParameterType.coordinate, required: true },
3266
- {
3267
- text: "check for blocks",
3268
- type: ParameterType_1.ParameterType.boolean,
3269
- required: false,
3270
- },
3271
- ],
3272
- },
3273
- {
3274
- name: "teleport",
3275
- documentation: "Teleport Entities.",
3276
- parameters: [
3277
- { text: "teleport", type: ParameterType_1.ParameterType.keyword, required: true },
3278
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
3279
- { text: "destination", type: ParameterType_1.ParameterType.selector, required: true },
3280
- { text: "facing", type: ParameterType_1.ParameterType.keyword, required: true },
3281
- { text: "look at", type: ParameterType_1.ParameterType.selector, required: true },
3282
- {
3283
- text: "check for blocks",
3284
- type: ParameterType_1.ParameterType.boolean,
3285
- required: false,
3286
- },
3287
- ],
3288
- },
3289
- {
3290
- name: "teleport",
3291
- documentation: "Teleport Entities.",
3292
- parameters: [
3293
- { text: "teleport", type: ParameterType_1.ParameterType.keyword, required: true },
3294
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
3295
- { text: "destination", type: ParameterType_1.ParameterType.selector, required: true },
3296
- { text: "facing", type: ParameterType_1.ParameterType.keyword, required: true },
3297
- { text: "look at x", type: ParameterType_1.ParameterType.coordinate, required: true },
3298
- { text: "look at y", type: ParameterType_1.ParameterType.coordinate, required: true },
3299
- { text: "look at z", type: ParameterType_1.ParameterType.coordinate, required: true },
3300
- {
3301
- text: "check for blocks",
3302
- type: ParameterType_1.ParameterType.boolean,
3303
- required: false,
3304
- },
3305
- ],
3306
- },
3307
- {
3308
- name: "teleport",
3309
- documentation: "Teleport Entities.",
3310
- parameters: [
3311
- { text: "teleport", type: ParameterType_1.ParameterType.keyword, required: true },
3312
- {
3313
- text: "destination x",
3314
- type: ParameterType_1.ParameterType.coordinate,
3315
- required: true,
3316
- },
3317
- {
3318
- text: "destination y",
3319
- type: ParameterType_1.ParameterType.coordinate,
3320
- required: true,
3321
- },
3322
- {
3323
- text: "destination z",
3324
- type: ParameterType_1.ParameterType.coordinate,
3325
- required: true,
3326
- },
3327
- { text: "facing", type: ParameterType_1.ParameterType.keyword, required: true },
3328
- { text: "look at", type: ParameterType_1.ParameterType.selector, required: true },
3329
- {
3330
- text: "check for blocks",
3331
- type: ParameterType_1.ParameterType.boolean,
3332
- required: false,
3333
- },
3334
- ],
3335
- },
3336
- {
3337
- name: "teleport",
3338
- documentation: "Teleport Entities.",
3339
- parameters: [
3340
- { text: "teleport", type: ParameterType_1.ParameterType.keyword, required: true },
3341
- {
3342
- text: "destination x",
3343
- type: ParameterType_1.ParameterType.coordinate,
3344
- required: true,
3345
- },
3346
- {
3347
- text: "destination y",
3348
- type: ParameterType_1.ParameterType.coordinate,
3349
- required: true,
3350
- },
3351
- {
3352
- text: "destination z",
3353
- type: ParameterType_1.ParameterType.coordinate,
3354
- required: true,
3355
- },
3356
- { text: "facing", type: ParameterType_1.ParameterType.keyword, required: true },
3357
- { text: "look at x", type: ParameterType_1.ParameterType.coordinate, required: true },
3358
- { text: "look at y", type: ParameterType_1.ParameterType.coordinate, required: true },
3359
- { text: "look at z", type: ParameterType_1.ParameterType.coordinate, required: true },
3360
- {
3361
- text: "check for blocks",
3362
- type: ParameterType_1.ParameterType.boolean,
3363
- required: false,
3364
- },
3365
- ],
3366
- },
3367
- {
3368
- name: "teleport",
3369
- documentation: "Teleport Entities.",
3370
- parameters: [
3371
- { text: "teleport", type: ParameterType_1.ParameterType.keyword, required: true },
3372
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
3373
- {
3374
- text: "destination x",
3375
- type: ParameterType_1.ParameterType.coordinate,
3376
- required: true,
3377
- },
3378
- {
3379
- text: "destination y",
3380
- type: ParameterType_1.ParameterType.coordinate,
3381
- required: true,
3382
- },
3383
- {
3384
- text: "destination z",
3385
- type: ParameterType_1.ParameterType.coordinate,
3386
- required: true,
3387
- },
3388
- { text: "facing", type: ParameterType_1.ParameterType.keyword, required: true },
3389
- { text: "look at", type: ParameterType_1.ParameterType.selector, required: true },
3390
- {
3391
- text: "check for blocks",
3392
- type: ParameterType_1.ParameterType.boolean,
3393
- required: false,
3394
- },
3395
- ],
3396
- },
3397
- {
3398
- name: "teleport",
3399
- documentation: "Teleport Entities.",
3400
- parameters: [
3401
- { text: "teleport", type: ParameterType_1.ParameterType.keyword, required: true },
3402
- { text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
3403
- {
3404
- text: "destination x",
3405
- type: ParameterType_1.ParameterType.coordinate,
3406
- required: true,
3407
- },
3408
- {
3409
- text: "destination y",
3410
- type: ParameterType_1.ParameterType.coordinate,
3411
- required: true,
3412
- },
3413
- {
3414
- text: "destination z",
3415
- type: ParameterType_1.ParameterType.coordinate,
3416
- required: true,
3417
- },
3418
- { text: "facing", type: ParameterType_1.ParameterType.keyword, required: true },
3419
- { text: "look at x", type: ParameterType_1.ParameterType.coordinate, required: true },
3420
- { text: "look at y", type: ParameterType_1.ParameterType.coordinate, required: true },
3421
- { text: "look at z", type: ParameterType_1.ParameterType.coordinate, required: true },
3422
- {
3423
- text: "check for blocks",
3424
- type: ParameterType_1.ParameterType.boolean,
3425
- required: false,
3426
- },
3427
- ],
3428
- },
3429
- ],
3430
- /**The w command */
3431
- w: [
3432
- {
3433
- name: "w",
3434
- documentation: "Sends a message to the receiver.",
3435
- parameters: [
3436
- { text: "w", type: ParameterType_1.ParameterType.keyword, required: true },
3437
- { text: "selector", type: ParameterType_1.ParameterType.selector, required: true },
3438
- { text: "message", type: ParameterType_1.ParameterType.keyword, required: true },
3439
- ],
3440
- },
3441
- ],
3442
- /**The weather command */
3443
- weather: [
3444
- {
3445
- name: "weather",
3446
- documentation: "Sets the weather.",
3447
- parameters: [
3448
- { text: "weather", type: ParameterType_1.ParameterType.keyword, required: true },
3449
- { text: "clear", type: ParameterType_1.ParameterType.keyword, required: true },
3450
- { text: "duration", type: ParameterType_1.ParameterType.integer, required: false },
3451
- ],
3452
- },
3453
- {
3454
- name: "weather",
3455
- documentation: "Sets the weather.",
3456
- parameters: [
3457
- { text: "weather", type: ParameterType_1.ParameterType.keyword, required: true },
3458
- { text: "rain", type: ParameterType_1.ParameterType.keyword, required: true },
3459
- { text: "duration", type: ParameterType_1.ParameterType.integer, required: false },
3460
- ],
3461
- },
3462
- {
3463
- name: "weather",
3464
- documentation: "Sets the weather.",
3465
- parameters: [
3466
- { text: "weather", type: ParameterType_1.ParameterType.keyword, required: true },
3467
- { text: "thunder", type: ParameterType_1.ParameterType.keyword, required: true },
3468
- { text: "duration", type: ParameterType_1.ParameterType.integer, required: false },
3469
- ],
3470
- },
3471
- ],
3472
- /**The xp command */
3473
- xp: [
3474
- {
3475
- name: "xp",
3476
- documentation: "Adds or removes player experience.",
3477
- parameters: [
3478
- { text: "xp", type: ParameterType_1.ParameterType.keyword, required: true },
3479
- { text: "amount", type: ParameterType_1.ParameterType.xp, required: true },
3480
- {
3481
- text: "player",
3482
- type: ParameterType_1.ParameterType.selector,
3483
- required: false,
3484
- options: { playerOnly: true },
3485
- },
3486
- ],
3487
- },
3488
- {
3489
- name: "xp",
3490
- documentation: "Adds or removes player experience.",
3491
- parameters: [
3492
- { text: "xp", type: ParameterType_1.ParameterType.keyword, required: true },
3493
- { text: "amount", type: ParameterType_1.ParameterType.integer, required: true },
3494
- {
3495
- text: "player",
3496
- type: ParameterType_1.ParameterType.selector,
3497
- required: false,
3498
- options: { playerOnly: true },
3499
- },
3500
- ],
3501
- },
3502
- ],
63
+ alwaysday: alwaysday_1.alwaysday,
64
+ camerashake: camerashake_1.camerashake,
65
+ clear: clear_1.clear,
66
+ clearspawnpoint: clearspawnpoint_1.clearspawnpoint,
67
+ clone: clone_1.clone,
68
+ damage: damage_1.damage,
69
+ daylock: daylock_1.daylock,
70
+ dialogue: dialogue_1.dialogue,
71
+ difficulty: difficulty_1.difficulty,
72
+ deop: deop_1.deop,
73
+ effect: effect_1.effect,
74
+ enchant: enchant_1.enchant,
75
+ event: event_1.event,
76
+ execute: execute_1.execute,
77
+ fill: fill_1.fill,
78
+ fog: fog_1.fog,
79
+ function: function_1.Function,
80
+ gamemode: gamemode_1.gamemode,
81
+ gamerule: gamerule_1.gamerule,
82
+ give: give_1.give,
83
+ kick: kick_1.kick,
84
+ kill: kill_1.kill,
85
+ locate: locate_1.locate,
86
+ loot: loot_1.loot,
87
+ me: me_1.me,
88
+ msg: msg_1.msg,
89
+ music: music_1.music,
90
+ op: op_1.op,
91
+ particle: particle_1.particle,
92
+ playsound: playsound_1.playsound,
93
+ playanimation: playanimation_1.playanimation,
94
+ replaceitem: replaceitem_1.replaceitem,
95
+ ride: ride_1.ride,
96
+ say: say_1.say,
97
+ schedule: schedule_1.schedule,
98
+ scoreboard: scoreboard_1.scoreboard,
99
+ setblock: setblock_1.setblock,
100
+ setworldspawn: setworldspawn_1.setworldspawn,
101
+ setmaxplayers: setmaxplayers_1.setmaxplayers,
102
+ spawnpoint: spawnpoint_1.spawnpoint,
103
+ spreadplayers: spreadplayers_1.spreadplayers,
104
+ stopsound: stopsound_1.stopsound,
105
+ structure: structure_1.structure,
106
+ summon: summon_1.summon,
107
+ tag: tag_1.tag,
108
+ tell: tell_1.tell,
109
+ tellraw: tellraw_1.tellraw,
110
+ testfor: testfor_1.testfor,
111
+ testforblock: testforblock_1.testforblock,
112
+ tickingarea: tickingarea_1.tickingarea,
113
+ time: time_1.time,
114
+ title: title_1.title,
115
+ titleraw: titleraw_1.titleraw,
116
+ toggledownfall: toggledownfall_1.toggledownfall,
117
+ tp: teleport_1.teleport,
118
+ teleport: teleport_1.teleport,
119
+ w: w_1.w,
120
+ weather: weather_1.weather,
121
+ xp: xp_1.xp
3503
122
  };
123
+ exports.VanillaCommands = Object.keys(exports.Vanilla);
3504
124
  //# sourceMappingURL=Vanilla.js.map