āœ…Executors

Executors allow you to perform multiple events at a time, such as: titles, messages, sounds, commands, etc.

Executors Type

Tag
Syntax
Description
Example

[MESSAGE]

text

Send a chat message

[MESSAGE] &aHello World!

[TITLE]

title;subtitle;fade-in;stay;fade-out

Submit a title

[TITLE] &a&lHELLO WORLD;&a&lā”ƒ &aThis is a fantastic world!;20;40;20

[ACTION]

text

Send a message in the action bar

[ACTION] &aHello World!

[BOSSBAR]

title;color;style;progress;times

Send a message in the boss bar. Compatible with versions 1.9+ only

[BOSSBAR] &aHello World!;GREEN;SEGMENTED_20;1.0;5

[SOUND]

sound;acute;volume

Send a sound

[SOUND] BLOCK_LAVA_POP;0;1

[PLAYER]

command without '/'

Send a command as a player

[PLAYER] spawn

[CONSOLE]

command without '/'

Send a command from the console

[CONSOLE] give %player% DIAMOND 1

You can insert an @ at the beginning of a syntax to broadcast it.

Works for the following performers:

[MESSAGE], [TITLE], [ACTION], [BOSSBAR], [SOUND]

Examples: [ACTION] @&aHello World! | [BOSSBAR] @&aHello World!;GREEN;SEGMENTED_20;1.0;5 | [SOUND] @BLOCK_LAVA_POP;0;1

Placeholders

You can use the following placeholders in all executors:

  • %player% | (Name of the player who attempted to execute the command)

  • %command% | (The command that was blocked)

  • %unknown_command% | (The spigot.yml unknown command message will be displayed)

Last updated