Effects
The list of EffectMaster's commands
π§ Commandsβ
/em cancelβ
Cancels the current effect editing session.
Useful if your chat is blocked, intercepted by another plugin, or if you're building a custom input system.
- Permission:
effectmaster.command.cancel
/em create <category> <name>β
Creates a new show with the given category and name.
- Permission:
effectmaster.command.create
/em edit <category> <show> (subcommands)β
Manages effects in a show. Includes creating, editing, and deleting effects.
β Create an effectβ
/em edit <category> <show> create <effect type>
Creates a new effect of the specified type.
- Permission:
effectmaster.command.edit
β Delete an effectβ
/em edit <category> <show> delete <effect ID>
Deletes an effect with the specified ID.
- Permission:
effectmaster.command.edit
βοΈ Edit an effectβ
/em edit <category> <show> edit <effect ID> <parameter> <value...>
Directly sets a parameter value for the specified effect.
- Permission:
effectmaster.command.edit
/em editor <category> <show> [id]β
Opens the GUI editor for the specified show or effect.
-
Optional:
[id]β open a specific effect directly. -
Permission:
effectmaster.command.editor
/em enter <value...>β
Manually enters a value for a parameter during editing (for players without chat access or with custom editing systems).
- Permission:
effectmaster.command.enter
/em helpβ
Displays the pluginβs help page.
- Permission:
effectmaster.command.help
/em locationβ
Returns various useful coordinates:
-
Your current location.
-
A location 2 blocks above you.
-
Your block coordinates.
-
The block youβre looking at.
-
Permission:
effectmaster.command.location
/em play <category> <show> (and variants)β
Plays a show.
- Permission:
effectmaster.command.play
βΆοΈ Play from a specific effectβ
/em play <category> <show> from <effect ID>
Starts the show from a given effect ID.
π― Play only a specific effectβ
/em play <category> <show> only <effect ID>
Plays only one effect from the show.
/em privateplay <category> <show> <selector>β
Plays a show privately for specific players using a selector (e.g. @a[distance=..10]).
- Permission:
effectmaster.command.privateplay
/em playat <category> <show> <world> <x> <y> <z>β
Plays a show at a specific world location.
- Permission:
effectmaster.command.playat
/em reloadβ
Reloads the config.yml. Show configurations are reloaded automatically.
- Permission:
effectmaster.command.reload
/em stop (and variants)β
Stops active shows.
/em stop all
/em stop category <category>
/em stop show <category> <show>
- Permission:
effectmaster.command.reload
/em rename <category> <show> <new name>β
Renames a show to a new name.
- Permission:
effectmaster.command.rename
/em wikiβ
Opens the wiki in your browser.
- Permission:
effectmaster.command.wiki
/em versionβ
Retrieves the current plugin version.
- Permission:
effectmaster.command.version