bc-minecraft-bedrock-command 1.21.1-2 → 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.
- package/lib/src/{Lib/Data/CommandContainer.d.ts → lib/data/command-container.d.ts} +1 -1
- package/lib/src/{Lib/Data/CommandContainer.js → lib/data/command-container.js} +1 -1
- package/lib/src/lib/data/command-container.js.map +1 -0
- package/lib/src/{Lib/Data/CommandData.d.ts → lib/data/command-data.d.ts} +1 -1
- package/lib/src/lib/data/command-data.js +160 -0
- package/lib/src/lib/data/command-data.js.map +1 -0
- package/lib/src/{Lib/Data/CommandInfo.d.ts → lib/data/command-info.d.ts} +1 -1
- package/lib/src/{Lib/Data/CommandInfo.js → lib/data/command-info.js} +1 -1
- package/lib/src/lib/data/command-info.js.map +1 -0
- package/lib/src/{Lib/Data/Edu → lib/data/edu}/ability.d.ts +1 -1
- package/lib/src/lib/data/edu/ability.js +51 -0
- package/lib/src/lib/data/edu/ability.js.map +1 -0
- package/lib/src/{Lib/Data/Edu → lib/data/edu}/classroommode.d.ts +1 -1
- package/lib/src/{Lib/Data/Edu → lib/data/edu}/classroommode.js +2 -2
- package/lib/src/lib/data/edu/classroommode.js.map +1 -0
- package/lib/src/{Lib/Data/Edu → lib/data/edu}/code.d.ts +1 -1
- package/lib/src/{Lib/Data/Edu → lib/data/edu}/code.js +2 -2
- package/lib/src/lib/data/edu/code.js.map +1 -0
- package/lib/src/{Lib/Data/Edu → lib/data/edu}/gamerule.d.ts +1 -1
- package/lib/src/{Lib/Data/Edu → lib/data/edu}/gamerule.js +10 -10
- package/lib/src/lib/data/edu/gamerule.js.map +1 -0
- package/lib/src/{Lib/Data/Edu → lib/data/edu}/immutableworld.d.ts +1 -1
- package/lib/src/{Lib/Data/Edu → lib/data/edu}/immutableworld.js +3 -3
- package/lib/src/lib/data/edu/immutableworld.js.map +1 -0
- package/lib/src/lib/data/index.d.ts +3 -0
- package/lib/src/{Lib/Data → lib/data}/index.js +3 -3
- package/lib/src/lib/data/index.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/alwaysday.d.ts +1 -1
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/alwaysday.js +3 -3
- package/lib/src/lib/data/vanilla/alwaysday.js.map +1 -0
- package/lib/src/lib/data/vanilla/camera.d.ts +2 -0
- package/lib/src/lib/data/vanilla/camera.js +70 -0
- package/lib/src/lib/data/vanilla/camera.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/camerashake.d.ts +1 -1
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/camerashake.js +10 -10
- package/lib/src/lib/data/vanilla/camerashake.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/clear.d.ts +1 -1
- package/lib/src/lib/data/vanilla/clear.js +24 -0
- package/lib/src/lib/data/vanilla/clear.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/clearspawnpoint.d.ts +1 -1
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/clearspawnpoint.js +3 -3
- package/lib/src/lib/data/vanilla/clearspawnpoint.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/clone.d.ts +1 -1
- package/lib/src/lib/data/vanilla/clone.js +74 -0
- package/lib/src/lib/data/vanilla/clone.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/damage.d.ts +1 -1
- package/lib/src/lib/data/vanilla/damage.js +30 -0
- package/lib/src/lib/data/vanilla/damage.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/daylock.d.ts +1 -1
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/daylock.js +3 -3
- package/lib/src/lib/data/vanilla/daylock.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/deop.d.ts +1 -1
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/deop.js +3 -3
- package/lib/src/lib/data/vanilla/deop.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/dialogue.d.ts +1 -1
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/dialogue.js +11 -11
- package/lib/src/lib/data/vanilla/dialogue.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/difficulty.d.ts +1 -1
- package/lib/src/lib/data/vanilla/difficulty.js +16 -0
- package/lib/src/lib/data/vanilla/difficulty.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/effect.d.ts +1 -1
- package/lib/src/lib/data/vanilla/effect.js +33 -0
- package/lib/src/lib/data/vanilla/effect.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/enchant.d.ts +1 -1
- package/lib/src/lib/data/vanilla/enchant.js +38 -0
- package/lib/src/lib/data/vanilla/enchant.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/event.d.ts +1 -1
- package/lib/src/lib/data/vanilla/event.js +18 -0
- package/lib/src/lib/data/vanilla/event.js.map +1 -0
- package/lib/src/lib/data/vanilla/execute/subcommands.d.ts +2 -0
- package/lib/src/lib/data/vanilla/execute/subcommands.js +362 -0
- package/lib/src/lib/data/vanilla/execute/subcommands.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/execute.d.ts +1 -1
- package/lib/src/lib/data/vanilla/execute.js +56 -0
- package/lib/src/lib/data/vanilla/execute.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/fill.d.ts +1 -1
- package/lib/src/lib/data/vanilla/fill.js +94 -0
- package/lib/src/lib/data/vanilla/fill.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/fog.d.ts +1 -1
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/fog.js +14 -14
- package/lib/src/lib/data/vanilla/fog.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/function.d.ts +1 -1
- package/lib/src/lib/data/vanilla/function.js +16 -0
- package/lib/src/lib/data/vanilla/function.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/gamemode.d.ts +1 -1
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/gamemode.js +4 -4
- package/lib/src/lib/data/vanilla/gamemode.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/gamerule.d.ts +1 -1
- package/lib/src/lib/data/vanilla/gamerule.js +330 -0
- package/lib/src/lib/data/vanilla/gamerule.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/give.d.ts +1 -1
- package/lib/src/lib/data/vanilla/give.js +25 -0
- package/lib/src/lib/data/vanilla/give.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/hud.d.ts +1 -1
- package/lib/src/lib/data/vanilla/hud.js +18 -0
- package/lib/src/lib/data/vanilla/hud.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/inputpermission.d.ts +1 -1
- package/lib/src/lib/data/vanilla/inputpermission.js +30 -0
- package/lib/src/lib/data/vanilla/inputpermission.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/kick.d.ts +1 -1
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/kick.js +3 -3
- package/lib/src/lib/data/vanilla/kick.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/kill.d.ts +1 -1
- package/lib/src/lib/data/vanilla/kill.js +16 -0
- package/lib/src/lib/data/vanilla/kill.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/locate.d.ts +1 -1
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/locate.js +3 -3
- package/lib/src/lib/data/vanilla/locate.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/loot.d.ts +1 -1
- package/lib/src/lib/data/vanilla/loot.js +437 -0
- package/lib/src/lib/data/vanilla/loot.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/me.d.ts +1 -1
- package/lib/src/lib/data/vanilla/me.js +16 -0
- package/lib/src/lib/data/vanilla/me.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/msg.d.ts +1 -1
- package/lib/src/lib/data/vanilla/msg.js +17 -0
- package/lib/src/lib/data/vanilla/msg.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/music.d.ts +1 -1
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/music.js +19 -19
- package/lib/src/lib/data/vanilla/music.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/op.d.ts +1 -1
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/op.js +3 -3
- package/lib/src/lib/data/vanilla/op.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/particle.d.ts +1 -1
- package/lib/src/lib/data/vanilla/particle.js +19 -0
- package/lib/src/lib/data/vanilla/particle.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/playanimation.d.ts +1 -1
- package/lib/src/lib/data/vanilla/playanimation.js +28 -0
- package/lib/src/lib/data/vanilla/playanimation.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/playsound.d.ts +1 -1
- package/lib/src/lib/data/vanilla/playsound.js +28 -0
- package/lib/src/lib/data/vanilla/playsound.js.map +1 -0
- package/lib/src/lib/data/vanilla/recipe.d.ts +3 -0
- package/lib/src/lib/data/vanilla/recipe.js +28 -0
- package/lib/src/lib/data/vanilla/recipe.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/replaceitem.d.ts +1 -1
- package/lib/src/lib/data/vanilla/replaceitem.js +86 -0
- package/lib/src/lib/data/vanilla/replaceitem.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/ride.d.ts +1 -1
- package/lib/src/lib/data/vanilla/ride.js +71 -0
- package/lib/src/lib/data/vanilla/ride.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/say.d.ts +1 -1
- package/lib/src/lib/data/vanilla/say.js +16 -0
- package/lib/src/lib/data/vanilla/say.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/schedule.d.ts +1 -1
- package/lib/src/lib/data/vanilla/schedule.js +55 -0
- package/lib/src/lib/data/vanilla/schedule.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/scoreboard.d.ts +1 -1
- package/lib/src/lib/data/vanilla/scoreboard.js +250 -0
- package/lib/src/lib/data/vanilla/scoreboard.js.map +1 -0
- package/lib/src/lib/data/vanilla/scriptevent.d.ts +3 -0
- package/lib/src/lib/data/vanilla/scriptevent.js +17 -0
- package/lib/src/lib/data/vanilla/scriptevent.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/setblock.d.ts +1 -1
- package/lib/src/lib/data/vanilla/setblock.js +29 -0
- package/lib/src/lib/data/vanilla/setblock.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/setmaxplayers.d.ts +1 -1
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/setmaxplayers.js +3 -3
- package/lib/src/lib/data/vanilla/setmaxplayers.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/setworldspawn.d.ts +1 -1
- package/lib/src/lib/data/vanilla/setworldspawn.js +18 -0
- package/lib/src/lib/data/vanilla/setworldspawn.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/spawnpoint.d.ts +1 -1
- package/lib/src/lib/data/vanilla/spawnpoint.js +24 -0
- package/lib/src/lib/data/vanilla/spawnpoint.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/spreadplayers.d.ts +1 -1
- package/lib/src/lib/data/vanilla/spreadplayers.js +20 -0
- package/lib/src/lib/data/vanilla/spreadplayers.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/stopsound.d.ts +1 -1
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/stopsound.js +4 -4
- package/lib/src/lib/data/vanilla/stopsound.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/structure.d.ts +1 -1
- package/lib/src/lib/data/vanilla/structure.js +131 -0
- package/lib/src/lib/data/vanilla/structure.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/summon.d.ts +1 -1
- package/lib/src/lib/data/vanilla/summon.js +69 -0
- package/lib/src/lib/data/vanilla/summon.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/tag.d.ts +1 -1
- package/lib/src/lib/data/vanilla/tag.js +42 -0
- package/lib/src/lib/data/vanilla/tag.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/teleport.d.ts +1 -1
- package/lib/src/lib/data/vanilla/teleport.js +369 -0
- package/lib/src/lib/data/vanilla/teleport.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/tell.d.ts +1 -1
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/tell.js +4 -4
- package/lib/src/lib/data/vanilla/tell.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/tellraw.d.ts +1 -1
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/tellraw.js +4 -4
- package/lib/src/lib/data/vanilla/tellraw.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/testfor.d.ts +1 -1
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/testfor.js +3 -3
- package/lib/src/lib/data/vanilla/testfor.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/testforblock.d.ts +1 -1
- package/lib/src/lib/data/vanilla/testforblock.js +20 -0
- package/lib/src/lib/data/vanilla/testforblock.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/testforblocks.d.ts +1 -1
- package/lib/src/lib/data/vanilla/testforblocks.js +94 -0
- package/lib/src/lib/data/vanilla/testforblocks.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/tickingarea.d.ts +1 -1
- package/lib/src/lib/data/vanilla/tickingarea.js +78 -0
- package/lib/src/lib/data/vanilla/tickingarea.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/time.d.ts +1 -1
- package/lib/src/lib/data/vanilla/time.js +62 -0
- package/lib/src/lib/data/vanilla/time.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/title.d.ts +1 -1
- package/lib/src/lib/data/vanilla/title.js +98 -0
- package/lib/src/lib/data/vanilla/title.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/titleraw.d.ts +1 -1
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/titleraw.js +25 -25
- package/lib/src/lib/data/vanilla/titleraw.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/toggledownfall.d.ts +1 -1
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/toggledownfall.js +2 -2
- package/lib/src/lib/data/vanilla/toggledownfall.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/tp.d.ts +1 -1
- package/lib/src/lib/data/vanilla/tp.js +369 -0
- package/lib/src/lib/data/vanilla/tp.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/w.d.ts +1 -1
- package/lib/src/lib/data/vanilla/w.js +17 -0
- package/lib/src/lib/data/vanilla/w.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/weather.d.ts +1 -1
- package/lib/src/lib/data/vanilla/weather.js +35 -0
- package/lib/src/lib/data/vanilla/weather.js.map +1 -0
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/xp.d.ts +1 -1
- package/lib/src/{Lib/Data/Vanilla → lib/data/vanilla}/xp.js +7 -7
- package/lib/src/lib/data/vanilla/xp.js.map +1 -0
- package/lib/src/lib/documentation/index.d.ts +1 -0
- package/lib/src/{Lib/Documentation → lib/documentation}/index.js +1 -1
- package/lib/src/lib/documentation/index.js.map +1 -0
- package/lib/src/{Lib/Documentation/ParameterType.d.ts → lib/documentation/parameter-type.d.ts} +1 -1
- package/lib/src/{Lib/Documentation/ParameterType.js → lib/documentation/parameter-type.js} +59 -56
- package/lib/src/lib/documentation/parameter-type.js.map +1 -0
- package/lib/src/{Lib/Types/Command/Command.d.ts → lib/types/command/command.d.ts} +3 -3
- package/lib/src/{Lib/Types/Command/Command.js → lib/types/command/command.js} +10 -10
- package/lib/src/{Lib/Types/Command/Command.js.map → lib/types/command/command.js.map} +1 -1
- package/lib/src/{Lib/Types/Command/Functions.d.ts → lib/types/command/functions.d.ts} +3 -3
- package/lib/src/lib/types/command/functions.js +199 -0
- package/lib/src/{Lib/Types/Command/Functions.js.map → lib/types/command/functions.js.map} +1 -1
- package/lib/src/lib/types/command/index.d.ts +4 -0
- package/lib/src/{Lib/Types/Command → lib/types/command}/index.js +4 -4
- package/lib/src/{Lib/Types/Command → lib/types/command}/index.js.map +1 -1
- package/lib/src/{Lib/Types/Command/Parameter.js → lib/types/command/parameter.js} +1 -1
- package/lib/src/{Lib/Types/Command/Parameter.js.map → lib/types/command/parameter.js.map} +1 -1
- package/lib/src/{Lib/Types/Command/Parse.d.ts → lib/types/command/parse.d.ts} +1 -1
- package/lib/src/{Lib/Types/Command/Parse.js → lib/types/command/parse.js} +1 -1
- package/lib/src/{Lib/Types/Command/Parse.js.map → lib/types/command/parse.js.map} +1 -1
- package/lib/src/lib/types/index.d.ts +5 -0
- package/lib/src/{Lib/Types → lib/types}/index.js +5 -5
- package/lib/src/{Lib/Types → lib/types}/index.js.map +1 -1
- package/lib/src/{Lib/Types/ParameterType.d.ts → lib/types/parameter-type.d.ts} +21 -19
- package/lib/src/{Lib/Types/ParameterType.js → lib/types/parameter-type.js} +22 -20
- package/lib/src/lib/types/parameter-type.js.map +1 -0
- package/lib/src/main.d.ts +3 -3
- package/lib/src/main.js +3 -3
- package/package.json +2 -2
- package/lib/src/Lib/Data/CommandContainer.js.map +0 -1
- package/lib/src/Lib/Data/CommandData.js +0 -154
- package/lib/src/Lib/Data/CommandData.js.map +0 -1
- package/lib/src/Lib/Data/CommandInfo.js.map +0 -1
- package/lib/src/Lib/Data/Edu/ability.js +0 -51
- package/lib/src/Lib/Data/Edu/ability.js.map +0 -1
- package/lib/src/Lib/Data/Edu/classroommode.js.map +0 -1
- package/lib/src/Lib/Data/Edu/code.js.map +0 -1
- package/lib/src/Lib/Data/Edu/gamerule.js.map +0 -1
- package/lib/src/Lib/Data/Edu/immutableworld.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/alwaysday.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/camerashake.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/clear.js +0 -24
- package/lib/src/Lib/Data/Vanilla/clear.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/clearspawnpoint.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/clone.js +0 -74
- package/lib/src/Lib/Data/Vanilla/clone.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/damage.js +0 -30
- package/lib/src/Lib/Data/Vanilla/damage.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/daylock.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/deop.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/dialogue.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/difficulty.js +0 -16
- package/lib/src/Lib/Data/Vanilla/difficulty.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/effect.js +0 -33
- package/lib/src/Lib/Data/Vanilla/effect.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/enchant.js +0 -38
- package/lib/src/Lib/Data/Vanilla/enchant.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/event.js +0 -18
- package/lib/src/Lib/Data/Vanilla/event.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/execute/subcommands.d.ts +0 -2
- package/lib/src/Lib/Data/Vanilla/execute/subcommands.js +0 -362
- package/lib/src/Lib/Data/Vanilla/execute/subcommands.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/execute.js +0 -56
- package/lib/src/Lib/Data/Vanilla/execute.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/fill.js +0 -94
- package/lib/src/Lib/Data/Vanilla/fill.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/fog.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/function.js +0 -16
- package/lib/src/Lib/Data/Vanilla/function.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/gamemode.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/gamerule.js +0 -330
- package/lib/src/Lib/Data/Vanilla/gamerule.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/give.js +0 -25
- package/lib/src/Lib/Data/Vanilla/give.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/hud.js +0 -18
- package/lib/src/Lib/Data/Vanilla/hud.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/inputpermission.js +0 -30
- package/lib/src/Lib/Data/Vanilla/inputpermission.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/kick.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/kill.js +0 -16
- package/lib/src/Lib/Data/Vanilla/kill.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/locate.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/loot.js +0 -437
- package/lib/src/Lib/Data/Vanilla/loot.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/me.js +0 -16
- package/lib/src/Lib/Data/Vanilla/me.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/msg.js +0 -17
- package/lib/src/Lib/Data/Vanilla/msg.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/music.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/op.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/particle.js +0 -19
- package/lib/src/Lib/Data/Vanilla/particle.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/playanimation.js +0 -28
- package/lib/src/Lib/Data/Vanilla/playanimation.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/playsound.js +0 -28
- package/lib/src/Lib/Data/Vanilla/playsound.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/replaceitem.js +0 -86
- package/lib/src/Lib/Data/Vanilla/replaceitem.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/ride.js +0 -71
- package/lib/src/Lib/Data/Vanilla/ride.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/say.js +0 -16
- package/lib/src/Lib/Data/Vanilla/say.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/schedule.js +0 -55
- package/lib/src/Lib/Data/Vanilla/schedule.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/scoreboard.js +0 -250
- package/lib/src/Lib/Data/Vanilla/scoreboard.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/setblock.js +0 -29
- package/lib/src/Lib/Data/Vanilla/setblock.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/setmaxplayers.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/setworldspawn.js +0 -18
- package/lib/src/Lib/Data/Vanilla/setworldspawn.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/spawnpoint.js +0 -24
- package/lib/src/Lib/Data/Vanilla/spawnpoint.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/spreadplayers.js +0 -20
- package/lib/src/Lib/Data/Vanilla/spreadplayers.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/stopsound.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/structure.js +0 -131
- package/lib/src/Lib/Data/Vanilla/structure.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/summon.js +0 -69
- package/lib/src/Lib/Data/Vanilla/summon.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/tag.js +0 -42
- package/lib/src/Lib/Data/Vanilla/tag.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/teleport.js +0 -369
- package/lib/src/Lib/Data/Vanilla/teleport.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/tell.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/tellraw.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/testfor.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/testforblock.js +0 -20
- package/lib/src/Lib/Data/Vanilla/testforblock.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/testforblocks.js +0 -94
- package/lib/src/Lib/Data/Vanilla/testforblocks.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/tickingarea.js +0 -78
- package/lib/src/Lib/Data/Vanilla/tickingarea.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/time.js +0 -62
- package/lib/src/Lib/Data/Vanilla/time.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/title.js +0 -98
- package/lib/src/Lib/Data/Vanilla/title.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/titleraw.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/toggledownfall.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/tp.js +0 -369
- package/lib/src/Lib/Data/Vanilla/tp.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/w.js +0 -17
- package/lib/src/Lib/Data/Vanilla/w.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/weather.js +0 -35
- package/lib/src/Lib/Data/Vanilla/weather.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/xp.js.map +0 -1
- package/lib/src/Lib/Data/index.d.ts +0 -3
- package/lib/src/Lib/Data/index.js.map +0 -1
- package/lib/src/Lib/Documentation/ParameterType.js.map +0 -1
- package/lib/src/Lib/Documentation/index.d.ts +0 -1
- package/lib/src/Lib/Documentation/index.js.map +0 -1
- package/lib/src/Lib/Types/Command/Functions.js +0 -199
- package/lib/src/Lib/Types/Command/index.d.ts +0 -4
- package/lib/src/Lib/Types/ParameterType.js.map +0 -1
- package/lib/src/Lib/Types/index.d.ts +0 -5
- /package/lib/src/{Lib/Types/Command/Parameter.d.ts → lib/types/command/parameter.d.ts} +0 -0
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.structure = void 0;
|
|
4
|
+
const parameter_type_1 = require("../../types/parameter-type");
|
|
5
|
+
/**The structure command */
|
|
6
|
+
exports.structure = [
|
|
7
|
+
{
|
|
8
|
+
name: "structure",
|
|
9
|
+
documentation: "Saves the given area into a structure.",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "structure", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "save", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
13
|
+
{ text: "name", type: parameter_type_1.ParameterType.structure, 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: "save mode", type: parameter_type_1.ParameterType.saveMode, required: false },
|
|
21
|
+
],
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
name: "structure",
|
|
25
|
+
documentation: "Saves the given area into a structure.",
|
|
26
|
+
parameters: [
|
|
27
|
+
{ text: "structure", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
28
|
+
{ text: "save", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
29
|
+
{ text: "name", type: parameter_type_1.ParameterType.structure, required: true },
|
|
30
|
+
{ text: "from x", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
31
|
+
{ text: "from y", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
32
|
+
{ text: "from z", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
33
|
+
{ text: "to x", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
34
|
+
{ text: "to y", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
35
|
+
{ text: "to z", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
36
|
+
{
|
|
37
|
+
text: "include entities",
|
|
38
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
39
|
+
required: false,
|
|
40
|
+
},
|
|
41
|
+
{ text: "save mode", type: parameter_type_1.ParameterType.saveMode, required: false },
|
|
42
|
+
{
|
|
43
|
+
text: "include blocks",
|
|
44
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
45
|
+
required: false,
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
name: "structure",
|
|
51
|
+
documentation: "Loads a structure to the world.",
|
|
52
|
+
parameters: [
|
|
53
|
+
{ text: "structure", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
54
|
+
{ text: "load", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
55
|
+
{ text: "name", type: parameter_type_1.ParameterType.structure, required: true },
|
|
56
|
+
{ text: "to x", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
57
|
+
{ text: "to y", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
58
|
+
{ text: "to z", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
59
|
+
{ text: "rotation", type: parameter_type_1.ParameterType.rotation, required: false },
|
|
60
|
+
{ text: "mirror", type: parameter_type_1.ParameterType.mirror, required: false },
|
|
61
|
+
{
|
|
62
|
+
text: "include entities",
|
|
63
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
64
|
+
required: false,
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
text: "include blocks",
|
|
68
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
69
|
+
required: false,
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
text: "water logged blocks",
|
|
73
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
74
|
+
required: false,
|
|
75
|
+
},
|
|
76
|
+
{ text: "integrity", type: parameter_type_1.ParameterType.float, required: false },
|
|
77
|
+
{ text: "seed", type: parameter_type_1.ParameterType.string, required: false },
|
|
78
|
+
],
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
name: "structure",
|
|
82
|
+
documentation: "Loads a structure to the world.",
|
|
83
|
+
parameters: [
|
|
84
|
+
{ text: "structure", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
85
|
+
{ text: "load", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
86
|
+
{ text: "name", type: parameter_type_1.ParameterType.structure, required: true },
|
|
87
|
+
{ text: "to x", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
88
|
+
{ text: "to y", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
89
|
+
{ text: "to z", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
90
|
+
{ text: "rotation", type: parameter_type_1.ParameterType.rotation, required: false },
|
|
91
|
+
{ text: "mirror", type: parameter_type_1.ParameterType.mirror, required: false },
|
|
92
|
+
{
|
|
93
|
+
text: "animation mode",
|
|
94
|
+
type: parameter_type_1.ParameterType.structureAnimationMode,
|
|
95
|
+
required: false,
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
text: "animation seconds",
|
|
99
|
+
type: parameter_type_1.ParameterType.float,
|
|
100
|
+
required: false,
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
text: "include entities",
|
|
104
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
105
|
+
required: false,
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
text: "include blocks",
|
|
109
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
110
|
+
required: false,
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
text: "water logged blocks",
|
|
114
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
115
|
+
required: false,
|
|
116
|
+
},
|
|
117
|
+
{ text: "integrity", type: parameter_type_1.ParameterType.float, required: false },
|
|
118
|
+
{ text: "seed", type: parameter_type_1.ParameterType.string, required: false },
|
|
119
|
+
],
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
name: "structure",
|
|
123
|
+
documentation: "Removes the structure from the contents.",
|
|
124
|
+
parameters: [
|
|
125
|
+
{ text: "structure", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
126
|
+
{ text: "delete", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
127
|
+
{ text: "name", type: parameter_type_1.ParameterType.structure, required: true },
|
|
128
|
+
],
|
|
129
|
+
},
|
|
130
|
+
];
|
|
131
|
+
//# sourceMappingURL=structure.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"structure.js","sourceRoot":"","sources":["../../../../../src/lib/data/vanilla/structure.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.summon = void 0;
|
|
4
|
+
const parameter_type_1 = require("../../types/parameter-type");
|
|
5
|
+
/**The summon command */
|
|
6
|
+
exports.summon = [
|
|
7
|
+
{
|
|
8
|
+
name: "summon",
|
|
9
|
+
documentation: "Summons an entity.",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "summon", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "entity type", type: parameter_type_1.ParameterType.entity, required: true },
|
|
13
|
+
{ text: "spawnPos x", type: parameter_type_1.ParameterType.coordinate, required: false },
|
|
14
|
+
{ text: "spawnPos y", type: parameter_type_1.ParameterType.coordinate, required: false },
|
|
15
|
+
{ text: "spawnPos z", type: parameter_type_1.ParameterType.coordinate, required: false },
|
|
16
|
+
{ text: "rotation y", type: parameter_type_1.ParameterType.coordinate, required: false },
|
|
17
|
+
{ text: "rotation x", type: parameter_type_1.ParameterType.coordinate, required: false },
|
|
18
|
+
{ text: "spawnevent", type: parameter_type_1.ParameterType.event, required: false },
|
|
19
|
+
{ text: "name", type: parameter_type_1.ParameterType.string, required: false },
|
|
20
|
+
],
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
name: "summon",
|
|
24
|
+
documentation: "Summons an entity.",
|
|
25
|
+
parameters: [
|
|
26
|
+
{ text: "summon", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
27
|
+
{ text: "entity type", type: parameter_type_1.ParameterType.entity, required: true },
|
|
28
|
+
{ text: "name", type: parameter_type_1.ParameterType.string, required: false },
|
|
29
|
+
{ text: "spawnPos x", type: parameter_type_1.ParameterType.coordinate, required: false },
|
|
30
|
+
{ text: "spawnPos y", type: parameter_type_1.ParameterType.coordinate, required: false },
|
|
31
|
+
{ text: "spawnPos z", type: parameter_type_1.ParameterType.coordinate, required: false },
|
|
32
|
+
],
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: "summon",
|
|
36
|
+
documentation: "Summons an entity.",
|
|
37
|
+
parameters: [
|
|
38
|
+
{ text: "summon", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
39
|
+
{ text: "entity type", type: parameter_type_1.ParameterType.entity, required: true },
|
|
40
|
+
{ text: "name", type: parameter_type_1.ParameterType.string, required: true },
|
|
41
|
+
{ text: "spawnPos x", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
42
|
+
{ text: "spawnPos y", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
43
|
+
{ text: "spawnPos z", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
44
|
+
{ text: "facing", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
45
|
+
{ text: "lookat entity", type: parameter_type_1.ParameterType.entity, required: true },
|
|
46
|
+
{ text: "spawnevent", type: parameter_type_1.ParameterType.event, required: false },
|
|
47
|
+
{ text: "name", type: parameter_type_1.ParameterType.string, required: false },
|
|
48
|
+
],
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
name: "summon",
|
|
52
|
+
documentation: "Summons an entity.",
|
|
53
|
+
parameters: [
|
|
54
|
+
{ text: "summon", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
55
|
+
{ text: "entity type", type: parameter_type_1.ParameterType.entity, required: true },
|
|
56
|
+
{ text: "name", type: parameter_type_1.ParameterType.string, required: true },
|
|
57
|
+
{ text: "spawnPos x", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
58
|
+
{ text: "spawnPos y", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
59
|
+
{ text: "spawnPos z", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
60
|
+
{ text: "facing", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
61
|
+
{ text: "lookat x", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
62
|
+
{ text: "lookat y", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
63
|
+
{ text: "lookat z", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
64
|
+
{ text: "spawnevent", type: parameter_type_1.ParameterType.event, required: false },
|
|
65
|
+
{ text: "name", type: parameter_type_1.ParameterType.string, required: false },
|
|
66
|
+
],
|
|
67
|
+
},
|
|
68
|
+
];
|
|
69
|
+
//# sourceMappingURL=summon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summon.js","sourceRoot":"","sources":["../../../../../src/lib/data/vanilla/summon.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.tag = void 0;
|
|
4
|
+
const parameter_type_1 = require("../../types/parameter-type");
|
|
5
|
+
/**The tag command */
|
|
6
|
+
exports.tag = [
|
|
7
|
+
{
|
|
8
|
+
name: "tag",
|
|
9
|
+
documentation: "Manages tags stored in entities.",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "tag", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "selector", type: parameter_type_1.ParameterType.selector, required: true },
|
|
13
|
+
{ text: "add", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
14
|
+
{ text: "name", type: parameter_type_1.ParameterType.tag, required: true },
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: "tag",
|
|
19
|
+
documentation: "Manages tags stored in entities.",
|
|
20
|
+
parameters: [
|
|
21
|
+
{ text: "tag", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
22
|
+
{ text: "selector", type: parameter_type_1.ParameterType.selector, required: true },
|
|
23
|
+
{ text: "list", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
24
|
+
],
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
name: "tag",
|
|
28
|
+
documentation: "Manages tags stored in entities.",
|
|
29
|
+
parameters: [
|
|
30
|
+
{ text: "tag", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
31
|
+
{
|
|
32
|
+
text: "selector",
|
|
33
|
+
type: parameter_type_1.ParameterType.selector,
|
|
34
|
+
required: true,
|
|
35
|
+
options: { wildcard: true },
|
|
36
|
+
},
|
|
37
|
+
{ text: "remove", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
38
|
+
{ text: "name", type: parameter_type_1.ParameterType.tag, required: true },
|
|
39
|
+
],
|
|
40
|
+
},
|
|
41
|
+
];
|
|
42
|
+
//# sourceMappingURL=tag.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag.js","sourceRoot":"","sources":["../../../../../src/lib/data/vanilla/tag.ts"],"names":[],"mappings":";;;AAAA,+DAA2D;AAG3D,qBAAqB;AACR,QAAA,GAAG,GAAkB;IAChC;QACE,IAAI,EAAE,KAAK;QACX,aAAa,EAAE,kCAAkC;QACjD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,8BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAClE,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,8BAAa,CAAC,GAAG,EAAE,QAAQ,EAAE,IAAI,EAAE;SAC1D;KACF;IACD;QACE,IAAI,EAAE,KAAK;QACX,aAAa,EAAE,kCAAkC;QACjD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,8BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAClE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;SAC9D;KACF;IACD;QACE,IAAI,EAAE,KAAK;QACX,aAAa,EAAE,kCAAkC;QACjD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,8BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D;gBACE,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,8BAAa,CAAC,QAAQ;gBAC5B,QAAQ,EAAE,IAAI;gBACd,OAAO,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;aAC5B;YACD,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,GAAG,EAAE,QAAQ,EAAE,IAAI,EAAE;SAC1D;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1,369 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.teleport = void 0;
|
|
4
|
+
const parameter_type_1 = require("../../types/parameter-type");
|
|
5
|
+
/**The teleport command */
|
|
6
|
+
exports.teleport = [
|
|
7
|
+
{
|
|
8
|
+
name: "teleport",
|
|
9
|
+
documentation: "Teleport Entities.",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "teleport", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "destination", type: parameter_type_1.ParameterType.selector, required: true },
|
|
13
|
+
{
|
|
14
|
+
text: "check for blocks",
|
|
15
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
16
|
+
required: false,
|
|
17
|
+
},
|
|
18
|
+
],
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
name: "teleport",
|
|
22
|
+
documentation: "Teleport Entities.",
|
|
23
|
+
parameters: [
|
|
24
|
+
{ text: "teleport", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
25
|
+
{
|
|
26
|
+
text: "destination x",
|
|
27
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
28
|
+
required: true,
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
text: "destination y",
|
|
32
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
33
|
+
required: true,
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
text: "destination z",
|
|
37
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
38
|
+
required: true,
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
text: "check for blocks",
|
|
42
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
43
|
+
required: false,
|
|
44
|
+
},
|
|
45
|
+
],
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
name: "teleport",
|
|
49
|
+
documentation: "Teleport Entities.",
|
|
50
|
+
parameters: [
|
|
51
|
+
{ text: "teleport", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
52
|
+
{ text: "victim", type: parameter_type_1.ParameterType.selector, required: true },
|
|
53
|
+
{ text: "destination", type: parameter_type_1.ParameterType.selector, required: true },
|
|
54
|
+
{
|
|
55
|
+
text: "check for blocks",
|
|
56
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
57
|
+
required: false,
|
|
58
|
+
},
|
|
59
|
+
],
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
name: "teleport",
|
|
63
|
+
documentation: "Teleport Entities.",
|
|
64
|
+
parameters: [
|
|
65
|
+
{ text: "teleport", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
66
|
+
{ text: "victim", type: parameter_type_1.ParameterType.selector, required: true },
|
|
67
|
+
{
|
|
68
|
+
text: "destination x",
|
|
69
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
70
|
+
required: true,
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
text: "destination y",
|
|
74
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
75
|
+
required: true,
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
text: "destination z",
|
|
79
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
80
|
+
required: true,
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
text: "check for blocks",
|
|
84
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
85
|
+
required: false,
|
|
86
|
+
},
|
|
87
|
+
],
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
name: "teleport",
|
|
91
|
+
documentation: "Teleport Entities.",
|
|
92
|
+
parameters: [
|
|
93
|
+
{ text: "teleport", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
94
|
+
{ text: "destination", type: parameter_type_1.ParameterType.selector, required: true },
|
|
95
|
+
{ text: "yRot", type: parameter_type_1.ParameterType.coordinate, required: false },
|
|
96
|
+
{ text: "xRot", type: parameter_type_1.ParameterType.coordinate, required: false },
|
|
97
|
+
{
|
|
98
|
+
text: "check for blocks",
|
|
99
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
100
|
+
required: false,
|
|
101
|
+
},
|
|
102
|
+
],
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
name: "teleport",
|
|
106
|
+
documentation: "Teleport Entities.",
|
|
107
|
+
parameters: [
|
|
108
|
+
{ text: "teleport", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
109
|
+
{
|
|
110
|
+
text: "destination x",
|
|
111
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
112
|
+
required: true,
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
text: "destination y",
|
|
116
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
117
|
+
required: true,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
text: "destination z",
|
|
121
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
122
|
+
required: true,
|
|
123
|
+
},
|
|
124
|
+
{ text: "yRot", type: parameter_type_1.ParameterType.coordinate, required: false },
|
|
125
|
+
{ text: "xRot", type: parameter_type_1.ParameterType.coordinate, required: false },
|
|
126
|
+
{
|
|
127
|
+
text: "check for blocks",
|
|
128
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
129
|
+
required: false,
|
|
130
|
+
},
|
|
131
|
+
],
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
name: "teleport",
|
|
135
|
+
documentation: "Teleport the entity to the destination with rotation.",
|
|
136
|
+
parameters: [
|
|
137
|
+
{ text: "teleport", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
138
|
+
{ text: "victim", type: parameter_type_1.ParameterType.selector, required: true },
|
|
139
|
+
{ text: "destination", type: parameter_type_1.ParameterType.selector, required: true },
|
|
140
|
+
{ text: "facing", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
141
|
+
{ text: "yRot", type: parameter_type_1.ParameterType.coordinate, required: false },
|
|
142
|
+
{ text: "xRot", type: parameter_type_1.ParameterType.coordinate, required: false },
|
|
143
|
+
{
|
|
144
|
+
text: "check for blocks",
|
|
145
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
146
|
+
required: false,
|
|
147
|
+
},
|
|
148
|
+
],
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
name: "teleport",
|
|
152
|
+
documentation: "Teleport Entities.",
|
|
153
|
+
parameters: [
|
|
154
|
+
{ text: "teleport", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
155
|
+
{ text: "victim", type: parameter_type_1.ParameterType.selector, required: true },
|
|
156
|
+
{
|
|
157
|
+
text: "destination x",
|
|
158
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
159
|
+
required: true,
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
text: "destination y",
|
|
163
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
164
|
+
required: true,
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
text: "destination z",
|
|
168
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
169
|
+
required: true,
|
|
170
|
+
},
|
|
171
|
+
{ text: "yRot", type: parameter_type_1.ParameterType.coordinate, required: false },
|
|
172
|
+
{ text: "xRot", type: parameter_type_1.ParameterType.coordinate, required: false },
|
|
173
|
+
{
|
|
174
|
+
text: "check for blocks",
|
|
175
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
176
|
+
required: false,
|
|
177
|
+
},
|
|
178
|
+
],
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
name: "teleport",
|
|
182
|
+
documentation: "Teleport Entities.",
|
|
183
|
+
parameters: [
|
|
184
|
+
{ text: "teleport", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
185
|
+
{ text: "destination", type: parameter_type_1.ParameterType.selector, required: true },
|
|
186
|
+
{ text: "facing", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
187
|
+
{ text: "look at", type: parameter_type_1.ParameterType.selector, required: true },
|
|
188
|
+
{
|
|
189
|
+
text: "check for blocks",
|
|
190
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
191
|
+
required: false,
|
|
192
|
+
},
|
|
193
|
+
],
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
name: "teleport",
|
|
197
|
+
documentation: "Teleport Entities.",
|
|
198
|
+
parameters: [
|
|
199
|
+
{ text: "teleport", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
200
|
+
{ text: "destination", type: parameter_type_1.ParameterType.selector, required: true },
|
|
201
|
+
{ text: "facing", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
202
|
+
{ text: "look at x", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
203
|
+
{ text: "look at y", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
204
|
+
{ text: "look at z", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
205
|
+
{
|
|
206
|
+
text: "check for blocks",
|
|
207
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
208
|
+
required: false,
|
|
209
|
+
},
|
|
210
|
+
],
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
name: "teleport",
|
|
214
|
+
documentation: "Teleport Entities.",
|
|
215
|
+
parameters: [
|
|
216
|
+
{ text: "teleport", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
217
|
+
{ text: "victim", type: parameter_type_1.ParameterType.selector, required: true },
|
|
218
|
+
{ text: "destination", type: parameter_type_1.ParameterType.selector, required: true },
|
|
219
|
+
{ text: "facing", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
220
|
+
{ text: "look at", type: parameter_type_1.ParameterType.selector, required: true },
|
|
221
|
+
{
|
|
222
|
+
text: "check for blocks",
|
|
223
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
224
|
+
required: false,
|
|
225
|
+
},
|
|
226
|
+
],
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
name: "teleport",
|
|
230
|
+
documentation: "Teleport Entities.",
|
|
231
|
+
parameters: [
|
|
232
|
+
{ text: "teleport", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
233
|
+
{ text: "victim", type: parameter_type_1.ParameterType.selector, required: true },
|
|
234
|
+
{ text: "destination", type: parameter_type_1.ParameterType.selector, required: true },
|
|
235
|
+
{ text: "facing", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
236
|
+
{ text: "look at x", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
237
|
+
{ text: "look at y", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
238
|
+
{ text: "look at z", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
239
|
+
{
|
|
240
|
+
text: "check for blocks",
|
|
241
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
242
|
+
required: false,
|
|
243
|
+
},
|
|
244
|
+
],
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
name: "teleport",
|
|
248
|
+
documentation: "Teleport Entities.",
|
|
249
|
+
parameters: [
|
|
250
|
+
{ text: "teleport", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
251
|
+
{
|
|
252
|
+
text: "destination x",
|
|
253
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
254
|
+
required: true,
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
text: "destination y",
|
|
258
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
259
|
+
required: true,
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
text: "destination z",
|
|
263
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
264
|
+
required: true,
|
|
265
|
+
},
|
|
266
|
+
{ text: "facing", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
267
|
+
{ text: "look at", type: parameter_type_1.ParameterType.selector, required: true },
|
|
268
|
+
{
|
|
269
|
+
text: "check for blocks",
|
|
270
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
271
|
+
required: false,
|
|
272
|
+
},
|
|
273
|
+
],
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
name: "teleport",
|
|
277
|
+
documentation: "Teleport Entities.",
|
|
278
|
+
parameters: [
|
|
279
|
+
{ text: "teleport", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
280
|
+
{
|
|
281
|
+
text: "destination x",
|
|
282
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
283
|
+
required: true,
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
text: "destination y",
|
|
287
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
288
|
+
required: true,
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
text: "destination z",
|
|
292
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
293
|
+
required: true,
|
|
294
|
+
},
|
|
295
|
+
{ text: "facing", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
296
|
+
{ text: "look at x", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
297
|
+
{ text: "look at y", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
298
|
+
{ text: "look at z", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
299
|
+
{
|
|
300
|
+
text: "check for blocks",
|
|
301
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
302
|
+
required: false,
|
|
303
|
+
},
|
|
304
|
+
],
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
name: "teleport",
|
|
308
|
+
documentation: "Teleport Entities.",
|
|
309
|
+
parameters: [
|
|
310
|
+
{ text: "teleport", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
311
|
+
{ text: "victim", type: parameter_type_1.ParameterType.selector, required: true },
|
|
312
|
+
{
|
|
313
|
+
text: "destination x",
|
|
314
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
315
|
+
required: true,
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
text: "destination y",
|
|
319
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
320
|
+
required: true,
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
text: "destination z",
|
|
324
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
325
|
+
required: true,
|
|
326
|
+
},
|
|
327
|
+
{ text: "facing", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
328
|
+
{ text: "look at", type: parameter_type_1.ParameterType.selector, required: true },
|
|
329
|
+
{
|
|
330
|
+
text: "check for blocks",
|
|
331
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
332
|
+
required: false,
|
|
333
|
+
},
|
|
334
|
+
],
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
name: "teleport",
|
|
338
|
+
documentation: "Teleport Entities.",
|
|
339
|
+
parameters: [
|
|
340
|
+
{ text: "teleport", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
341
|
+
{ text: "victim", type: parameter_type_1.ParameterType.selector, required: true },
|
|
342
|
+
{
|
|
343
|
+
text: "destination x",
|
|
344
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
345
|
+
required: true,
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
text: "destination y",
|
|
349
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
350
|
+
required: true,
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
text: "destination z",
|
|
354
|
+
type: parameter_type_1.ParameterType.coordinate,
|
|
355
|
+
required: true,
|
|
356
|
+
},
|
|
357
|
+
{ text: "facing", type: parameter_type_1.ParameterType.keyword, required: true },
|
|
358
|
+
{ text: "look at x", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
359
|
+
{ text: "look at y", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
360
|
+
{ text: "look at z", type: parameter_type_1.ParameterType.coordinate, required: true },
|
|
361
|
+
{
|
|
362
|
+
text: "check for blocks",
|
|
363
|
+
type: parameter_type_1.ParameterType.boolean,
|
|
364
|
+
required: false,
|
|
365
|
+
},
|
|
366
|
+
],
|
|
367
|
+
},
|
|
368
|
+
];
|
|
369
|
+
//# sourceMappingURL=teleport.js.map
|