bc-minecraft-bedrock-command 1.21.1-2 → 1.21.2-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (381) hide show
  1. package/lib/src/{Lib/Data/CommandContainer.d.ts → lib/data/command-container.d.ts} +1 -1
  2. package/lib/src/{Lib/Data/CommandContainer.js → lib/data/command-container.js} +1 -1
  3. package/lib/src/lib/data/command-container.js.map +1 -0
  4. package/lib/src/{Lib/Data/CommandData.d.ts → lib/data/command-data.d.ts} +1 -1
  5. package/lib/src/lib/data/command-data.js +160 -0
  6. package/lib/src/lib/data/command-data.js.map +1 -0
  7. package/lib/src/{Lib/Data/CommandInfo.d.ts → lib/data/command-info.d.ts} +1 -1
  8. package/lib/src/{Lib/Data/CommandInfo.js → lib/data/command-info.js} +1 -1
  9. package/lib/src/lib/data/command-info.js.map +1 -0
  10. package/lib/src/{Lib/Data/Edu → lib/data/edu}/ability.d.ts +1 -1
  11. package/lib/src/lib/data/edu/ability.js +51 -0
  12. package/lib/src/lib/data/edu/ability.js.map +1 -0
  13. package/lib/src/{Lib/Data/Edu → lib/data/edu}/classroommode.d.ts +1 -1
  14. package/lib/src/{Lib/Data/Edu → lib/data/edu}/classroommode.js +2 -2
  15. package/lib/src/lib/data/edu/classroommode.js.map +1 -0
  16. package/lib/src/{Lib/Data/Edu → lib/data/edu}/code.d.ts +1 -1
  17. package/lib/src/{Lib/Data/Edu → lib/data/edu}/code.js +2 -2
  18. package/lib/src/lib/data/edu/code.js.map +1 -0
  19. package/lib/src/{Lib/Data/Edu → lib/data/edu}/gamerule.d.ts +1 -1
  20. package/lib/src/{Lib/Data/Edu → lib/data/edu}/gamerule.js +10 -10
  21. package/lib/src/lib/data/edu/gamerule.js.map +1 -0
  22. package/lib/src/{Lib/Data/Edu → lib/data/edu}/immutableworld.d.ts +1 -1
  23. package/lib/src/{Lib/Data/Edu → lib/data/edu}/immutableworld.js +3 -3
  24. package/lib/src/lib/data/edu/immutableworld.js.map +1 -0
  25. package/lib/src/lib/data/index.d.ts +3 -0
  26. package/lib/src/{Lib/Data → lib/data}/index.js +3 -3
  27. package/lib/src/lib/data/index.js.map +1 -0
  28. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/alwaysday.d.ts +1 -1
  29. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/alwaysday.js +3 -3
  30. package/lib/src/lib/data/vanilla/alwaysday.js.map +1 -0
  31. package/lib/src/lib/data/vanilla/camera.d.ts +2 -0
  32. package/lib/src/lib/data/vanilla/camera.js +70 -0
  33. package/lib/src/lib/data/vanilla/camera.js.map +1 -0
  34. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/camerashake.d.ts +1 -1
  35. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/camerashake.js +10 -10
  36. package/lib/src/lib/data/vanilla/camerashake.js.map +1 -0
  37. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/clear.d.ts +1 -1
  38. package/lib/src/lib/data/vanilla/clear.js +24 -0
  39. package/lib/src/lib/data/vanilla/clear.js.map +1 -0
  40. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/clearspawnpoint.d.ts +1 -1
  41. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/clearspawnpoint.js +3 -3
  42. package/lib/src/lib/data/vanilla/clearspawnpoint.js.map +1 -0
  43. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/clone.d.ts +1 -1
  44. package/lib/src/lib/data/vanilla/clone.js +74 -0
  45. package/lib/src/lib/data/vanilla/clone.js.map +1 -0
  46. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/damage.d.ts +1 -1
  47. package/lib/src/lib/data/vanilla/damage.js +30 -0
  48. package/lib/src/lib/data/vanilla/damage.js.map +1 -0
  49. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/daylock.d.ts +1 -1
  50. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/daylock.js +3 -3
  51. package/lib/src/lib/data/vanilla/daylock.js.map +1 -0
  52. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/deop.d.ts +1 -1
  53. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/deop.js +3 -3
  54. package/lib/src/lib/data/vanilla/deop.js.map +1 -0
  55. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/dialogue.d.ts +1 -1
  56. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/dialogue.js +11 -11
  57. package/lib/src/lib/data/vanilla/dialogue.js.map +1 -0
  58. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/difficulty.d.ts +1 -1
  59. package/lib/src/lib/data/vanilla/difficulty.js +16 -0
  60. package/lib/src/lib/data/vanilla/difficulty.js.map +1 -0
  61. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/effect.d.ts +1 -1
  62. package/lib/src/lib/data/vanilla/effect.js +33 -0
  63. package/lib/src/lib/data/vanilla/effect.js.map +1 -0
  64. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/enchant.d.ts +1 -1
  65. package/lib/src/lib/data/vanilla/enchant.js +38 -0
  66. package/lib/src/lib/data/vanilla/enchant.js.map +1 -0
  67. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/event.d.ts +1 -1
  68. package/lib/src/lib/data/vanilla/event.js +18 -0
  69. package/lib/src/lib/data/vanilla/event.js.map +1 -0
  70. package/lib/src/lib/data/vanilla/execute/subcommands.d.ts +2 -0
  71. package/lib/src/lib/data/vanilla/execute/subcommands.js +362 -0
  72. package/lib/src/lib/data/vanilla/execute/subcommands.js.map +1 -0
  73. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/execute.d.ts +1 -1
  74. package/lib/src/lib/data/vanilla/execute.js +56 -0
  75. package/lib/src/lib/data/vanilla/execute.js.map +1 -0
  76. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/fill.d.ts +1 -1
  77. package/lib/src/lib/data/vanilla/fill.js +94 -0
  78. package/lib/src/lib/data/vanilla/fill.js.map +1 -0
  79. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/fog.d.ts +1 -1
  80. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/fog.js +14 -14
  81. package/lib/src/lib/data/vanilla/fog.js.map +1 -0
  82. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/function.d.ts +1 -1
  83. package/lib/src/lib/data/vanilla/function.js +16 -0
  84. package/lib/src/lib/data/vanilla/function.js.map +1 -0
  85. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/gamemode.d.ts +1 -1
  86. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/gamemode.js +4 -4
  87. package/lib/src/lib/data/vanilla/gamemode.js.map +1 -0
  88. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/gamerule.d.ts +1 -1
  89. package/lib/src/lib/data/vanilla/gamerule.js +330 -0
  90. package/lib/src/lib/data/vanilla/gamerule.js.map +1 -0
  91. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/give.d.ts +1 -1
  92. package/lib/src/lib/data/vanilla/give.js +25 -0
  93. package/lib/src/lib/data/vanilla/give.js.map +1 -0
  94. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/hud.d.ts +1 -1
  95. package/lib/src/lib/data/vanilla/hud.js +18 -0
  96. package/lib/src/lib/data/vanilla/hud.js.map +1 -0
  97. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/inputpermission.d.ts +1 -1
  98. package/lib/src/lib/data/vanilla/inputpermission.js +30 -0
  99. package/lib/src/lib/data/vanilla/inputpermission.js.map +1 -0
  100. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/kick.d.ts +1 -1
  101. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/kick.js +3 -3
  102. package/lib/src/lib/data/vanilla/kick.js.map +1 -0
  103. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/kill.d.ts +1 -1
  104. package/lib/src/lib/data/vanilla/kill.js +16 -0
  105. package/lib/src/lib/data/vanilla/kill.js.map +1 -0
  106. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/locate.d.ts +1 -1
  107. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/locate.js +3 -3
  108. package/lib/src/lib/data/vanilla/locate.js.map +1 -0
  109. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/loot.d.ts +1 -1
  110. package/lib/src/lib/data/vanilla/loot.js +437 -0
  111. package/lib/src/lib/data/vanilla/loot.js.map +1 -0
  112. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/me.d.ts +1 -1
  113. package/lib/src/lib/data/vanilla/me.js +16 -0
  114. package/lib/src/lib/data/vanilla/me.js.map +1 -0
  115. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/msg.d.ts +1 -1
  116. package/lib/src/lib/data/vanilla/msg.js +17 -0
  117. package/lib/src/lib/data/vanilla/msg.js.map +1 -0
  118. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/music.d.ts +1 -1
  119. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/music.js +19 -19
  120. package/lib/src/lib/data/vanilla/music.js.map +1 -0
  121. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/op.d.ts +1 -1
  122. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/op.js +3 -3
  123. package/lib/src/lib/data/vanilla/op.js.map +1 -0
  124. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/particle.d.ts +1 -1
  125. package/lib/src/lib/data/vanilla/particle.js +19 -0
  126. package/lib/src/lib/data/vanilla/particle.js.map +1 -0
  127. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/playanimation.d.ts +1 -1
  128. package/lib/src/lib/data/vanilla/playanimation.js +28 -0
  129. package/lib/src/lib/data/vanilla/playanimation.js.map +1 -0
  130. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/playsound.d.ts +1 -1
  131. package/lib/src/lib/data/vanilla/playsound.js +28 -0
  132. package/lib/src/lib/data/vanilla/playsound.js.map +1 -0
  133. package/lib/src/lib/data/vanilla/recipe.d.ts +3 -0
  134. package/lib/src/lib/data/vanilla/recipe.js +28 -0
  135. package/lib/src/lib/data/vanilla/recipe.js.map +1 -0
  136. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/replaceitem.d.ts +1 -1
  137. package/lib/src/lib/data/vanilla/replaceitem.js +86 -0
  138. package/lib/src/lib/data/vanilla/replaceitem.js.map +1 -0
  139. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/ride.d.ts +1 -1
  140. package/lib/src/lib/data/vanilla/ride.js +71 -0
  141. package/lib/src/lib/data/vanilla/ride.js.map +1 -0
  142. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/say.d.ts +1 -1
  143. package/lib/src/lib/data/vanilla/say.js +16 -0
  144. package/lib/src/lib/data/vanilla/say.js.map +1 -0
  145. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/schedule.d.ts +1 -1
  146. package/lib/src/lib/data/vanilla/schedule.js +55 -0
  147. package/lib/src/lib/data/vanilla/schedule.js.map +1 -0
  148. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/scoreboard.d.ts +1 -1
  149. package/lib/src/lib/data/vanilla/scoreboard.js +250 -0
  150. package/lib/src/lib/data/vanilla/scoreboard.js.map +1 -0
  151. package/lib/src/lib/data/vanilla/scriptevent.d.ts +3 -0
  152. package/lib/src/lib/data/vanilla/scriptevent.js +17 -0
  153. package/lib/src/lib/data/vanilla/scriptevent.js.map +1 -0
  154. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/setblock.d.ts +1 -1
  155. package/lib/src/lib/data/vanilla/setblock.js +29 -0
  156. package/lib/src/lib/data/vanilla/setblock.js.map +1 -0
  157. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/setmaxplayers.d.ts +1 -1
  158. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/setmaxplayers.js +3 -3
  159. package/lib/src/lib/data/vanilla/setmaxplayers.js.map +1 -0
  160. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/setworldspawn.d.ts +1 -1
  161. package/lib/src/lib/data/vanilla/setworldspawn.js +18 -0
  162. package/lib/src/lib/data/vanilla/setworldspawn.js.map +1 -0
  163. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/spawnpoint.d.ts +1 -1
  164. package/lib/src/lib/data/vanilla/spawnpoint.js +24 -0
  165. package/lib/src/lib/data/vanilla/spawnpoint.js.map +1 -0
  166. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/spreadplayers.d.ts +1 -1
  167. package/lib/src/lib/data/vanilla/spreadplayers.js +20 -0
  168. package/lib/src/lib/data/vanilla/spreadplayers.js.map +1 -0
  169. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/stopsound.d.ts +1 -1
  170. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/stopsound.js +4 -4
  171. package/lib/src/lib/data/vanilla/stopsound.js.map +1 -0
  172. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/structure.d.ts +1 -1
  173. package/lib/src/lib/data/vanilla/structure.js +131 -0
  174. package/lib/src/lib/data/vanilla/structure.js.map +1 -0
  175. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/summon.d.ts +1 -1
  176. package/lib/src/lib/data/vanilla/summon.js +69 -0
  177. package/lib/src/lib/data/vanilla/summon.js.map +1 -0
  178. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/tag.d.ts +1 -1
  179. package/lib/src/lib/data/vanilla/tag.js +42 -0
  180. package/lib/src/lib/data/vanilla/tag.js.map +1 -0
  181. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/teleport.d.ts +1 -1
  182. package/lib/src/lib/data/vanilla/teleport.js +369 -0
  183. package/lib/src/lib/data/vanilla/teleport.js.map +1 -0
  184. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/tell.d.ts +1 -1
  185. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/tell.js +4 -4
  186. package/lib/src/lib/data/vanilla/tell.js.map +1 -0
  187. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/tellraw.d.ts +1 -1
  188. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/tellraw.js +4 -4
  189. package/lib/src/lib/data/vanilla/tellraw.js.map +1 -0
  190. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/testfor.d.ts +1 -1
  191. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/testfor.js +3 -3
  192. package/lib/src/lib/data/vanilla/testfor.js.map +1 -0
  193. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/testforblock.d.ts +1 -1
  194. package/lib/src/lib/data/vanilla/testforblock.js +20 -0
  195. package/lib/src/lib/data/vanilla/testforblock.js.map +1 -0
  196. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/testforblocks.d.ts +1 -1
  197. package/lib/src/lib/data/vanilla/testforblocks.js +94 -0
  198. package/lib/src/lib/data/vanilla/testforblocks.js.map +1 -0
  199. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/tickingarea.d.ts +1 -1
  200. package/lib/src/lib/data/vanilla/tickingarea.js +78 -0
  201. package/lib/src/lib/data/vanilla/tickingarea.js.map +1 -0
  202. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/time.d.ts +1 -1
  203. package/lib/src/lib/data/vanilla/time.js +62 -0
  204. package/lib/src/lib/data/vanilla/time.js.map +1 -0
  205. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/title.d.ts +1 -1
  206. package/lib/src/lib/data/vanilla/title.js +98 -0
  207. package/lib/src/lib/data/vanilla/title.js.map +1 -0
  208. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/titleraw.d.ts +1 -1
  209. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/titleraw.js +25 -25
  210. package/lib/src/lib/data/vanilla/titleraw.js.map +1 -0
  211. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/toggledownfall.d.ts +1 -1
  212. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/toggledownfall.js +2 -2
  213. package/lib/src/lib/data/vanilla/toggledownfall.js.map +1 -0
  214. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/tp.d.ts +1 -1
  215. package/lib/src/lib/data/vanilla/tp.js +369 -0
  216. package/lib/src/lib/data/vanilla/tp.js.map +1 -0
  217. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/w.d.ts +1 -1
  218. package/lib/src/lib/data/vanilla/w.js +17 -0
  219. package/lib/src/lib/data/vanilla/w.js.map +1 -0
  220. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/weather.d.ts +1 -1
  221. package/lib/src/lib/data/vanilla/weather.js +35 -0
  222. package/lib/src/lib/data/vanilla/weather.js.map +1 -0
  223. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/xp.d.ts +1 -1
  224. package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/xp.js +7 -7
  225. package/lib/src/lib/data/vanilla/xp.js.map +1 -0
  226. package/lib/src/lib/documentation/index.d.ts +1 -0
  227. package/lib/src/{Lib/Documentation → lib/documentation}/index.js +1 -1
  228. package/lib/src/lib/documentation/index.js.map +1 -0
  229. package/lib/src/{Lib/Documentation/ParameterType.d.ts → lib/documentation/parameter-type.d.ts} +1 -1
  230. package/lib/src/{Lib/Documentation/ParameterType.js → lib/documentation/parameter-type.js} +59 -56
  231. package/lib/src/lib/documentation/parameter-type.js.map +1 -0
  232. package/lib/src/{Lib/Types/Command/Command.d.ts → lib/types/command/command.d.ts} +3 -3
  233. package/lib/src/{Lib/Types/Command/Command.js → lib/types/command/command.js} +10 -10
  234. package/lib/src/{Lib/Types/Command/Command.js.map → lib/types/command/command.js.map} +1 -1
  235. package/lib/src/{Lib/Types/Command/Functions.d.ts → lib/types/command/functions.d.ts} +3 -3
  236. package/lib/src/lib/types/command/functions.js +199 -0
  237. package/lib/src/{Lib/Types/Command/Functions.js.map → lib/types/command/functions.js.map} +1 -1
  238. package/lib/src/lib/types/command/index.d.ts +4 -0
  239. package/lib/src/{Lib/Types/Command → lib/types/command}/index.js +4 -4
  240. package/lib/src/{Lib/Types/Command → lib/types/command}/index.js.map +1 -1
  241. package/lib/src/{Lib/Types/Command/Parameter.js → lib/types/command/parameter.js} +1 -1
  242. package/lib/src/{Lib/Types/Command/Parameter.js.map → lib/types/command/parameter.js.map} +1 -1
  243. package/lib/src/{Lib/Types/Command/Parse.d.ts → lib/types/command/parse.d.ts} +1 -1
  244. package/lib/src/{Lib/Types/Command/Parse.js → lib/types/command/parse.js} +1 -1
  245. package/lib/src/{Lib/Types/Command/Parse.js.map → lib/types/command/parse.js.map} +1 -1
  246. package/lib/src/lib/types/index.d.ts +5 -0
  247. package/lib/src/{Lib/Types → lib/types}/index.js +5 -5
  248. package/lib/src/{Lib/Types → lib/types}/index.js.map +1 -1
  249. package/lib/src/{Lib/Types/ParameterType.d.ts → lib/types/parameter-type.d.ts} +21 -19
  250. package/lib/src/{Lib/Types/ParameterType.js → lib/types/parameter-type.js} +22 -20
  251. package/lib/src/lib/types/parameter-type.js.map +1 -0
  252. package/lib/src/main.d.ts +3 -3
  253. package/lib/src/main.js +3 -3
  254. package/package.json +3 -3
  255. package/lib/src/Lib/Data/CommandContainer.js.map +0 -1
  256. package/lib/src/Lib/Data/CommandData.js +0 -154
  257. package/lib/src/Lib/Data/CommandData.js.map +0 -1
  258. package/lib/src/Lib/Data/CommandInfo.js.map +0 -1
  259. package/lib/src/Lib/Data/Edu/ability.js +0 -51
  260. package/lib/src/Lib/Data/Edu/ability.js.map +0 -1
  261. package/lib/src/Lib/Data/Edu/classroommode.js.map +0 -1
  262. package/lib/src/Lib/Data/Edu/code.js.map +0 -1
  263. package/lib/src/Lib/Data/Edu/gamerule.js.map +0 -1
  264. package/lib/src/Lib/Data/Edu/immutableworld.js.map +0 -1
  265. package/lib/src/Lib/Data/Vanilla/alwaysday.js.map +0 -1
  266. package/lib/src/Lib/Data/Vanilla/camerashake.js.map +0 -1
  267. package/lib/src/Lib/Data/Vanilla/clear.js +0 -24
  268. package/lib/src/Lib/Data/Vanilla/clear.js.map +0 -1
  269. package/lib/src/Lib/Data/Vanilla/clearspawnpoint.js.map +0 -1
  270. package/lib/src/Lib/Data/Vanilla/clone.js +0 -74
  271. package/lib/src/Lib/Data/Vanilla/clone.js.map +0 -1
  272. package/lib/src/Lib/Data/Vanilla/damage.js +0 -30
  273. package/lib/src/Lib/Data/Vanilla/damage.js.map +0 -1
  274. package/lib/src/Lib/Data/Vanilla/daylock.js.map +0 -1
  275. package/lib/src/Lib/Data/Vanilla/deop.js.map +0 -1
  276. package/lib/src/Lib/Data/Vanilla/dialogue.js.map +0 -1
  277. package/lib/src/Lib/Data/Vanilla/difficulty.js +0 -16
  278. package/lib/src/Lib/Data/Vanilla/difficulty.js.map +0 -1
  279. package/lib/src/Lib/Data/Vanilla/effect.js +0 -33
  280. package/lib/src/Lib/Data/Vanilla/effect.js.map +0 -1
  281. package/lib/src/Lib/Data/Vanilla/enchant.js +0 -38
  282. package/lib/src/Lib/Data/Vanilla/enchant.js.map +0 -1
  283. package/lib/src/Lib/Data/Vanilla/event.js +0 -18
  284. package/lib/src/Lib/Data/Vanilla/event.js.map +0 -1
  285. package/lib/src/Lib/Data/Vanilla/execute/subcommands.d.ts +0 -2
  286. package/lib/src/Lib/Data/Vanilla/execute/subcommands.js +0 -362
  287. package/lib/src/Lib/Data/Vanilla/execute/subcommands.js.map +0 -1
  288. package/lib/src/Lib/Data/Vanilla/execute.js +0 -56
  289. package/lib/src/Lib/Data/Vanilla/execute.js.map +0 -1
  290. package/lib/src/Lib/Data/Vanilla/fill.js +0 -94
  291. package/lib/src/Lib/Data/Vanilla/fill.js.map +0 -1
  292. package/lib/src/Lib/Data/Vanilla/fog.js.map +0 -1
  293. package/lib/src/Lib/Data/Vanilla/function.js +0 -16
  294. package/lib/src/Lib/Data/Vanilla/function.js.map +0 -1
  295. package/lib/src/Lib/Data/Vanilla/gamemode.js.map +0 -1
  296. package/lib/src/Lib/Data/Vanilla/gamerule.js +0 -330
  297. package/lib/src/Lib/Data/Vanilla/gamerule.js.map +0 -1
  298. package/lib/src/Lib/Data/Vanilla/give.js +0 -25
  299. package/lib/src/Lib/Data/Vanilla/give.js.map +0 -1
  300. package/lib/src/Lib/Data/Vanilla/hud.js +0 -18
  301. package/lib/src/Lib/Data/Vanilla/hud.js.map +0 -1
  302. package/lib/src/Lib/Data/Vanilla/inputpermission.js +0 -30
  303. package/lib/src/Lib/Data/Vanilla/inputpermission.js.map +0 -1
  304. package/lib/src/Lib/Data/Vanilla/kick.js.map +0 -1
  305. package/lib/src/Lib/Data/Vanilla/kill.js +0 -16
  306. package/lib/src/Lib/Data/Vanilla/kill.js.map +0 -1
  307. package/lib/src/Lib/Data/Vanilla/locate.js.map +0 -1
  308. package/lib/src/Lib/Data/Vanilla/loot.js +0 -437
  309. package/lib/src/Lib/Data/Vanilla/loot.js.map +0 -1
  310. package/lib/src/Lib/Data/Vanilla/me.js +0 -16
  311. package/lib/src/Lib/Data/Vanilla/me.js.map +0 -1
  312. package/lib/src/Lib/Data/Vanilla/msg.js +0 -17
  313. package/lib/src/Lib/Data/Vanilla/msg.js.map +0 -1
  314. package/lib/src/Lib/Data/Vanilla/music.js.map +0 -1
  315. package/lib/src/Lib/Data/Vanilla/op.js.map +0 -1
  316. package/lib/src/Lib/Data/Vanilla/particle.js +0 -19
  317. package/lib/src/Lib/Data/Vanilla/particle.js.map +0 -1
  318. package/lib/src/Lib/Data/Vanilla/playanimation.js +0 -28
  319. package/lib/src/Lib/Data/Vanilla/playanimation.js.map +0 -1
  320. package/lib/src/Lib/Data/Vanilla/playsound.js +0 -28
  321. package/lib/src/Lib/Data/Vanilla/playsound.js.map +0 -1
  322. package/lib/src/Lib/Data/Vanilla/replaceitem.js +0 -86
  323. package/lib/src/Lib/Data/Vanilla/replaceitem.js.map +0 -1
  324. package/lib/src/Lib/Data/Vanilla/ride.js +0 -71
  325. package/lib/src/Lib/Data/Vanilla/ride.js.map +0 -1
  326. package/lib/src/Lib/Data/Vanilla/say.js +0 -16
  327. package/lib/src/Lib/Data/Vanilla/say.js.map +0 -1
  328. package/lib/src/Lib/Data/Vanilla/schedule.js +0 -55
  329. package/lib/src/Lib/Data/Vanilla/schedule.js.map +0 -1
  330. package/lib/src/Lib/Data/Vanilla/scoreboard.js +0 -250
  331. package/lib/src/Lib/Data/Vanilla/scoreboard.js.map +0 -1
  332. package/lib/src/Lib/Data/Vanilla/setblock.js +0 -29
  333. package/lib/src/Lib/Data/Vanilla/setblock.js.map +0 -1
  334. package/lib/src/Lib/Data/Vanilla/setmaxplayers.js.map +0 -1
  335. package/lib/src/Lib/Data/Vanilla/setworldspawn.js +0 -18
  336. package/lib/src/Lib/Data/Vanilla/setworldspawn.js.map +0 -1
  337. package/lib/src/Lib/Data/Vanilla/spawnpoint.js +0 -24
  338. package/lib/src/Lib/Data/Vanilla/spawnpoint.js.map +0 -1
  339. package/lib/src/Lib/Data/Vanilla/spreadplayers.js +0 -20
  340. package/lib/src/Lib/Data/Vanilla/spreadplayers.js.map +0 -1
  341. package/lib/src/Lib/Data/Vanilla/stopsound.js.map +0 -1
  342. package/lib/src/Lib/Data/Vanilla/structure.js +0 -131
  343. package/lib/src/Lib/Data/Vanilla/structure.js.map +0 -1
  344. package/lib/src/Lib/Data/Vanilla/summon.js +0 -69
  345. package/lib/src/Lib/Data/Vanilla/summon.js.map +0 -1
  346. package/lib/src/Lib/Data/Vanilla/tag.js +0 -42
  347. package/lib/src/Lib/Data/Vanilla/tag.js.map +0 -1
  348. package/lib/src/Lib/Data/Vanilla/teleport.js +0 -369
  349. package/lib/src/Lib/Data/Vanilla/teleport.js.map +0 -1
  350. package/lib/src/Lib/Data/Vanilla/tell.js.map +0 -1
  351. package/lib/src/Lib/Data/Vanilla/tellraw.js.map +0 -1
  352. package/lib/src/Lib/Data/Vanilla/testfor.js.map +0 -1
  353. package/lib/src/Lib/Data/Vanilla/testforblock.js +0 -20
  354. package/lib/src/Lib/Data/Vanilla/testforblock.js.map +0 -1
  355. package/lib/src/Lib/Data/Vanilla/testforblocks.js +0 -94
  356. package/lib/src/Lib/Data/Vanilla/testforblocks.js.map +0 -1
  357. package/lib/src/Lib/Data/Vanilla/tickingarea.js +0 -78
  358. package/lib/src/Lib/Data/Vanilla/tickingarea.js.map +0 -1
  359. package/lib/src/Lib/Data/Vanilla/time.js +0 -62
  360. package/lib/src/Lib/Data/Vanilla/time.js.map +0 -1
  361. package/lib/src/Lib/Data/Vanilla/title.js +0 -98
  362. package/lib/src/Lib/Data/Vanilla/title.js.map +0 -1
  363. package/lib/src/Lib/Data/Vanilla/titleraw.js.map +0 -1
  364. package/lib/src/Lib/Data/Vanilla/toggledownfall.js.map +0 -1
  365. package/lib/src/Lib/Data/Vanilla/tp.js +0 -369
  366. package/lib/src/Lib/Data/Vanilla/tp.js.map +0 -1
  367. package/lib/src/Lib/Data/Vanilla/w.js +0 -17
  368. package/lib/src/Lib/Data/Vanilla/w.js.map +0 -1
  369. package/lib/src/Lib/Data/Vanilla/weather.js +0 -35
  370. package/lib/src/Lib/Data/Vanilla/weather.js.map +0 -1
  371. package/lib/src/Lib/Data/Vanilla/xp.js.map +0 -1
  372. package/lib/src/Lib/Data/index.d.ts +0 -3
  373. package/lib/src/Lib/Data/index.js.map +0 -1
  374. package/lib/src/Lib/Documentation/ParameterType.js.map +0 -1
  375. package/lib/src/Lib/Documentation/index.d.ts +0 -1
  376. package/lib/src/Lib/Documentation/index.js.map +0 -1
  377. package/lib/src/Lib/Types/Command/Functions.js +0 -199
  378. package/lib/src/Lib/Types/Command/index.d.ts +0 -4
  379. package/lib/src/Lib/Types/ParameterType.js.map +0 -1
  380. package/lib/src/Lib/Types/index.d.ts +0 -5
  381. /package/lib/src/{Lib/Types/Command/Parameter.d.ts → lib/types/command/parameter.d.ts} +0 -0
