Configuration
All messages in chat or titles, etc... are supported with & colors, HEX (&#rrggbb) colors and PlaceholderAPI.
General tags
[MESSAGE]
Send a message to the player
Example:
[DEBUG]
Send a message to the console
Example:
[GLOBAL]
Sends a message without format to all players
Example:
[BROADCAST]
Sends a TChat broadcast to all players
Example:
[WARNING]
Sends a TChat warning to all players
Example:
[ANNOUNCEMENT]
Sends a TChat announcement to all players
Example:
[TITLE]
Send a title and subtitle to the player
Example:
[PLAYER_COMMAND]
Execute a command as a player
Example:
[CONSOLE_COMMAND]
Execute a command as a console
Example:
[SOUND]
Plays a sound when executing the command
Example:
[PARTICLE]
Executes a particle at the player's coordinates when executing the command
Example:
[TELEPORT]
Teleports the player to a specific coordinate when executing the command
Example:
[ACTION_BAR]
Displays an action bar when executing the command
Example:
[INVENTORY]
Interacts with the player's inventory
ADD - Add an item to the player's inventory REMOVE - Removes an item from player's inventory CHANGE- Checks to see if he has the first item and if he does, removes it and gives him the second item
Example:
[POTION_EFFECT]
Interacts with player's potion effects (add/remove)
Example:
(240 = time in seconds | 2 = effect level)
[BUNGEECORD]
Moves a server from the bungeecord to the player when executing a command
Example:
[CLICK_ACTION]
Send a message with action on click (Text Component)
Example:
[CHATCOLOR]
Sets the color or format of the executing player
COLOR - Sets the color in chatcolor FORMAT - Sets the format in chatcolor
Example:
[MUTE]
Mutes the executing player
Duration:
s = seconds
m = minutes
h = hours
d = days
w = weeks
M = months
Example:
[SLEEP]
Wait a specified number of seconds, ticks or ms before proceeding with actions
Example:
[XP]
Adds a removes an amount of XP from chat levels
Example:
[LEVEL]
Adds a removes an amount of level from chat levels
Example:
Last updated