* With this plugin you can do a lot of things | included in this list
Code (Text):
Message
MESSAGE
Sends a message to the player
Arguments:
message
Example: [MESSAGE] &cHello &2World
Broadcast
BROADCAST
Sends a message to every online player
Arguments:
message
Example: [BROADCAST] &aHello Players
Player Command
PLAYERCOMMAND
Makes the player execute a command
Arguments:
command
Example: [PLAYERCOMMAND] balance
Console Command
CONSOLECOMMAND
Executes a command as the console
Arguments:
command
Example: [CONSOLECOMMAND] eco give %player_name% 1000
Teleport
TELEPORT
Teleports a player to the given location
Arguments:
world: the world name
*x: [player's current X coorindate]
*y: [player's current Y coordinate]
*z: [player's current Z coordinate]
*yaw: [player's current yaw]
*pitch: [player's current pitch]
Example: [TELEPORT] hub;0;60;0;90;90
Bungee
BUNGEE
Sends the player to the specified BungeeCord server
Arguments:
server
Example: [BUNGEE] lobby
Sound
SOUND
Plays a sound to the player
Arguments:
sound: list found here (may be different between versions)
volume
pitch
Example: [SOUND] ENTITY_ARROW_HIT_PLAYER;2.0;2.0
Sound Broadcast
SOUNDBROADCAST
Plays a sound to every online player
Arguments:
sound: list found here (may be different between versions)
volume
pitch
Example: [SOUNDBROADCAST] ENTITY_ARROW_HIT_PLAYER;2.0;2.0
Title Message
TITLEMESSAGE
Sends a title message to the player
Arguments:
title
subtitle
fade-in ticks
display ticks
fade-out ticks
Example: [TITLEMESSAGE] Hello;%player_name%;20;60;20
Title Broadcast
TITLEBROADCAST
Sends a title message to every player
Arguments:
title
subtitle
fade-in ticks
display ticks
fade-out ticks
Example: [TITLEBROADCAST] Hello;Players;20;60;20
ActionBar Message
ACTIONBARMESSAGE
Sends a message to the player through the actionbar
Arguments:
message
Example: [ACTIONBARMESSAGE] &cThis shows in the actionbar
ActionBar Broadcast
ACTIONBARBROADCAST
Sends a message to every player in the server through the actionbar
Arguments:
message
Example: [ACTIONBARBROADCAST] &cEveryone sees this in the actionbar
Centre Message
CENTERMESSAGE
Sends a centered message to the player
NB: This is not guaranteed to display perfectly
Arguments:
message
Example: [CENTERMESSAGE] &bThis is centered
Centre Broadcast
CENTERBROADCAST
Sends a centered message to every online player
NB: This is not guaranteed to display perfectly
Arguments:
message
Example: [CENTERBROADCAST] &bThis is centered for everyone
JSON Message
JSONMESSAGE
Sends a JSON message to the player. Executes Minecraft's /tellraw command, so usage may change between versions
Arguments:
json
Example: [JSONMESSAGE] {"text":"Go to Google","color":"red","clickEvent":{"action":"open_url","value":"google.com"}}
JSON Broadcast
JSONBROADCAST
Sends a JSON message to every player on the server. Executes Minecraft's /tellraw command, so usage may change between versions
Arguments:
json
Example: [JSONMESSAGE] {"text":"Go to Google","color":"red","clickEvent":{"action":"open_url","value":"google.com"}