
Hulunabc
-
/gamerule attackSpeed false
A gamerule that can disable attack speed (which is since 1.19).
-
/schedule add/get/set/putoff/remove <schedulename> <time> <command>
A schedule can be seen as a thread, when there's a name, time and command. Each schedule can be bonded in a player as well as the whole world. For example: /schedule add custom:my_schedule 10s kil...
-
/effect give @s speed forever
"/effect give" a forever effect.
-
Simplify execute subcommands
Some subcommands of /execute can be independent commands. For example: /execute as @e at @s if block ~ ~-1 ~ red_wool run kill @s Can be simplified as: /as @e at @s if block ~ ~-1 ~ red_wool kill @...