Components

All of our build-in components are listed here:

Console Command

This will perform a command from the console

Usage: [console] <command>

Player Command

This will perform a command from the player

Usage: [player] <command>

Message

This will send a message to a player. Here you can add arguments:

Usage:

  • [message] <message>

  • [message(nopapi)] <message>

  • [message(broadcast)] <message>

Hold (Not Available)

This component is versatile and can be incorporated into any sequence of commands or instructions. Its primary purpose is to introduce a delay during the execution of commands, allowing for better control and timing of each step.

Usage: [hold] <ticks>

Player specific commands

Title

If you want to show a title to a player, this command has two parameters, title and subtitle, if you want to show only the subtitle use [title] subtitle=test,etc..

Usage:

  • [title] title=<title>

  • [title] title=title subtitle=subtitle

Available parameters:

  • title=<title>

  • subtitle=<subtitle>

ActionBar

To send a actionbar message to a player use, this fully supports hex and gradients and Placeholders, exactly like all messages

Usage: [actionbar] <message>

Bossbar (Not Available)

If you want to send a bossbar to the player you need to use this syntax

Usage: [bossbar] bossbar=<bossbar> style=<style> color=<color

Play Sound

With this you can play a sound to the player, when adding more parameters to the sound, the order matters , sound, volume, pitch, the sound is mandatory.

Usage: [sound] sound=<sound>

Available parameters:

  • volume=<number>

  • pitch=<pitch>

Effect

You can give the player an effect you want.

Usage: [effect] effect=<effect> duration=1

Available parameters:

  • duration=<number>

  • amplifier=<number>

Custom Effect

Here you can play custom effects to a player.

Usage: [custom_effect] effect=<effect>

Available effects:

  • Fireworks(color)

Teleport

Sudo Player

Using this you can sudo a player any message you want

Usage: [custom_effect] effect=<effect>

Open Menu

If the menu will exists, it will open the menu to the player

Usage: [open_menu] <menu>

Exit Menu

If the player is in a menu it will close that menu

Usage: [exit]

Refresh

This will refresh all of the menu items

Usage: [refresh]

Tokens specific commands

Give Tokens

If the menu will exists, it will open the menu to the player

Usage: [tokens_give] <tokens>

Remove Tokens

If the player is in a menu it will close that menu

Usage: [tokens_remove] <tokens>

Set Tokens

This will refresh all of the menu items

Usage: [tokens_set] <tokens>

Other commands

Switch Server

If your server is connected to a BungeeCord/Velocity server you will be able to switch servers using this:

Usage: [switch_server] <server>

Last updated