-
Notifications
You must be signed in to change notification settings - Fork 4
Actions
Actions tell the plugin what to do when a player clicks an item in your menus
Equips this particle for the player if they have permission and or have unlocked the particle
left/right-click: id: equip
Toggles the players particles on/off
left/right-click: id: toggle
Closes the menu
left/right-click: id: close
Do nothing
left/right-click: id: dummy
Similar to
equip
except it doesn't do any permission or economy checks, it simply equips the particleleft/right-click: id: override
Clears the players active particles
left/right-click: id: clear
Makes the player run a command
left/right-click: id: command argument: [command here]
Open a new menu
left/right-click: id: open_menu argument: menuName
Open a menu if the player has permission
left/right-click: id: open_menu_permission argument: menuName.yml
Copies the left-click action
left/right-click: id: mimic
Equips this hat for a fixed amount of time
left/right-click: id: demo
Opens the particle manager, letting players manage their active particles
left/right-click: id: active_particles
Let's the plugin know the player wants to purchase this particle
left/right-click: id: purchase_confirm
Let's the plugin know this player wants to cancel their purchase
left/right-click: id: purchase_deny
This action doesn't do anything directly. Instead, it acts as a placeholder
left/right-click: id: purchase_item