Links
🖱

Actions

Format

General format of an actions.
<actionType>[:args]

Click Types

  • LEFT
  • RIGHT
  • SHIFT_LEFT
  • SHIFT_RIGHT

Action Types

<> - Required
[] - Optional

MESSAGE:<message>

Sends a message to the player who clicked.

COMMAND:<command>

Executes a command as the player who clicked.

CONSOLE:<command>

Executes a command as console.

CONNECT:<server>

Send the player who clicked to another server. (Bungee only)

TELEPORT:[world]:<x>:<y>:<z>

Teleport the player who clicked to the specified location.

SOUND:<sound>

Plays a sound for the player who clicked.
There is a list of all sounds you can use:
You can see sounds for any specific version by editting this link (..docs/VERSION/..):

PERMISSION:<permission>

Checks whether the player who clicked has the specified permission and if not, all the actions after this one will not be executed.

NEXT_PAGE:[hologram]

Switches to the next page of the specified hologram for the player who clicked.

PREV_PAGE:[hologram]

Switches to the previous page of the specified hologram for the player who clicked.

PAGE:[hologram]:<page>

Switches to a specific page of the specified hologram for the player who clicked.