[sounds]: https://gist.github.com/Andre601/1ab3b4fabd0010ae241156333491c379 [tokenenchant]: https://www.spigotmc.org/resources/2287/ [vault]: https://dev.bukkit.org/projects/vault [1.1]: https://img.shields.io/badge/Version-1.1+-brightgreen.svg [1.2]: https://img.shields.io/badge/Version-1.2+-brightgreen.svg [1.3]: https://img.shields.io/badge/Version-1.3+-brightgreen.svg [1.4]: https://img.shields.io/badge/Version-1.4+-brightgreen.svg [1.5]: https://img.shields.io/badge/Version-1.5+-brightgreen.svg # Default Actions > Actions that doesn't require any other plugin installed to work ### 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: `[PLAYERCOMMAND] eco give %player_name% 1000` ### Sound > - `[SOUND]` > - Plays a sound to every online player > - Arguments > - sound (a list with all available sounds can be found [here][sounds]) > - volume > - pitch > - Example: `[SOUND] ENTITY_ARROW_HIT_PLAYER;2.0;2.0` ### Sound Broadcast > - `[SOUNDBROADCAST]` > - Plays a sound to every online player > - Arguments > - sound (a list with all available sounds can be found [here][sounds]) > - volume > - pitch > - Example: `[SOUNDBROADCAST] ENTITY_ARROW_HIT_PLAYER;2.0;2.0` ### Message > - `[MESSAGE]` > - Sends a message to the player > - Arguments > - message > - Example: `[MESSAGE] &fHello &a%player_name%&f!` ### Center Message > - `[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 > - `[BROADCAST]` > - Sends a message to every online player > - Arguments > - message > - Example: `[BROADCAST] &fHellp &aeveryone&f!` ### Center Broadcast > - `[CENTERBROADCAST]` > - Sends a centered message to every online player (This is not guaranteed to display perfectly) > - Arguments > - message > - Example: `[CENTERBROADCAST] &fHello &aeveryone&f!` ### 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: `[JSONBROADCAST] {"text":"Go to Google","color":"red","clickEvent":{"action":"open_url","value":"google.com"}}` ### 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` # TokenEnchant Actions > Requires [TokenEnchant][tokenenchant] to work ### Give TokenEnchant Tokens ![1.1] > - `[GIVETETOKENS]` > - Give the player tokenenchant tokens > - Arguments > - amount > - Example: `[GIVETETOKENS] 100` # Vanilla actions ### Give XP ![1.1] > - `[GIVEXP]` > - Give the player xp points or levels by adding a `L` at the end > - Arguments > - amount > - Example: `[GIVEXP] 20` `[GIVEXP] 5L` # Vault Actions > Requires [Vault][vault] to work ### Give Vault Money ![1.1] > - `[GIVEVAULTMONEY]` > - Give the player money using vault > - Arguments > - amount > - Example: `[GIVEVAULTMONEY] 100`