@@ -1,3 +1,3 @@
1
- import { CommandInfo } from ".";
1
+ import { CommandInfo } from "./command-info";
2
2
  /**The type definition of a command container */
3
3
  export type CommandContainer = Record<string, CommandInfo[]>;
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=CommandContainer.js.map
3
+ //# sourceMappingURL=command-container.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"command-container.js","sourceRoot":"","sources":["../../../../src/lib/data/command-container.ts"],"names":[],"mappings":""}
@@ -1,4 +1,4 @@
1
- import { CommandContainer } from "./CommandContainer";
1
+ import { CommandContainer } from "./command-container";
2
2
  /** The minecraft command data set */
3
3
  export declare namespace CommandData {
4
4
  /** The edu command data set */
@@ -0,0 +1,160 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CommandData = void 0;
4
+ const ability_1 = require("./edu/ability");
5
+ const alwaysday_1 = require("./vanilla/alwaysday");
6
+ const camera_1 = require("./vanilla/camera");
7
+ const camerashake_1 = require("./vanilla/camerashake");
8
+ const classroommode_1 = require("./edu/classroommode");
9
+ const clear_1 = require("./vanilla/clear");
10
+ const clearspawnpoint_1 = require("./vanilla/clearspawnpoint");
11
+ const clone_1 = require("./vanilla/clone");
12
+ const code_1 = require("./edu/code");
13
+ const damage_1 = require("./vanilla/damage");
14
+ const daylock_1 = require("./vanilla/daylock");
15
+ const deop_1 = require("./vanilla/deop");
16
+ const dialogue_1 = require("./vanilla/dialogue");
17
+ const difficulty_1 = require("./vanilla/difficulty");
18
+ const effect_1 = require("./vanilla/effect");
19
+ const enchant_1 = require("./vanilla/enchant");
20
+ const event_1 = require("./vanilla/event");
21
+ const execute_1 = require("./vanilla/execute");
22
+ const subcommands_1 = require("./vanilla/execute/subcommands");
23
+ const fill_1 = require("./vanilla/fill");
24
+ const fog_1 = require("./vanilla/fog");
25
+ const function_1 = require("./vanilla/function");
26
+ const gamemode_1 = require("./vanilla/gamemode");
27
+ const gamerule_1 = require("./vanilla/gamerule");
28
+ const give_1 = require("./vanilla/give");
29
+ const hud_1 = require("./vanilla/hud");
30
+ const immutableworld_1 = require("./edu/immutableworld");
31
+ const inputpermission_1 = require("./vanilla/inputpermission");
32
+ const kick_1 = require("./vanilla/kick");
33
+ const kill_1 = require("./vanilla/kill");
34
+ const locate_1 = require("./vanilla/locate");
35
+ const loot_1 = require("./vanilla/loot");
36
+ const me_1 = require("./vanilla/me");
37
+ const msg_1 = require("./vanilla/msg");
38
+ const music_1 = require("./vanilla/music");
39
+ const op_1 = require("./vanilla/op");
40
+ const particle_1 = require("./vanilla/particle");
41
+ const playanimation_1 = require("./vanilla/playanimation");
42
+ const playsound_1 = require("./vanilla/playsound");
43
+ const recipe_1 = require("./vanilla/recipe");
44
+ const replaceitem_1 = require("./vanilla/replaceitem");
45
+ const ride_1 = require("./vanilla/ride");
46
+ const say_1 = require("./vanilla/say");
47
+ const schedule_1 = require("./vanilla/schedule");
48
+ const scoreboard_1 = require("./vanilla/scoreboard");
49
+ const scriptevent_1 = require("./vanilla/scriptevent");
50
+ const setblock_1 = require("./vanilla/setblock");
51
+ const setmaxplayers_1 = require("./vanilla/setmaxplayers");
52
+ const setworldspawn_1 = require("./vanilla/setworldspawn");
53
+ const spawnpoint_1 = require("./vanilla/spawnpoint");
54
+ const spreadplayers_1 = require("./vanilla/spreadplayers");
55
+ const stopsound_1 = require("./vanilla/stopsound");
56
+ const structure_1 = require("./vanilla/structure");
57
+ const summon_1 = require("./vanilla/summon");
58
+ const tag_1 = require("./vanilla/tag");
59
+ const teleport_1 = require("./vanilla/teleport");
60
+ const tell_1 = require("./vanilla/tell");
61
+ const tellraw_1 = require("./vanilla/tellraw");
62
+ const testfor_1 = require("./vanilla/testfor");
63
+ const testforblock_1 = require("./vanilla/testforblock");
64
+ const testforblocks_1 = require("./vanilla/testforblocks");
65
+ const tickingarea_1 = require("./vanilla/tickingarea");
66
+ const time_1 = require("./vanilla/time");
67
+ const title_1 = require("./vanilla/title");
68
+ const titleraw_1 = require("./vanilla/titleraw");
69
+ const toggledownfall_1 = require("./vanilla/toggledownfall");
70
+ const tp_1 = require("./vanilla/tp");
71
+ const w_1 = require("./vanilla/w");
72
+ const weather_1 = require("./vanilla/weather");
73
+ const xp_1 = require("./vanilla/xp");
74
+ /** The minecraft command data set */
75
+ var CommandData;
76
+ (function (CommandData) {
77
+ /** The edu command data set */
78
+ CommandData.Edu = {
79
+ ability: ability_1.ability,
80
+ classroommode: classroommode_1.classroommode,
81
+ code: code_1.code,
82
+ gamerule: gamerule_1.gamerule,
83
+ immutableworld: immutableworld_1.immutableworld,
84
+ };
85
+ /** The vanilla command data set */
86
+ CommandData.Vanilla = {
87
+ alwaysday: alwaysday_1.alwaysday,
88
+ camera: camera_1.camera,
89
+ camerashake: camerashake_1.camerashake,
90
+ clear: clear_1.clear,
91
+ clearspawnpoint: clearspawnpoint_1.clearspawnpoint,
92
+ clone: clone_1.clone,
93
+ damage: damage_1.damage,
94
+ daylock: daylock_1.daylock,
95
+ deop: deop_1.deop,
96
+ dialogue: dialogue_1.dialogue,
97
+ difficulty: difficulty_1.difficulty,
98
+ effect: effect_1.effect,
99
+ enchant: enchant_1.enchant,
100
+ event: event_1.event,
101
+ execute: execute_1.execute,
102
+ fill: fill_1.fill,
103
+ fog: fog_1.fog,
104
+ function: function_1.Function,
105
+ gamemode: gamemode_1.gamemode,
106
+ gamerule: gamerule_1.gamerule,
107
+ give: give_1.give,
108
+ hud: hud_1.hud,
109
+ inputpermission: inputpermission_1.inputpermission,
110
+ kick: kick_1.kick,
111
+ kill: kill_1.kill,
112
+ locate: locate_1.locate,
113
+ loot: loot_1.loot,
114
+ me: me_1.me,
115
+ msg: msg_1.msg,
116
+ music: music_1.music,
117
+ op: op_1.op,
118
+ particle: particle_1.particle,
119
+ playanimation: playanimation_1.playanimation,
120
+ playsound: playsound_1.playsound,
121
+ recipe: recipe_1.recipe,
122
+ replaceitem: replaceitem_1.replaceitem,
123
+ ride: ride_1.ride,
124
+ say: say_1.say,
125
+ schedule: schedule_1.schedule,
126
+ scoreboard: scoreboard_1.scoreboard,
127
+ scriptevent: scriptevent_1.scriptevent,
128
+ setblock: setblock_1.setblock,
129
+ setmaxplayers: setmaxplayers_1.setmaxplayers,
130
+ setworldspawn: setworldspawn_1.setworldspawn,
131
+ spawnpoint: spawnpoint_1.spawnpoint,
132
+ spreadplayers: spreadplayers_1.spreadplayers,
133
+ stopsound: stopsound_1.stopsound,
134
+ structure: structure_1.structure,
135
+ summon: summon_1.summon,
136
+ tag: tag_1.tag,
137
+ teleport: teleport_1.teleport,
138
+ tell: tell_1.tell,
139
+ tellraw: tellraw_1.tellraw,
140
+ testfor: testfor_1.testfor,
141
+ testforblock: testforblock_1.testforblock,
142
+ testforblocks: testforblocks_1.testforblocks,
143
+ tickingarea: tickingarea_1.tickingarea,
144
+ time: time_1.time,
145
+ title: title_1.title,
146
+ titleraw: titleraw_1.titleraw,
147
+ toggledownfall: toggledownfall_1.toggledownfall,
148
+ tp: tp_1.tp,
149
+ w: w_1.w,
150
+ weather: weather_1.weather,
151
+ xp: xp_1.xp,
152
+ };
153
+ /** The execute sub command data set */
154
+ CommandData.ExecuteSubcommands = subcommands_1.executeSubCommands;
155
+ /** All the vanilla commands */
156
+ CommandData.VanillaCommands = Object.keys(CommandData.Vanilla);
157
+ /** All the edu commands */
158
+ CommandData.EduCommands = Object.keys(CommandData.Edu);
159
+ })(CommandData || (exports.CommandData = CommandData = {}));
160
+ //# sourceMappingURL=command-data.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"command-data.js","sourceRoot":"","sources":["../../../../src/lib/data/command-data.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { ParameterType } from "../Types/ParameterType";
1
+ import { ParameterType } from "../types/parameter-type";
2
2
  /**An interface that carries additional obsolete info*/
3
3
  export interface ObsoleteInfo {
4
4
  /**The message to be displayed */
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=CommandInfo.js.map
3
+ //# sourceMappingURL=command-info.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"command-info.js","sourceRoot":"","sources":["../../../../src/lib/data/command-info.ts"],"names":[],"mappings":""}
@@ -1,3 +1,3 @@
1
- import { CommandInfo } from "../CommandInfo";
1
+ import { CommandInfo } from "../command-info";
2
2
  /**The ability command */
3
3
  export declare const ability: CommandInfo[];
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ability = void 0;
4
+ const parameter_type_1 = require("../../types/parameter-type");
5
+ /**The ability command */
6
+ exports.ability = [
7
+ {
8
+ name: "ability",
9
+ documentation: "Grants or revokes a player ability.",
10
+ parameters: [{ text: "ability", type: parameter_type_1.ParameterType.keyword, required: true }],
11
+ },
12
+ {
13
+ name: "ability",
14
+ documentation: "Returns a list of abilities assigned to the specified player",
15
+ parameters: [
16
+ { text: "ability", type: parameter_type_1.ParameterType.keyword, required: true },
17
+ { text: "player", type: parameter_type_1.ParameterType.selector, required: true, options: { playerOnly: true } },
18
+ ],
19
+ },
20
+ {
21
+ name: "ability",
22
+ documentation: "Grants or revokes a player ability to fly",
23
+ parameters: [
24
+ { text: "ability", type: parameter_type_1.ParameterType.keyword, required: true },
25
+ { text: "player", type: parameter_type_1.ParameterType.selector, required: true, options: { playerOnly: true } },
26
+ { text: "mayfly", type: parameter_type_1.ParameterType.keyword, required: true },
27
+ { text: "value", type: parameter_type_1.ParameterType.boolean, required: false },
28
+ ],
29
+ },
30
+ {
31
+ name: "ability",
32
+ documentation: "Grants or revokes a player ability to speak",
33
+ parameters: [
34
+ { text: "ability", type: parameter_type_1.ParameterType.keyword, required: true },
35
+ { text: "player", type: parameter_type_1.ParameterType.selector, required: true, options: { playerOnly: true } },
36
+ { text: "mute", type: parameter_type_1.ParameterType.keyword, required: true },
37
+ { text: "value", type: parameter_type_1.ParameterType.boolean, required: false },
38
+ ],
39
+ },
40
+ {
41
+ name: "ability",
42
+ documentation: "Grants or revokes a player ability to build",
43
+ parameters: [
44
+ { text: "ability", type: parameter_type_1.ParameterType.keyword, required: true },
45
+ { text: "player", type: parameter_type_1.ParameterType.selector, required: true, options: { playerOnly: true } },
46
+ { text: "worldbuilder", type: parameter_type_1.ParameterType.keyword, required: true },
47
+ { text: "value", type: parameter_type_1.ParameterType.boolean, required: false },
48
+ ],
49
+ },
50
+ ];
51
+ //# sourceMappingURL=ability.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ability.js","sourceRoot":"","sources":["../../../../../src/lib/data/edu/ability.ts"],"names":[],"mappings":";;;AAAA,+DAA2D;AAG3D,yBAAyB;AACZ,QAAA,OAAO,GAAkB;IACpC;QACE,IAAI,EAAE,SAAS;QACf,aAAa,EAAE,qCAAqC;QACpD,UAAU,EAAE,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;KAC/E;IACD;QACE,IAAI,EAAE,SAAS;QACf,aAAa,EAAE,8DAA8D;QAC7E,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,8BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,EAAE;SAChG;KACF;IACD;QACE,IAAI,EAAE,SAAS;QACf,aAAa,EAAE,2CAA2C;QAC1D,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,8BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,EAAE;YAC/F,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/D,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,SAAS;QACf,aAAa,EAAE,6CAA6C;QAC5D,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,8BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,EAAE;YAC/F,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC7D,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,SAAS;QACf,aAAa,EAAE,6CAA6C;QAC5D,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,8BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,EAAE;YAC/F,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACrE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;CACF,CAAC"}
@@ -1,3 +1,3 @@
1
- import { CommandInfo } from "../CommandInfo";
1
+ import { CommandInfo } from "../command-info";
2
2
  /**The classroom mode command */
3
3
  export declare const classroommode: CommandInfo[];
@@ -1,13 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.classroommode = void 0;
4
- const ParameterType_1 = require("../../Types/ParameterType");
4
+ const parameter_type_1 = require("../../types/parameter-type");
5
5
  /**The classroom mode command */
6
6
  exports.classroommode = [
7
7
  {
8
8
  name: "classroommode",
9
9
  documentation: "Launches and connects the world to the Classroom mode",
10
- parameters: [{ text: "classroommode", type: ParameterType_1.ParameterType.keyword, required: true }],
10
+ parameters: [{ text: "classroommode", type: parameter_type_1.ParameterType.keyword, required: true }],
11
11
  },
12
12
  ];
13
13
  //# sourceMappingURL=classroommode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"classroommode.js","sourceRoot":"","sources":["../../../../../src/lib/data/edu/classroommode.ts"],"names":[],"mappings":";;;AAAA,+DAA2D;AAG3D,gCAAgC;AACnB,QAAA,aAAa,GAAkB;IAC1C;QACE,IAAI,EAAE,eAAe;QACrB,aAAa,EAAE,uDAAuD;QACtE,UAAU,EAAE,CAAC,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;KACrF;CACF,CAAA"}
@@ -1,3 +1,3 @@
1
- import { CommandInfo } from "../CommandInfo";
1
+ import { CommandInfo } from "../command-info";
2
2
  /**The code command */
3
3
  export declare const code: CommandInfo[];
@@ -1,13 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.code = void 0;
4
- const ParameterType_1 = require("../../Types/ParameterType");
4
+ const parameter_type_1 = require("../../types/parameter-type");
5
5
  /**The code command */
6
6
  exports.code = [
7
7
  {
8
8
  name: "code",
9
9
  documentation: "??",
10
- parameters: [{ text: "code", type: ParameterType_1.ParameterType.keyword, required: true }],
10
+ parameters: [{ text: "code", type: parameter_type_1.ParameterType.keyword, required: true }],
11
11
  },
12
12
  ];
13
13
  //# sourceMappingURL=code.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"code.js","sourceRoot":"","sources":["../../../../../src/lib/data/edu/code.ts"],"names":[],"mappings":";;;AAAA,+DAA2D;AAG3D,sBAAsB;AACT,QAAA,IAAI,GAAkB;IACjC;QACE,IAAI,EAAE,MAAM;QACZ,aAAa,EAAE,IAAI;QACnB,UAAU,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;KAC5E;CACF,CAAC"}
@@ -1,3 +1,3 @@
1
- import { CommandInfo } from "../CommandInfo";
1
+ import { CommandInfo } from "../command-info";
2
2
  /**The gamerule command */
3
3
  export declare const gamerule: CommandInfo[];
@@ -1,34 +1,34 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.gamerule = void 0;
4
- const ParameterType_1 = require("../../Types/ParameterType");
4
+ const parameter_type_1 = require("../../types/parameter-type");
5
5
  /**The gamerule command */
6
6
  exports.gamerule = [
7
7
  {
8
8
  name: "gamerule",
9
9
  documentation: "When set to true, players may use TNT near others. You may also use specialty blocks (allow, deny, border) to help limit potential damage.",
10
10
  parameters: [
11
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
12
- { text: "allowdestructiveobjects", type: ParameterType_1.ParameterType.keyword, required: true },
13
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
11
+ { text: "gamerule", type: parameter_type_1.ParameterType.keyword, required: true },
12
+ { text: "allowdestructiveobjects", type: parameter_type_1.ParameterType.keyword, required: true },
13
+ { text: "value", type: parameter_type_1.ParameterType.boolean, required: false },
14
14
  ],
15
15
  },
16
16
  {
17
17
  name: "gamerule",
18
18
  documentation: "Mobs are living, moving creatures found within the Minecraft world. Friendly (creatures like chickens and ocelots) and not so friendly mobs (creatures like creepers) are allowed to appear in the world when this is turned on.",
19
19
  parameters: [
20
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
21
- { text: "allowmobs", type: ParameterType_1.ParameterType.keyword, required: true },
22
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
20
+ { text: "gamerule", type: parameter_type_1.ParameterType.keyword, required: true },
21
+ { text: "allowmobs", type: parameter_type_1.ParameterType.keyword, required: true },
22
+ { text: "value", type: parameter_type_1.ParameterType.boolean, required: false },
23
23
  ],
24
24
  },
25
25
  {
26
26
  name: "gamerule",
27
27
  documentation: "Disables chat for all players when set to true, otherwise players in your world can communicate with each other within the world they are in via the client. Chatting is on by default.",
28
28
  parameters: [
29
- { text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
30
- { text: "globalmute", type: ParameterType_1.ParameterType.keyword, required: true },
31
- { text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
29
+ { text: "gamerule", type: parameter_type_1.ParameterType.keyword, required: true },
30
+ { text: "globalmute", type: parameter_type_1.ParameterType.keyword, required: true },
31
+ { text: "value", type: parameter_type_1.ParameterType.boolean, required: false },
32
32
  ],
33
33
  },
34
34
  ];
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gamerule.js","sourceRoot":"","sources":["../../../../../src/lib/data/edu/gamerule.ts"],"names":[],"mappings":";;;AAAA,+DAA2D;AAG3D,0BAA0B;AACb,QAAA,QAAQ,GAAkB;IACrC;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EACX,4IAA4I;QAC9I,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,yBAAyB,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChF,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EACX,kOAAkO;QACpO,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAClE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EACX,yLAAyL;QAC3L,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACnE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;CACF,CAAC"}
@@ -1,3 +1,3 @@
1
- import { CommandInfo } from "../CommandInfo";
1
+ import { CommandInfo } from "../command-info";
2
2
  /**The immutableworld command */
3
3
  export declare const immutableworld: CommandInfo[];
@@ -1,15 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.immutableworld = void 0;
4
- const ParameterType_1 = require("../../Types/ParameterType");
4
+ const parameter_type_1 = require("../../types/parameter-type");
5
5
  /**The immutableworld command */
6
6
  exports.immutableworld = [
7
7
  {
8
8
  name: "immutableworld",
9
9
  documentation: "Sets the immutable state of the world",
10
10
  parameters: [
11
- { text: "immutableworld", type: ParameterType_1.ParameterType.keyword, required: true },
12
- { text: "immutableworld", type: ParameterType_1.ParameterType.boolean, required: false },
11
+ { text: "immutableworld", type: parameter_type_1.ParameterType.keyword, required: true },
12
+ { text: "immutableworld", type: parameter_type_1.ParameterType.boolean, required: false },
13
13
  ],
14
14
  },
15
15
  ];
@@ -0,0 +1 @@
1
+ {"version":3,"file":"immutableworld.js","sourceRoot":"","sources":["../../../../../src/lib/data/edu/immutableworld.ts"],"names":[],"mappings":";;;AAAA,+DAA2D;AAG3D,gCAAgC;AACnB,QAAA,cAAc,GAAkB;IAC3C;QACE,IAAI,EAAE,gBAAgB;QACtB,aAAa,EAAE,uCAAuC;QACtD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,gBAAgB,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACvE,EAAE,IAAI,EAAE,gBAAgB,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SACzE;KACF;CACF,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from "./command-container";
2
+ export * from "./command-data";
3
+ export * from "./command-info";
@@ -15,7 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  /* Auto generated */
18
- __exportStar(require("./CommandContainer"), exports);
19
- __exportStar(require("./CommandData"), exports);
20
- __exportStar(require("./CommandInfo"), exports);
18
+ __exportStar(require("./command-container"), exports);
19
+ __exportStar(require("./command-data"), exports);
20
+ __exportStar(require("./command-info"), exports);
21
21
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/data/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,sDAAoC;AACpC,iDAA+B;AAC/B,iDAA+B"}
@@ -1,3 +1,3 @@
1
- import { CommandInfo } from "../CommandInfo";
1
+ import { CommandInfo } from "../command-info";
2
2
  /**The alwaysday command */
3
3
  export declare const alwaysday: CommandInfo[];
@@ -1,15 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.alwaysday = void 0;
4
- const ParameterType_1 = require("../../Types/ParameterType");
4
+ const parameter_type_1 = require("../../types/parameter-type");
5
5
  /**The alwaysday command */
6
6
  exports.alwaysday = [
7
7
  {
8
8
  name: "alwaysday",
9
9
  documentation: "Locks and unlocks the day-night cycle.",
10
10
  parameters: [
11
- { text: "alwaysday", type: ParameterType_1.ParameterType.keyword, required: true },
12
- { text: "lock", type: ParameterType_1.ParameterType.boolean, required: false },
11
+ { text: "alwaysday", type: parameter_type_1.ParameterType.keyword, required: true },
12
+ { text: "lock", type: parameter_type_1.ParameterType.boolean, required: false },
13
13
  ],
14
14
  },
15
15
  ];
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alwaysday.js","sourceRoot":"","sources":["../../../../../src/lib/data/vanilla/alwaysday.ts"],"names":[],"mappings":";;;AAAA,+DAA2D;AAG3D,2BAA2B;AACd,QAAA,SAAS,GAAkB;IACtC;QACE,IAAI,EAAE,WAAW;QACjB,aAAa,EAAE,wCAAwC;QACvD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAClE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAC/D;KACF;CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ import { CommandInfo } from "../command-info";
2
+ export declare const camera: CommandInfo[];
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.camera = void 0;
4
+ const parameter_type_1 = require("../../types/parameter-type");
5
+ exports.camera = [
6
+ // Clear
7
+ {
8
+ name: "camera",
9
+ documentation: "Clears the camera settings on the selected players",
10
+ parameters: [
11
+ { text: "camera", type: parameter_type_1.ParameterType.keyword, required: true },
12
+ { text: "players", type: parameter_type_1.ParameterType.selector, required: true, options: { playerOnly: true } },
13
+ { text: "clear", type: parameter_type_1.ParameterType.keyword, required: true },
14
+ ],
15
+ },
16
+ // Fades
17
+ {
18
+ name: "camera",
19
+ documentation: "Makes the camera do a fade transition",
20
+ parameters: [
21
+ { text: "camera", type: parameter_type_1.ParameterType.keyword, required: true },
22
+ { text: "players", type: parameter_type_1.ParameterType.selector, required: true, options: { playerOnly: true } },
23
+ { text: "fade", type: parameter_type_1.ParameterType.keyword, required: true },
24
+ ],
25
+ },
26
+ {
27
+ name: "camera",
28
+ documentation: "Makes the camera do a fade transition using a specified color",
29
+ parameters: [
30
+ { text: "camera", type: parameter_type_1.ParameterType.keyword, required: true },
31
+ { text: "players", type: parameter_type_1.ParameterType.selector, required: true, options: { playerOnly: true } },
32
+ { text: "fade", type: parameter_type_1.ParameterType.keyword, required: true },
33
+ { text: "color", type: parameter_type_1.ParameterType.keyword, required: true },
34
+ { text: "red", type: parameter_type_1.ParameterType.integer, required: true, options: { minimum: 0, maximum: 255 } },
35
+ { text: "green", type: parameter_type_1.ParameterType.integer, required: true, options: { minimum: 0, maximum: 255 } },
36
+ { text: "blue", type: parameter_type_1.ParameterType.integer, required: true, options: { minimum: 0, maximum: 255 } },
37
+ ],
38
+ },
39
+ {
40
+ name: "camera",
41
+ documentation: "Makes the camera do a fade transition using a specified color",
42
+ parameters: [
43
+ { text: "camera", type: parameter_type_1.ParameterType.keyword, required: true },
44
+ { text: "players", type: parameter_type_1.ParameterType.selector, required: true, options: { playerOnly: true } },
45
+ { text: "fade", type: parameter_type_1.ParameterType.keyword, required: true },
46
+ { text: "time", type: parameter_type_1.ParameterType.keyword, required: true },
47
+ { text: "fade in seconds", type: parameter_type_1.ParameterType.float, required: true, options: { minimum: 0, maximum: 10 } },
48
+ { text: "hold in seconds", type: parameter_type_1.ParameterType.float, required: true, options: { minimum: 0, maximum: 10 } },
49
+ { text: "fade out seconds", type: parameter_type_1.ParameterType.float, required: true, options: { minimum: 0, maximum: 10 } },
50
+ ],
51
+ },
52
+ {
53
+ name: "camera",
54
+ documentation: "Makes the camera do a fade transition using a specified color",
55
+ parameters: [
56
+ { text: "camera", type: parameter_type_1.ParameterType.keyword, required: true },
57
+ { text: "players", type: parameter_type_1.ParameterType.selector, required: true, options: { playerOnly: true } },
58
+ { text: "fade", type: parameter_type_1.ParameterType.keyword, required: true },
59
+ { text: "time", type: parameter_type_1.ParameterType.keyword, required: true },
60
+ { text: "fade in seconds", type: parameter_type_1.ParameterType.float, required: true, options: { minimum: 0, maximum: 10 } },
61
+ { text: "hold in seconds", type: parameter_type_1.ParameterType.float, required: true, options: { minimum: 0, maximum: 10 } },
62
+ { text: "fade out seconds", type: parameter_type_1.ParameterType.float, required: true, options: { minimum: 0, maximum: 10 } },
63
+ { text: "color", type: parameter_type_1.ParameterType.keyword, required: true },
64
+ { text: "red", type: parameter_type_1.ParameterType.integer, required: true, options: { minimum: 0, maximum: 255 } },
65
+ { text: "green", type: parameter_type_1.ParameterType.integer, required: true, options: { minimum: 0, maximum: 255 } },
66
+ { text: "blue", type: parameter_type_1.ParameterType.integer, required: true, options: { minimum: 0, maximum: 255 } },
67
+ ],
68
+ },
69
+ ];
70
+ //# sourceMappingURL=camera.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"camera.js","sourceRoot":"","sources":["../../../../../src/lib/data/vanilla/camera.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,3 @@
1
- import { CommandInfo } from "../CommandInfo";
1
+ import { CommandInfo } from "../command-info";
2
2
  /**The camerashake command */
3
3
  export declare const camerashake: CommandInfo[];
@@ -1,36 +1,36 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.camerashake = void 0;
4
- const ParameterType_1 = require("../../Types/ParameterType");
4
+ const parameter_type_1 = require("../../types/parameter-type");
5
5
  /**The camerashake command */
6
6
  exports.camerashake = [
7
7
  {
8
8
  name: "camerashake",
9
9
  documentation: "Applies shaking to the players' camera with specified intensity and duration",
10
10
  parameters: [
11
- { text: "camerashake", type: ParameterType_1.ParameterType.keyword, required: true },
12
- { text: "add", type: ParameterType_1.ParameterType.keyword, required: true },
11
+ { text: "camerashake", type: parameter_type_1.ParameterType.keyword, required: true },
12
+ { text: "add", type: parameter_type_1.ParameterType.keyword, required: true },
13
13
  {
14
14
  text: "player",
15
- type: ParameterType_1.ParameterType.selector,
15
+ type: parameter_type_1.ParameterType.selector,
16
16
  required: true,
17
17
  options: { playerOnly: true },
18
18
  },
19
19
  {
20
20
  text: "intensity",
21
- type: ParameterType_1.ParameterType.float,
21
+ type: parameter_type_1.ParameterType.float,
22
22
  required: false,
23
23
  options: { minimum: 0, maximum: 4 },
24
24
  },
25
25
  {
26
26
  text: "seconds",
27
- type: ParameterType_1.ParameterType.float,
27
+ type: parameter_type_1.ParameterType.float,
28
28
  required: false,
29
29
  options: { minimum: 0 },
30
30
  },
31
31
  {
32
32
  text: "shake type",
33
- type: ParameterType_1.ParameterType.cameraShakeType,
33
+ type: parameter_type_1.ParameterType.cameraShakeType,
34
34
  required: false,
35
35
  },
36
36
  ],
@@ -39,11 +39,11 @@ exports.camerashake = [
39
39
  name: "camerashake",
40
40
  documentation: "Stops shaking to the players' camera with specified intensity and duration",
41
41
  parameters: [
42
- { text: "camerashake", type: ParameterType_1.ParameterType.keyword, required: true },
43
- { text: "stop", type: ParameterType_1.ParameterType.keyword, required: true },
42
+ { text: "camerashake", type: parameter_type_1.ParameterType.keyword, required: true },
43
+ { text: "stop", type: parameter_type_1.ParameterType.keyword, required: true },
44
44
  {
45
45
  text: "player",
46
- type: ParameterType_1.ParameterType.selector,
46
+ type: parameter_type_1.ParameterType.selector,
47
47
  required: false,
48
48
  options: { playerOnly: true },
49
49
  },