βš™οΈAction list

How actions work

Usage
What it does
Explanation

[PERMISSION] effectboots.example#&cYou don't have permission for that!

Verify if the user has the necessary permissions. If they do, execute the following actions.

(The permission the user needs)#(The message that is displayed when it is missing)

[COOLDOWN] 3#&cPlease wait %cooldown% seconds.

A cooldown prevents the spamming of an action.

(Cooldown length)#(Message if cooldown is still active)

[SETBOOTS] LavaBoots

Assign the boots that has been entered in the Boots.yml.

(Enter boots name not displayname)

[BURN]

Sets the player on fire. (No damage)

/

[TELEPORT-5]

Teleports the player the number he entered in the direction he is looking.

-(Blocks)

[RAINBOW]

The current boots get a random color. (Leather)

/

[SPAWNITEM-2] PORKCHOP, COOKED_PORKCHOP

Spawns items that cannot be picked up and are deleted after x seconds.

-(Seconds)] ITEM1, ITEM2...

[COMMAND] /help

The player executes this command.

(Command)

[CONSOLE] /say Test

The console executes a command.

(Command)

[SOUND] BLOCK_LAVA_POP

Play a sound for the player.

(Sound)

[VELOCITY] 1.8:0.5

Give the player a push.

(Push front):(push high)

[MESSAGE] &aThis is a test message!

Send the player a message. Available placeholders

(Text)

[ACTIONBAR] &6This is a test actionbar message!

Send the player a actionbar message. Available placeholders

(Text)

[CLOSE]

Close the player's current open inventory. (GUI)

/

[CLEAR]

Clears a player's inventory.

/

[LEVEL] 6

Give the player level.

(Amount)

[MENU] bootsbrowse

Opens a menu (GUI) that has been configured in the Menus folder. How to configure it

(Menu name)

[TITLE] &6Hello %player%//&eNice boots#1#3#1

Send the player a title.

(Title text)//(Subtitle text)#(Fade in time)#(Stay time)#(Fade out time)

[EFFECT] SPEED#1#30

Give the player an effect. For infinite duration -1

(Effect name)#(Strength)#(Duration)

Last updated