Comment on page
Action Types
Actions which are used throughout the plugin
These are used in the configuration files that allow you to run different types of actions.
Click on these actions to find out more information and examples on how to use them!
Sends a message to the player
Syntax:
[MESSAGE] <message>
Example: [MESSAGE] Hello %player%! Welcome to this server!
Broadcast a message to all online players
Syntax:
[BROADCAST] <message>
Example: [BROADCAST] &eHello all players!
Display a title message to the player
Syntax:
[TITLE] <title;subtitle;fadein;stay;fadeout>
Example: [TITLE] &6Welcome &9%player%;&eto ExampleMC!;3;5;3
Display an actionbar message to the player
Syntax:
[ACTIONBAR] <message>
Example: [ACTIONBAR] &eWelcome to the server %player%!
Play a sound to the player
Sound list: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
Syntax:
[SOUND] <sound>
Example: [SOUND] ENTITY_PLAYER_LEVELUP
Set the gamemode for the player
Syntax:
[GAMEMODE] <gamemode>
Example: [GAMEMODE] CREATIVE
Give the player a potion effect
Syntax:
[EFFECT] <effect;level>
Example: [EFFECT] SPEED;3
Open a custom GUI
Syntax:
[MENU] <menu id>
Example: [MENU] serverselector
Closes an open inventory the player has open. There is no arguments for this action unlike the rest.
Syntax:
[CLOSE]
Example: [CLOSE]
Send the player to a specficied BungeeCord server on your network
Syntax:
[BUNGEE] <server>
Example: [BUNGEE] factions
Execute a command from the player
Syntax:
[COMMAND] <command>
Example: [COMMAND] warp spawn
Execute a command from console
Syntax:
[CONSOLE] <command>
Example: [CONSOLE] give %player% diamond_shovel 1
If you want to teleport a player to another world for multi-world servers using Multiverse-Core use
[CONSOLE] mvtp %player% survival
Last modified 2yr ago