- Added /h toggle <player> Toggle a players particle
- Added /h set <player> <particle> <type> <location> Set the particle for a specific player
- Added /h set <player> <particle> <effect> Set the particle for a specific player
- Added /h list Opens a gui menu that lists all available particles
- Added permission: particlehats.command.toggle_other
- Added permission: particlehats.command.set
- Added permission: particlehats.command.list
- Added support to change a particles color (Not every particle can be changed)
Color format for particles
Code (Text):
color:
r: 0-255
g: 0-255
b: 0-255
Noteblock particles will only take r: as a parameter and ranges from 0 to 24
Added a new message
Make sure to add this to your messages.yml
Code (Text):
# Called when someone toggles a players hat
# Tags:
# - {TOGGLE} : Boolean state of the toggled hat (Enabled | Disabled)
# - {PLAYER_NAME} : The players default name
# - {PLAYER_DISPLAY_NAME} : The players in-game name
hat_toggle_other: "&7Hat {TOGGLE} &7for {PLAYER_NAME}"