πŸ“°Actions list

Here is list of all existing actions with examples

circle-info

Actions in this list are actions that each of our plugins has. Each plugin may also have its own actions, which are separated on its wiki page.

- Message action

Sends a message to the player who performed the action. Support for PlaceholderAPI, <center> and colors.

type: message

SINGLE LINE
actions:
  message1:
    type: message
    value: '&aHELLO!'
MULTIPLE LINES
actions:
  message1:
    type: message
    values:
      - '<center>&aHELLO!'
      - '&aHELLO!'

- Broadcast action

Sends a broadcast to all online players. Support for PlaceholderAPI, <center> and colors.

type: broadcast

- Player command action

Dispatch a command by player who called the action. Support for PlaceholderAPI and colors.

type: player-cmd

- Console command action

Dispatch a command from a console. Use placeholder %player% to get a player who called the action. Support for PlaceholderAPI and colors.

use placeholder: %player%

type: console-cmd

- Bungee connect action

Connect a player who called the action to specific server. Support for PlaceholderAPI.

type: connect

- Inventory close action

Close a inventory for player who called the action.

type: close-inv

- GUI open action

Opens a gui from any of our plugins.

type: open-gui

- GUI back action

Opens the player's previous menu.

type: gui-back

- GUI forward action

Opens the player's upcoming menu.

type: gui-forward

- Actionbar action

Sends a actionbar message to a player who called the action. Support for PlaceholderAPI and colors.

type: actionbar

- Actionbar for all players action

Sends a actionbar message to all online players. Support for PlaceholderAPI and colors.

type: actionbar-all

- Title action

Sends a title message to a player who called the action. Support for PlaceholderAPI and colors.

type: title

- Title for all players action

Sends a title message to all online players. Support for PlaceholderAPI and colors.

type: title-all

- Sound action

Play a sound to a player who called the action. All sound type can be found herearrow-up-right!

type: sound

- Sound for all players action

Play a sound to all online players. All sound type can be found herearrow-up-right!

type: sound-all

- Gamemode action

Change a gamemode for a player who called the action. Gamemode types: SURVIVAL, CREATIVE, SPECTATOR, ADVENTURE

type: gamemode

- Fly toggle action

Toggle fly to on/off for a player who called the action.

type: fly-toggle

- Fly enabled/disabled action

Set fly to on/off for a player who called the action.

type: fly-enabled

type: fly-disabled

Last updated