
Armorstand Commands
Add Commands To Armorsatnds!
- Загрузки
- 199
- Подписчики
- 3
- Обновлён
- 22 февраля 2025 г.
- Лицензия
- GPL-3.0-or-later
Опубликован 15 марта 2024 г.
Armorstand Commands
How To Use
To make an armorstand a command stand run: /execute as <armorstand> run function ascmd:make_command_stand - this will make the armorstand a 'command stand' (this changes the uuid for future commands, however the main armorstand is still the same).
To add a command to your command stand run: /execute as <command_stand> run function ascmd:add_cmd {type:"<interact or attack>",cmd:"<your cmd>"} interact will be for right click and attack will be for left click. The cmd will be run whenever the specified event (attack or interact) occurs to that command stand, you can remove a command by setting the cmd to be "".
To remove a command stand run: execute as <command_stand> run function ascmd:remove_command_stand this will remove the interaction, leaving just an armorstand
To uninstall the pack run: ascmd:uninstall this will remove all traces of the datapack (NOTE: on older versions this does not exist and you have to manually remove the stands)
If you ever forget how to use this pack just run: /function ascmd:help
How To Install
Just place the zip file in the datapacks folder of your world and type /reload or reload the world.
Ченджлог
1.2.0Релиз1.21.4 · 22 февраля 2025 г.
Version 1.2.0 released!
IMPORTANT
GU is no longer required
ALL PREVIOUS VERSION COMMAND STANDS WILL BREAK
Changes
- All commands must now be run as the topmost entity
- The interaction now rides the armorstand, allowing for the armorstand to be moved
- Interact and Attack commands can be added completely independantly of eachother
- The help menu can type the commands into chat for you
Removed
- All previous commands except for the help command
- The advancment
Added
- uninstall command - removes all traces of the pack
- make command stand command - makes the armorstand it is run as into a command stand
- add command command - adds a command to the armorstand
- remove command stand command - deletes the command stand, leaving just the armorstand
1.1.0Релиз1.20.3, 1.20.4, 1.20.5 · 26 апреля 2024 г.
Armorstand Commands V1.1
Bugs Fixed:
- Fixed a bug that would casue some servers to reject rightclick commands
Changes:
- Advancment for ASCMD is now more informative
1Релиз1.20.2, 1.20.3, 1.20.4 · 15 марта 2024 г.
V1
Added
- Ability for armorstands to have rightclick comamnds added with the command:
/function ascmd:create_command {CMD:"Your Command Here"} - Ability for armorstands that have rightclick commands to have leftclick commands with the comamd:
/function ascmd:add_punch_function {CMD:"Your Command Here"} - Ability fro commands to be removed rom armorstands that have commands with the command:
/function ascmd:remove_command
Комментарии
Загружаем…