These actions can either be run when clicking an icon, or run when opening a menu. Different types of actions can be selected using their unique prefixes.

All actions support Placeholders.

List of Actions

Command as Player (Default)

Makes the player run a command. Do not include the slash (/) at the start of the command. Because this is the default action, there is no action prefix for it.

Format:
<command>

Command as Op

Makes the player run a command as if they have op (/op).

Format:
op: <command>

Bypasses permission checks

Command as Console

Makes the console run a command.

Format:
console: <command>

Bypasses permission checks

Open ElvenideGUI Menu

Opens another ElvenideGUI menu. The player will still need the menu’s Permissions.

Format:
open: <menu file>

Send Message

Sends a chat message solely to the player.

Format:
tell: <message>

Broadcast Message

Sends a chat message to all online players.

Format:
broadcast: <command>

Boss Bar Message

Temporarily displays a message in a boss bar. Bar color is optional and defaults to red (or to pink if you use the Chest Commands format). A list of all valid bar colors can be found here.

Format:
bossbar: <time in seconds>:[bar color] | <message>

Action Bar Message

Temporarily displays a message in your action bar. The action bar is where messages such as the bed monsters message appear ("You may not rest now, there are monsters nearby"), right above your hotbar.

Format:
actionbar: <time in seconds> | <message>

Play Sound

Plays a sound to the player. Pitch and volume are optional; both default to 1. A list of all valid sound names can be found here. Legacy-style sound names are also supported, which can be found here.

Format:
sound: <sound name>, [pitch], [volume]

Give/Remove Item

Gives an item to the player or removes an item from the player, depending on whether the specified amount is positive or negative. Amount is optional and defaults to 1. A list of all valid item types can be found here.

Format:
give: <item type>, [amount]

Give/Remove Money

Gives money to the player or removes money from the player, depending on whether the specified amount is positive or negative. Requires an installed economy.

Format:
give-money: <amount>

Send to Server IP

Attempts to send the player to a server with the given IP and port. It can send you to ANY server, unless the target server explicitly prevents external transfers (e.g. Hypixel). The port is optional and defaults to 25565 (the Minecraft server default).

Format:
server: <ip>:[port]

This action does not directly support the Chest Commands server: action format, but can achieve the same results without needing a dependency on BungeeCord.

Next Steps