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

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,31 +1,31 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.music = void 0;
4
- const ParameterType_1 = require("../../Types/ParameterType");
4
+ const parameter_type_1 = require("../../types/parameter-type");
5
5
  /**The music command */
6
6
  exports.music = [
7
7
  {
8
8
  name: "music",
9
9
  documentation: "Allows you to control playing music tracks.",
10
10
  parameters: [
11
- { text: "music", type: ParameterType_1.ParameterType.keyword, required: true },
12
- { text: "queue", type: ParameterType_1.ParameterType.keyword, required: true },
13
- { text: "track name", type: ParameterType_1.ParameterType.string, required: true },
11
+ { text: "music", type: parameter_type_1.ParameterType.keyword, required: true },
12
+ { text: "queue", type: parameter_type_1.ParameterType.keyword, required: true },
13
+ { text: "track name", type: parameter_type_1.ParameterType.string, required: true },
14
14
  {
15
15
  text: "volume",
16
- type: ParameterType_1.ParameterType.float,
16
+ type: parameter_type_1.ParameterType.float,
17
17
  required: false,
18
18
  options: { minimum: 0.01, maximum: 1 },
19
19
  },
20
20
  {
21
21
  text: "fade seconds",
22
- type: ParameterType_1.ParameterType.float,
22
+ type: parameter_type_1.ParameterType.float,
23
23
  required: false,
24
24
  options: { minimum: 0 },
25
25
  },
26
26
  {
27
27
  text: "repeat",
28
- type: ParameterType_1.ParameterType.musicRepeatMode,
28
+ type: parameter_type_1.ParameterType.musicRepeatMode,
29
29
  required: false,
30
30
  },
31
31
  ],
@@ -34,24 +34,24 @@ exports.music = [
34
34
  name: "music",
35
35
  documentation: "Allows you to control playing music tracks.",
36
36
  parameters: [
37
- { text: "music", type: ParameterType_1.ParameterType.keyword, required: true },
38
- { text: "play", type: ParameterType_1.ParameterType.keyword, required: true },
39
- { text: "track name", type: ParameterType_1.ParameterType.string, required: true },
37
+ { text: "music", type: parameter_type_1.ParameterType.keyword, required: true },
38
+ { text: "play", type: parameter_type_1.ParameterType.keyword, required: true },
39
+ { text: "track name", type: parameter_type_1.ParameterType.string, required: true },
40
40
  {
41
41
  text: "volume",
42
- type: ParameterType_1.ParameterType.float,
42
+ type: parameter_type_1.ParameterType.float,
43
43
  required: false,
44
44
  options: { minimum: 0.01, maximum: 1 },
45
45
  },
46
46
  {
47
47
  text: "fade seconds",
48
- type: ParameterType_1.ParameterType.float,
48
+ type: parameter_type_1.ParameterType.float,
49
49
  required: false,
50
50
  options: { minimum: 0 },
51
51
  },
52
52
  {
53
53
  text: "repeat",
54
- type: ParameterType_1.ParameterType.musicRepeatMode,
54
+ type: parameter_type_1.ParameterType.musicRepeatMode,
55
55
  required: false,
56
56
  },
57
57
  ],
@@ -60,11 +60,11 @@ exports.music = [
60
60
  name: "music",
61
61
  documentation: "Allows you to control playing music tracks.",
62
62
  parameters: [
63
- { text: "music", type: ParameterType_1.ParameterType.keyword, required: true },
64
- { text: "stop", type: ParameterType_1.ParameterType.keyword, required: true },
63
+ { text: "music", type: parameter_type_1.ParameterType.keyword, required: true },
64
+ { text: "stop", type: parameter_type_1.ParameterType.keyword, required: true },
65
65
  {
66
66
  text: "fade seconds",
67
- type: ParameterType_1.ParameterType.float,
67
+ type: parameter_type_1.ParameterType.float,
68
68
  required: false,
69
69
  options: { minimum: 0 },
70
70
  },
@@ -74,11 +74,11 @@ exports.music = [
74
74
  name: "music",
75
75
  documentation: "Allows you to control playing music tracks.",
76
76
  parameters: [
77
- { text: "music", type: ParameterType_1.ParameterType.keyword, required: true },
78
- { text: "volume", type: ParameterType_1.ParameterType.keyword, required: true },
77
+ { text: "music", type: parameter_type_1.ParameterType.keyword, required: true },
78
+ { text: "volume", type: parameter_type_1.ParameterType.keyword, required: true },
79
79
  {
80
80
  text: "volume",
81
- type: ParameterType_1.ParameterType.float,
81
+ type: parameter_type_1.ParameterType.float,
82
82
  required: false,
83
83
  options: { minimum: 0.01, maximum: 1 },
84
84
  },
@@ -0,0 +1 @@
1
+ {"version":3,"file":"music.js","sourceRoot":"","sources":["../../../../../src/lib/data/vanilla/music.ts"],"names":[],"mappings":";;;AAAA,+DAA2D;AAG3D,uBAAuB;AACV,QAAA,KAAK,GAAkB;IAClC;QACE,IAAI,EAAE,OAAO;QACb,aAAa,EAAE,6CAA6C;QAC5D,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC9D,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC9D,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,8BAAa,CAAC,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE;YAClE;gBACE,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,8BAAa,CAAC,KAAK;gBACzB,QAAQ,EAAE,KAAK;gBACf,OAAO,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE;aACvC;YACD;gBACE,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,8BAAa,CAAC,KAAK;gBACzB,QAAQ,EAAE,KAAK;gBACf,OAAO,EAAE,EAAE,OAAO,EAAE,CAAC,EAAE;aACxB;YACD;gBACE,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,8BAAa,CAAC,eAAe;gBACnC,QAAQ,EAAE,KAAK;aAChB;SACF;KACF;IACD;QACE,IAAI,EAAE,OAAO;QACb,aAAa,EAAE,6CAA6C;QAC5D,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC9D,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC7D,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,8BAAa,CAAC,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE;YAClE;gBACE,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,8BAAa,CAAC,KAAK;gBACzB,QAAQ,EAAE,KAAK;gBACf,OAAO,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE;aACvC;YACD;gBACE,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,8BAAa,CAAC,KAAK;gBACzB,QAAQ,EAAE,KAAK;gBACf,OAAO,EAAE,EAAE,OAAO,EAAE,CAAC,EAAE;aACxB;YACD;gBACE,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,8BAAa,CAAC,eAAe;gBACnC,QAAQ,EAAE,KAAK;aAChB;SACF;KACF;IACD;QACE,IAAI,EAAE,OAAO;QACb,aAAa,EAAE,6CAA6C;QAC5D,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC9D,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC7D;gBACE,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,8BAAa,CAAC,KAAK;gBACzB,QAAQ,EAAE,KAAK;gBACf,OAAO,EAAE,EAAE,OAAO,EAAE,CAAC,EAAE;aACxB;SACF;KACF;IACD;QACE,IAAI,EAAE,OAAO;QACb,aAAa,EAAE,6CAA6C;QAC5D,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC9D,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/D;gBACE,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,8BAAa,CAAC,KAAK;gBACzB,QAAQ,EAAE,KAAK;gBACf,OAAO,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE;aACvC;SACF;KACF;CACF,CAAC"}
@@ -1,3 +1,3 @@
1
- import { CommandInfo } from "../CommandInfo";
1
+ import { CommandInfo } from "../command-info";
2
2
  /**The op command */
3
3
  export declare const op: CommandInfo[];
@@ -1,17 +1,17 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.op = void 0;
4
- const ParameterType_1 = require("../../Types/ParameterType");
4
+ const parameter_type_1 = require("../../types/parameter-type");
5
5
  /**The op command */
6
6
  exports.op = [
7
7
  {
8
8
  name: "op",
9
9
  documentation: "Grants operator status to a player.",
10
10
  parameters: [
11
- { text: "op", type: ParameterType_1.ParameterType.keyword, required: true },
11
+ { text: "op", type: parameter_type_1.ParameterType.keyword, required: true },
12
12
  {
13
13
  text: "player",
14
- type: ParameterType_1.ParameterType.selector,
14
+ type: parameter_type_1.ParameterType.selector,
15
15
  required: true,
16
16
  options: { playerOnly: true },
17
17
  },
@@ -0,0 +1 @@
1
+ {"version":3,"file":"op.js","sourceRoot":"","sources":["../../../../../src/lib/data/vanilla/op.ts"],"names":[],"mappings":";;;AAAA,+DAA2D;AAG3D,oBAAoB;AACP,QAAA,EAAE,GAAkB;IAC/B;QACE,IAAI,EAAE,IAAI;QACV,aAAa,EAAE,qCAAqC;QACpD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC3D;gBACE,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,8BAAa,CAAC,QAAQ;gBAC5B,QAAQ,EAAE,IAAI;gBACd,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;aAC9B;SACF;KACF;CACF,CAAC"}
@@ -1,3 +1,3 @@
1
- import { CommandInfo } from "../CommandInfo";
1
+ import { CommandInfo } from "../command-info";
2
2
  /**The particle command */
3
3
  export declare const particle: CommandInfo[];
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.particle = void 0;
4
+ const parameter_type_1 = require("../../types/parameter-type");
5
+ /**The particle command */
6
+ exports.particle = [
7
+ {
8
+ name: "particle",
9
+ documentation: "Creates particles.",
10
+ parameters: [
11
+ { text: "particle", type: parameter_type_1.ParameterType.keyword, required: true },
12
+ { text: "effect", type: parameter_type_1.ParameterType.particle, required: true },
13
+ { text: "position x", type: parameter_type_1.ParameterType.coordinate, required: false },
14
+ { text: "position y", type: parameter_type_1.ParameterType.coordinate, required: false },
15
+ { text: "position z", type: parameter_type_1.ParameterType.coordinate, required: false },
16
+ ],
17
+ },
18
+ ];
19
+ //# sourceMappingURL=particle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"particle.js","sourceRoot":"","sources":["../../../../../src/lib/data/vanilla/particle.ts"],"names":[],"mappings":";;;AAAA,+DAA2D;AAG3D,0BAA0B;AACb,QAAA,QAAQ,GAAkB;IACrC;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,oBAAoB;QACnC,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,8BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,8BAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE;YACvE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,8BAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE;YACvE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,8BAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE;SACxE;KACF;CACF,CAAC"}
@@ -1,3 +1,3 @@
1
- import { CommandInfo } from "../CommandInfo";
1
+ import { CommandInfo } from "../command-info";
2
2
  /**The playanimation command */
3
3
  export declare const playanimation: CommandInfo[];
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.playanimation = void 0;
4
+ const parameter_type_1 = require("../../types/parameter-type");
5
+ /**The playanimation command */
6
+ exports.playanimation = [
7
+ {
8
+ name: "playanimation",
9
+ documentation: "Makes one or more entities play a one-off animation. Assumes all variables are set up correctly",
10
+ parameters: [
11
+ { text: "playanimation", type: parameter_type_1.ParameterType.keyword, required: true },
12
+ { text: "entity", type: parameter_type_1.ParameterType.selector, required: true },
13
+ { text: "animation", type: parameter_type_1.ParameterType.animation, required: true },
14
+ { text: "next state", type: parameter_type_1.ParameterType.string, required: false },
15
+ {
16
+ text: "stop expression",
17
+ type: parameter_type_1.ParameterType.string,
18
+ required: false,
19
+ },
20
+ {
21
+ text: "controller name",
22
+ type: parameter_type_1.ParameterType.string,
23
+ required: false,
24
+ },
25
+ ],
26
+ },
27
+ ];
28
+ //# sourceMappingURL=playanimation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"playanimation.js","sourceRoot":"","sources":["../../../../../src/lib/data/vanilla/playanimation.ts"],"names":[],"mappings":";;;AAAA,+DAA2D;AAG3D,+BAA+B;AAClB,QAAA,aAAa,GAAkB;IAC1C;QACE,IAAI,EAAE,eAAe;QACrB,aAAa,EAAE,iGAAiG;QAChH,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACtE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,8BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,8BAAa,CAAC,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE;YACpE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,8BAAa,CAAC,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE;YACnE;gBACE,IAAI,EAAE,iBAAiB;gBACvB,IAAI,EAAE,8BAAa,CAAC,MAAM;gBAC1B,QAAQ,EAAE,KAAK;aAChB;YACD;gBACE,IAAI,EAAE,iBAAiB;gBACvB,IAAI,EAAE,8BAAa,CAAC,MAAM;gBAC1B,QAAQ,EAAE,KAAK;aAChB;SACF;KACF;CACF,CAAC"}
@@ -1,3 +1,3 @@
1
- import { CommandInfo } from "../CommandInfo";
1
+ import { CommandInfo } from "../command-info";
2
2
  /**The playsound command */
3
3
  export declare const playsound: CommandInfo[];
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.playsound = void 0;
4
+ const parameter_type_1 = require("../../types/parameter-type");
5
+ /**The playsound command */
6
+ exports.playsound = [
7
+ {
8
+ name: "playsound",
9
+ documentation: "Plays a sound.",
10
+ parameters: [
11
+ { text: "playsound", type: parameter_type_1.ParameterType.keyword, required: true },
12
+ { text: "sound", type: parameter_type_1.ParameterType.sound, required: true },
13
+ {
14
+ text: "player",
15
+ type: parameter_type_1.ParameterType.selector,
16
+ required: false,
17
+ options: { playerOnly: true },
18
+ },
19
+ { text: "position x", type: parameter_type_1.ParameterType.coordinate, required: false },
20
+ { text: "position y", type: parameter_type_1.ParameterType.coordinate, required: false },
21
+ { text: "position z", type: parameter_type_1.ParameterType.coordinate, required: false },
22
+ { text: "volume", type: parameter_type_1.ParameterType.float, required: false },
23
+ { text: "pitch", type: parameter_type_1.ParameterType.float, required: false },
24
+ { text: "minimumVolume", type: parameter_type_1.ParameterType.float, required: false },
25
+ ],
26
+ },
27
+ ];
28
+ //# sourceMappingURL=playsound.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"playsound.js","sourceRoot":"","sources":["../../../../../src/lib/data/vanilla/playsound.ts"],"names":[],"mappings":";;;AAAA,+DAA2D;AAG3D,2BAA2B;AACd,QAAA,SAAS,GAAkB;IACtC;QACE,IAAI,EAAE,WAAW;QACjB,aAAa,EAAE,gBAAgB;QAC/B,UAAU,EAAE;YACV,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,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D;gBACE,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,8BAAa,CAAC,QAAQ;gBAC5B,QAAQ,EAAE,KAAK;gBACf,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;aAC9B;YACD,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,8BAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE;YACvE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,8BAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE;YACvE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,8BAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE;YACvE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,8BAAa,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE;YAC9D,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,8BAAa,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE;YAC7D,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,EAAE,8BAAa,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE;SACtE;KACF;CACF,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { CommandInfo } from "../command-info";
2
+ /**The recipe command */
3
+ export declare const recipe: CommandInfo[];
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.recipe = void 0;
4
+ const parameter_type_1 = require("../../types/parameter-type");
5
+ /**The recipe command */
6
+ exports.recipe = [
7
+ {
8
+ name: "recipe",
9
+ documentation: "Gives the player the given recipe id",
10
+ parameters: [
11
+ { text: "recipe", type: parameter_type_1.ParameterType.keyword, required: true },
12
+ { text: "give", type: parameter_type_1.ParameterType.keyword, required: true },
13
+ { text: "target", type: parameter_type_1.ParameterType.selector, required: true, options: { playerOnly: true } },
14
+ { text: "recipe", type: parameter_type_1.ParameterType.recipe, required: true, options: { playerOnly: true } },
15
+ ]
16
+ },
17
+ {
18
+ name: "recipe",
19
+ documentation: "Takes recipe from the given player",
20
+ parameters: [
21
+ { text: "recipe", type: parameter_type_1.ParameterType.keyword, required: true },
22
+ { text: "take", type: parameter_type_1.ParameterType.keyword, required: true },
23
+ { text: "target", type: parameter_type_1.ParameterType.selector, required: true, options: { playerOnly: true } },
24
+ { text: "recipe", type: parameter_type_1.ParameterType.recipe, required: true, options: { playerOnly: true } },
25
+ ]
26
+ }
27
+ ];
28
+ //# sourceMappingURL=recipe.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recipe.js","sourceRoot":"","sources":["../../../../../src/lib/data/vanilla/recipe.ts"],"names":[],"mappings":";;;AAAA,+DAA2D;AAG3D,wBAAwB;AACX,QAAA,MAAM,GAAkB;IACnC;QACE,IAAI,EAAE,QAAQ;QACd,aAAa,EAAE,sCAAsC;QACrD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/D,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC7D,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,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,EAAE;SAC9F;KACF;IACD;QACE,IAAI,EAAE,QAAQ;QACd,aAAa,EAAE,oCAAoC;QACnD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/D,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC7D,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,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,EAAE;SAC9F;KACF;CACF,CAAA"}
@@ -1,3 +1,3 @@
1
- import { CommandInfo } from "../CommandInfo";
1
+ import { CommandInfo } from "../command-info";
2
2
  /**The replaceitem command */
3
3
  export declare const replaceitem: CommandInfo[];
@@ -0,0 +1,86 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.replaceitem = void 0;
4
+ const parameter_type_1 = require("../../types/parameter-type");
5
+ /**The replaceitem command */
6
+ exports.replaceitem = [
7
+ {
8
+ name: "replaceitem",
9
+ documentation: "Replaces items in inventories.",
10
+ parameters: [
11
+ { text: "replaceitem", type: parameter_type_1.ParameterType.keyword, required: true },
12
+ { text: "block", type: parameter_type_1.ParameterType.keyword, required: true },
13
+ { text: "position x", type: parameter_type_1.ParameterType.coordinate, required: true },
14
+ { text: "position y", type: parameter_type_1.ParameterType.coordinate, required: true },
15
+ { text: "position z", type: parameter_type_1.ParameterType.coordinate, required: true },
16
+ { text: "slot.container", type: parameter_type_1.ParameterType.keyword, required: true },
17
+ { text: "slot id", type: parameter_type_1.ParameterType.slotID, required: true },
18
+ { text: "item name", type: parameter_type_1.ParameterType.item, required: true },
19
+ { text: "amount", type: parameter_type_1.ParameterType.integer, required: false },
20
+ { text: "data", type: parameter_type_1.ParameterType.integer, required: false },
21
+ { text: "components", type: parameter_type_1.ParameterType.jsonItem, required: false },
22
+ ],
23
+ },
24
+ {
25
+ name: "replaceitem",
26
+ documentation: "Replaces items in inventories.",
27
+ parameters: [
28
+ { text: "replaceitem", type: parameter_type_1.ParameterType.keyword, required: true },
29
+ { text: "block", type: parameter_type_1.ParameterType.keyword, required: true },
30
+ { text: "position x", type: parameter_type_1.ParameterType.coordinate, required: true },
31
+ { text: "position y", type: parameter_type_1.ParameterType.coordinate, required: true },
32
+ { text: "position z", type: parameter_type_1.ParameterType.coordinate, required: true },
33
+ { text: "slot.container", type: parameter_type_1.ParameterType.keyword, required: true },
34
+ { text: "slotId", type: parameter_type_1.ParameterType.slotID, required: true },
35
+ {
36
+ text: "replacemode",
37
+ type: parameter_type_1.ParameterType.replaceMode,
38
+ required: true,
39
+ },
40
+ { text: "item name", type: parameter_type_1.ParameterType.item, required: true },
41
+ { text: "amount", type: parameter_type_1.ParameterType.integer, required: false },
42
+ { text: "data", type: parameter_type_1.ParameterType.integer, required: false },
43
+ { text: "components", type: parameter_type_1.ParameterType.jsonItem, required: false },
44
+ ],
45
+ },
46
+ {
47
+ name: "replaceitem",
48
+ documentation: "Replaces items in inventories.",
49
+ parameters: [
50
+ { text: "replaceitem", type: parameter_type_1.ParameterType.keyword, required: true },
51
+ { text: "entity", type: parameter_type_1.ParameterType.keyword, required: true },
52
+ { text: "selector", type: parameter_type_1.ParameterType.selector, required: true },
53
+ {
54
+ text: "slot.container",
55
+ type: parameter_type_1.ParameterType.slotType,
56
+ required: true,
57
+ },
58
+ { text: "slotId", type: parameter_type_1.ParameterType.slotID, required: true },
59
+ { text: "item name", type: parameter_type_1.ParameterType.item, required: true },
60
+ { text: "amount", type: parameter_type_1.ParameterType.integer, required: false },
61
+ { text: "data", type: parameter_type_1.ParameterType.integer, required: false },
62
+ { text: "components", type: parameter_type_1.ParameterType.jsonItem, required: false },
63
+ ],
64
+ },
65
+ {
66
+ name: "replaceitem",
67
+ documentation: "Replaces items in inventories.",
68
+ parameters: [
69
+ { text: "replaceitem", type: parameter_type_1.ParameterType.keyword, required: true },
70
+ { text: "entity", type: parameter_type_1.ParameterType.keyword, required: true },
71
+ { text: "selector", type: parameter_type_1.ParameterType.selector, required: true },
72
+ { text: "slot type", type: parameter_type_1.ParameterType.slotType, required: true },
73
+ { text: "slot id", type: parameter_type_1.ParameterType.slotID, required: true },
74
+ {
75
+ text: "replace mode",
76
+ type: parameter_type_1.ParameterType.replaceMode,
77
+ required: true,
78
+ },
79
+ { text: "item name", type: parameter_type_1.ParameterType.item, required: true },
80
+ { text: "amount", type: parameter_type_1.ParameterType.integer, required: false },
81
+ { text: "data", type: parameter_type_1.ParameterType.integer, required: false },
82
+ { text: "components", type: parameter_type_1.ParameterType.jsonItem, required: false },
83
+ ],
84
+ },
85
+ ];
86
+ //# sourceMappingURL=replaceitem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"replaceitem.js","sourceRoot":"","sources":["../../../../../src/lib/data/vanilla/replaceitem.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 ride command */
3
3
  export declare const ride: CommandInfo[];
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ride = void 0;
4
+ const parameter_type_1 = require("../../types/parameter-type");
5
+ /**The ride command */
6
+ exports.ride = [
7
+ {
8
+ name: "ride",
9
+ documentation: "Makes entities ride other entities, stops entities from riding, makes rides evict their riders, or summons rides or riders",
10
+ parameters: [
11
+ { text: "ride", type: parameter_type_1.ParameterType.keyword, required: true },
12
+ { text: "riders", type: parameter_type_1.ParameterType.selector, required: true },
13
+ { text: "start_riding", type: parameter_type_1.ParameterType.keyword, required: true },
14
+ { text: "ride", type: parameter_type_1.ParameterType.selector, required: true },
15
+ {
16
+ text: "teleport",
17
+ type: parameter_type_1.ParameterType.teleportRules,
18
+ required: false,
19
+ },
20
+ {
21
+ text: "fill mode",
22
+ type: parameter_type_1.ParameterType.ridefillMode,
23
+ required: false,
24
+ },
25
+ ],
26
+ },
27
+ {
28
+ name: "ride",
29
+ documentation: "Makes entities ride other entities, stops entities from riding, makes rides evict their riders, or summons rides or riders",
30
+ parameters: [
31
+ { text: "ride", type: parameter_type_1.ParameterType.keyword, required: true },
32
+ { text: "riders", type: parameter_type_1.ParameterType.selector, required: true },
33
+ { text: "stop_riding", type: parameter_type_1.ParameterType.keyword, required: true },
34
+ ],
35
+ },
36
+ {
37
+ name: "ride",
38
+ documentation: "Makes entities ride other entities, stops entities from riding, makes rides evict their riders, or summons rides or riders",
39
+ parameters: [
40
+ { text: "ride", type: parameter_type_1.ParameterType.keyword, required: true },
41
+ { text: "rides", type: parameter_type_1.ParameterType.selector, required: true },
42
+ { text: "evict_riders", type: parameter_type_1.ParameterType.keyword, required: true },
43
+ ],
44
+ },
45
+ {
46
+ name: "ride",
47
+ documentation: "Makes entities ride other entities, stops entities from riding, makes rides evict their riders, or summons rides or riders",
48
+ parameters: [
49
+ { text: "ride", type: parameter_type_1.ParameterType.keyword, required: true },
50
+ { text: "riders", type: parameter_type_1.ParameterType.selector, required: true },
51
+ { text: "summon_ride", type: parameter_type_1.ParameterType.keyword, required: true },
52
+ { text: "entity type", type: parameter_type_1.ParameterType.entity, required: true },
53
+ { text: "ride rules", type: parameter_type_1.ParameterType.rideRules, required: true },
54
+ { text: "event", type: parameter_type_1.ParameterType.event, required: true },
55
+ { text: "name", type: parameter_type_1.ParameterType.string, required: true },
56
+ ],
57
+ },
58
+ {
59
+ name: "ride",
60
+ documentation: "Makes entities ride other entities, stops entities from riding, makes rides evict their riders, or summons rides or riders",
61
+ parameters: [
62
+ { text: "ride", type: parameter_type_1.ParameterType.keyword, required: true },
63
+ { text: "rides", type: parameter_type_1.ParameterType.selector, required: true },
64
+ { text: "summon_rider", type: parameter_type_1.ParameterType.keyword, required: true },
65
+ { text: "entity type", type: parameter_type_1.ParameterType.entity, required: true },
66
+ { text: "event", type: parameter_type_1.ParameterType.event, required: true },
67
+ { text: "name", type: parameter_type_1.ParameterType.string, required: true },
68
+ ],
69
+ },
70
+ ];
71
+ //# sourceMappingURL=ride.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ride.js","sourceRoot":"","sources":["../../../../../src/lib/data/vanilla/ride.ts"],"names":[],"mappings":";;;AAAA,+DAA2D;AAG3D,sBAAsB;AACT,QAAA,IAAI,GAAkB;IACjC;QACE,IAAI,EAAE,MAAM;QACZ,aAAa,EACX,4HAA4H;QAC9H,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC7D,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,8BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACrE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,8BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC9D;gBACE,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,8BAAa,CAAC,aAAa;gBACjC,QAAQ,EAAE,KAAK;aAChB;YACD;gBACE,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,8BAAa,CAAC,YAAY;gBAChC,QAAQ,EAAE,KAAK;aAChB;SACF;KACF;IACD;QACE,IAAI,EAAE,MAAM;QACZ,aAAa,EACX,4HAA4H;QAC9H,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC7D,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,8BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;SACrE;KACF;IACD;QACE,IAAI,EAAE,MAAM;QACZ,aAAa,EACX,4HAA4H;QAC9H,UAAU,EAAE;YACV,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,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/D,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;SACtE;KACF;IACD;QACE,IAAI,EAAE,MAAM;QACZ,aAAa,EACX,4HAA4H;QAC9H,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC7D,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,8BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACpE,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,8BAAa,CAAC,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE;YACnE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,8BAAa,CAAC,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE;YACrE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,8BAAa,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,8BAAa,CAAC,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE;SAC7D;KACF;IACD;QACE,IAAI,EAAE,MAAM;QACZ,aAAa,EACX,4HAA4H;QAC9H,UAAU,EAAE;YACV,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,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/D,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACrE,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,8BAAa,CAAC,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE;YACnE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,8BAAa,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,8BAAa,CAAC,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE;SAC7D;KACF;CACF,CAAC"}
@@ -1,3 +1,3 @@
1
- import { CommandInfo } from "../CommandInfo";
1
+ import { CommandInfo } from "../command-info";
2
2
  /**The say command */
3
3
  export declare const say: CommandInfo[];
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.say = void 0;
4
+ const parameter_type_1 = require("../../types/parameter-type");
5
+ /**The say command */
6
+ exports.say = [
7
+ {
8
+ name: "say",
9
+ documentation: "Displays a message to multiple players.",
10
+ parameters: [
11
+ { text: "say", type: parameter_type_1.ParameterType.keyword, required: true },
12
+ { text: "message", type: parameter_type_1.ParameterType.message, required: true },
13
+ ],
14
+ },
15
+ ];
16
+ //# sourceMappingURL=say.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"say.js","sourceRoot":"","sources":["../../../../../src/lib/data/vanilla/say.ts"],"names":[],"mappings":";;;AAAA,+DAA2D;AAG3D,qBAAqB;AACR,QAAA,GAAG,GAAkB;IAChC;QACE,IAAI,EAAE,KAAK;QACX,aAAa,EAAE,yCAAyC;QACxD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;SACjE;KACF;CACF,CAAC"}
@@ -1,3 +1,3 @@
1
- import { CommandInfo } from "../CommandInfo";
1
+ import { CommandInfo } from "../command-info";
2
2
  /**The schedule command */
3
3
  export declare const schedule: CommandInfo[];
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.schedule = void 0;
4
+ const parameter_type_1 = require("../../types/parameter-type");
5
+ /**The schedule command */
6
+ exports.schedule = [
7
+ {
8
+ name: "schedule",
9
+ documentation: "Schedules an action to be executed once an area is loaded, or after a certain amount of time",
10
+ parameters: [
11
+ { text: "schedule", type: parameter_type_1.ParameterType.keyword, required: true },
12
+ { text: "on_area_loaded", type: parameter_type_1.ParameterType.keyword, required: true },
13
+ { text: "add", type: parameter_type_1.ParameterType.keyword, required: true },
14
+ { text: "from x", type: parameter_type_1.ParameterType.coordinate, required: true },
15
+ { text: "from y", type: parameter_type_1.ParameterType.coordinate, required: true },
16
+ { text: "from z", type: parameter_type_1.ParameterType.coordinate, required: true },
17
+ { text: "to x", type: parameter_type_1.ParameterType.coordinate, required: true },
18
+ { text: "to y", type: parameter_type_1.ParameterType.coordinate, required: true },
19
+ { text: "to z", type: parameter_type_1.ParameterType.coordinate, required: true },
20
+ { text: "function", type: parameter_type_1.ParameterType.function, required: true },
21
+ ],
22
+ },
23
+ {
24
+ name: "schedule",
25
+ documentation: "Schedules an action to be executed once an area is loaded, or after a certain amount of time",
26
+ parameters: [
27
+ { text: "schedule", type: parameter_type_1.ParameterType.keyword, required: true },
28
+ { text: "on_area_loaded", type: parameter_type_1.ParameterType.keyword, required: true },
29
+ { text: "add", type: parameter_type_1.ParameterType.keyword, required: true },
30
+ { text: "circle", type: parameter_type_1.ParameterType.keyword, required: true },
31
+ { text: "center x", type: parameter_type_1.ParameterType.coordinate, required: true },
32
+ { text: "center y", type: parameter_type_1.ParameterType.coordinate, required: true },
33
+ { text: "center z", type: parameter_type_1.ParameterType.coordinate, required: true },
34
+ { text: "radius", type: parameter_type_1.ParameterType.integer, required: true },
35
+ { text: "function", type: parameter_type_1.ParameterType.function, required: true },
36
+ ],
37
+ },
38
+ {
39
+ name: "schedule",
40
+ documentation: "Schedules an action to be executed once an area is loaded, or after a certain amount of time",
41
+ parameters: [
42
+ { text: "schedule", type: parameter_type_1.ParameterType.keyword, required: true },
43
+ { text: "on_area_loaded", type: parameter_type_1.ParameterType.keyword, required: true },
44
+ { text: "add", type: parameter_type_1.ParameterType.keyword, required: true },
45
+ { text: "tickingarea", type: parameter_type_1.ParameterType.keyword, required: true },
46
+ {
47
+ text: "tickingarea name",
48
+ type: parameter_type_1.ParameterType.tickingarea,
49
+ required: true,
50
+ },
51
+ { text: "function", type: parameter_type_1.ParameterType.function, required: true },
52
+ ],
53
+ },
54
+ ];
55
+ //# sourceMappingURL=schedule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schedule.js","sourceRoot":"","sources":["../../../../../src/lib/data/vanilla/schedule.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 scoreboard command */
3
3
  export declare const scoreboard: CommandInfo[];