Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Links
Tags
Creators
Details
Use the sonic boom just like the warden When joining the world for the first time use:
/function abilitystart:setup
Every time when joining the world use:
/function abilitystart:start
(you also need to do this after using abilitystart:setup)
The command to use it is:
scoreboard players set [USERNAME] warden_attack 1
but I recomend using the MyCommand Plugin
You can use this line in MyCommand:
warden_attack_command:
command: /wa
type: RUN_CONSOLE
runcmd:
- "scoreboard players set $player warden_attack 1"
permission-required: false
You can link it to a button with BindCommands
You can find the code github


