-
Notifications
You must be signed in to change notification settings - Fork 1
Commands
/h
permission:particlehats.command.h
wildcard:particlehats.command.*/h is the main command for ParticleHats, using /h by itself will open the players group menu, or open the default menu in config.yml
/h help
permission:particlehats.command.help
wildcard:particlehats.command.*Shows all commands the player has permission to use
/h reload
permission:particlehats.command.reload
wildcard:particlehats.command.*Reload any changed made to the plugin's .yml configuration files
/h clear
permission:particlehats.command.clear
wildcard:particlehats.command.*
/h clear [player]
permission:particlehats.command.clear.player
wildcard:particlehats.command.*orparticlehats.command.clear.*
/h set [player] [label]
permission:particlehats.command.set
wildcard:particlehats.command.*Lets you equip particles without opening a menu. particles must have a unique label assigned in order to work
/h create [menu]
permission:particlehats.command.create
wildcard:particlehats.command.*Creates a new menu and opens the Menu Editor
/h edit [menu]
permission:particlehats.command.edit.[menu]
wildcard:particlehats.command.*orparticlehats.command.edit.*Opens the MenuEditor with this menu loaded
/h meta [property]The meta command uses the same permission values as the edit command. This is because the player must be able to edit meta properties in the menu they're editing
/h open [menu]
permission:particlehats.command.open.[menu]
wildcard:particlehats.command.*orparticlehats.command.open.*Open this menu as if the player used
/hnormally
/h open [menu] [player]
permissison:particlehats.command.open.player
wildcard:particlehats.command.*orparticlehats.command.open.*Opens this menu for the target player as if they used the command
/hnormally
/h group add [name] [menu] [weight]
permission:particlehats.command.group.add
wildcard:particlehats.command.*orparticlehats.command.group.*Adds a new group with the given name, default_menu, & weight
/h group edit [group] [menu] [weight]
permission:particlehats.command.group.edit
wildcard:particlehats.command.*orparticlehats.command.group.*Edits an existing group, changing it's default_menu & weight
/h group remove [group]
permission:particlehats.command.group.remove
wildcard:particlehats.command.*orparticlehats.command.group.*Removes a group
/h type add [type]
permission:particlehats.command.type.add
wildcard:particlehats.command.*orparticlehats.command.type.*Adds a local custom type into your MySQL database. custom types are stored in the
ParticleHats/typesfolder
/h type remove [type]
permission:particlehats.command.type.remove
wildcard:particlehats.command.*orparticlehats.command.type.*Removes a custom type from your MySQL database
/h particles
permission:particlehats.command.particles
wildcard:particlehats.command.*Lets the player manage their equipped particles
/h import [menu]
permission:particlehats.command.import
wildcard:particlehats.command.*Lets you import your local .yml files into your MySQL database
/h npc manage
permission:particlehats.command.npc.manageOpens a gui menu where you can manage a CitizenNPC's equipped particles
/h npc set [id] [label]permission:particlehats.command.npc.setEquips this NPC with particle belonging to the label
/h npc clear [id]
permission:particlehats.command.npc.clearClears all equipped particles for the NPC
/h toggle [on/off]
permission:particlehats.command.toggleToggles all equipped particles on/off
Also accepts [on,off,yes,no,1,0,true,false]
/h toggle [on/off] [player]
permission:particlehats.command.toggle.playerToggles a players equipped particles on/off
permission:
particlehats.command.selectors
wildcard:particlehats.command.*Lets players use @p & @r target selectors when using commands
at the moment, only
/h clear,/h set&/h openuse target selectors