Actions that doesn't require any other plugin installed to work
[PLAYERCOMMAND]- Makes the player execute a command
- Arguments
- command
- Example:
[PLAYERCOMMAND] balance
[CONSOLECOMMAND]- Executes a command as the console
- Arguments
- command
- Example:
[PLAYERCOMMAND] eco give %player_name% 1000
[SOUND]- Plays a sound to every online player
- Arguments
- sound (a list with all available sounds can be found here)
- volume
- pitch
- Example:
[SOUND] ENTITY_ARROW_HIT_PLAYER;2.0;2.0
[SOUNDBROADCAST]- Plays a sound to every online player
- Arguments
- sound (a list with all available sounds can be found here)
- volume
- pitch
- Example:
[SOUNDBROADCAST] ENTITY_ARROW_HIT_PLAYER;2.0;2.0
[MESSAGE]- Sends a message to the player
- Arguments
- message
- Example:
[MESSAGE] &fHello &a%player_name%&f!
[CENTERMESSAGE]- Sends a centered message to the player (This is not guaranteed to display perfectly)
- Arguments
- message
- Example:
[CENTERMESSAGE] &fHello &a%player_name%&f!
[BROADCAST]- Sends a message to every online player
- Arguments
- message
- Example:
[BROADCAST] &fHellp &aeveryone&f!
[CENTERBROADCAST]- Sends a centered message to every online player (This is not guaranteed to display perfectly)
- Arguments
- message
- Example:
[CENTERBROADCAST] &fHello &aeveryone&f!
[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"}}
[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:
[JSONBROADCAST] {"text":"Go to Google","color":"red","clickEvent":{"action":"open_url","value":"google.com"}}
[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
[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
[ACTIONBARMESSAGE]- Sends a message to the player through the actionbar
- Arguments
- message
- Example:
[ACTIONBARMESSAGE] &cThis shows in the actionbar
[ACTIONBARBROADCAST]- Sends a message to every player in the server through the actionbar
- Arguments
- message
- Example:
[ACTIONBARBROADCAST] &cEveryone sees this in the actionbar
Requires TokenEnchant to work
[GIVETETOKENS]- Give the player tokenenchant tokens
- Arguments
- amount
- Example:
[GIVETETOKENS] 100
[GIVEXP]- Give the player xp points or levels by adding a
Lat the end- Arguments
- amount
- Example:
[GIVEXP] 20[GIVEXP] 5L
Requires Vault to work
[GIVEVAULTMONEY]- Give the player money using vault
- Arguments
- amount
- Example:
[GIVEVAULTMONEY] 100