⚙️Action list

How actions work

Usage
What it does
Explanation

[PERMISSION] lobbysystem.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)

[BUY] 50#[MESSAGE] &aPurchased!#[MESSAGE] &cNot enough coins.#[EQUIP:effect] witchaura, [MESSAGE] &aWitchaura executed!

It checks whether the player has enough coins. If so, a action is executed out; if not, another one.

(Price)#(Successful action)#(Usuccessful action)#(Already acquired actions)

[ITEM] test

Assign an item that has been entered in the Settings.yml.

(Enter item name not displayname)

[GADGET] FunGun

Executes the gadget. Available gadgets list

(Gadget name)

[MOUNT] Pegasus

Equip the mount. Available mounts list

(Mount name)

[FLY] AUTO

Change the fly mode. Available fly mode list

(Fly mode)

[DELAY:test/Mo:Months/W:Weeks/D:Days/H:Hours/M:Minutes/S:Seconds] 30s#[MESSAGE] &cWait %time% before using %group% again!#[MESSAGE] &aYou used %group%.

Delays are used for rewards, for example, and are saved when the server is restarted.

(:Group)(/:Months/:Weeks/:Days/:Hours/:Minutes/:Seconds) (Delay time)(time format)#(Wait action)#(Use action)

[SCOREBOARD] ENABLE

Manage scoreboard. Available scoreboard list

(Scoreboard mode)

[TAB] ENABLE

Set the player prefix, suffix and more in the tab. Available tab mode list

(Tab mode)

[ACTIVATE:effect]

Activate saved cosmetics.

:(cosmetic)

[COMMAND] /help

The player executes this command.

(Command)

[CONSOLE] /say Test

The console executes a command.

(Command)

[HIDER] HIDEALL

Manage which players a player should see. Available hider mode list

(Hider mode)

[PET] RIDE

Perform something with your pet. Available pet perform list

(Pet perform)

[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)

[BOSSBAR] &2This is a test bossbar message!#50#GREEN

Send the player a bossbar message. Available placeholders

(Text)#Bar filling#Color

[BROADCAST] &dWelcome to all players!

Send a broadcast message in every lobby.

(Text)

[WELCOME]

Sends a message when a special player enters the lobby. How to configure it

/

[GOODBYE]

Sends a message when a special player leaves the lobby. How to configure it

/

[CLOSE]

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

/

[RANDOMLOBBY]

Teleports the player to a random lobby. How to configure it

/

[CLEAR]

Clears a player's inventory.

/

[LEVEL] 6

Give the player level.

(Amount)

[SERVER] TestLobby

Connect the player to a server.

(Server name)

[MENU] Rewards

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

(Menu name)

[GAMEMODE] SURVIVAL

Set the player a game mode. Available game mode list

(Game mode)

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

Send the player a title.

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

[TABLIST] &aHello %player%//&2Have fun!

Set a table list for the player.

(Header text)//(Footer text)

[EFFECT] SPEED#1#30

Give the player an effect. For infinite duration -1

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

[EQUIP:effect] witchaura

Activates a specific item from a category.

(category) (item)

Last updated