New Features:
- Menu editor (Create and edit each particle in any menu)
- Multiworld support (Enable / Disable worlds from displaying particles)
- /h edit <name> command
- Menus can now be set to private (can only be opened with /h open)
- Vortex Effect
- Arch Effect
- Atom Effect
- Sphere Effect
- Crystal Effect
- Helix Effect
- Fixed Halo Effect
Fixes:
- Fixed node particles not loading their mode properly
New permissions:
- particlehats.command.edit - Can edit any menu
- particlehats.command.edit.<menu name> - Can only edit this menu
- particlehats.world.<world name> - Gives this player permission to use particles in this world (if the world is enabled)
Changes:
- Removed "effect" tag from menus, merged effects and types into one category.
- Removed "Directional" type
- /h create <name> Opens the menu editor with the newly created menu
- Newely created menus are set to private by default
- Removed "example.yml" menu
New messages.yml values:
Code (Text):
#
# Called when someone tries to use particles in a disabled world
world_disabled: "&7Particles are disabled in this world"
#
# Called when someone does not have permission for this world
no_world_permission: "&7You don't have permission for this world"
New config.yml values:
Code (Text):
#
# Choose which world particles are allowed in
disabled_worlds: []
#
# Will only display particles if the player has permission for that world
check_world_permission: false
This was a pretty large update. If things aren't working properly or you run into issues, please message me.