Results
There are a few results you can use. A detailed list is given on this page.
Send a message to the player
Send a message to the player (only they are able to see it).
Result name: message
You can use the &p to replace it with the name of the player.
Example usage | Explanation |
'Great job &p' | Great job player name |
Perform a command
Perform a command
Result name: command
You can use the &p to replace it with the name of the player.
Example usage | Explanation |
kill &p | Kill the player |
Play a client-side effect
Show a particle effect at the player's position
Result name: effect
For a list of effects, see this page.
Example usage | Explanation |
STEP_SOUND;8 | Make the sound of flowing water (id 8) |
BREWING_STAND_BREW | Make the sound of brewing stand |
Teleport the player to a location
Teleport the player to a specific location
Result name: tp
The syntax requires an x, y, z position and a world name. Yaw and pitch are optional.
Example usage | Explanation |
0;0;0;world_nether | Teleport the player to 0,0,0 in world_nether |
1;2;3;world_nether;1;1 | Teleport the player to a location in world_nether, with a yaw and pitch. |
Play firework at the player's location
Play any type of firework at the player's location
Result name: firework
Example usage | Explanation |
player;2;STAR;164;23;23 | Show fireworks at the current player, with power 2, and of type STAR. It has the color with R=164, G=23 and B=23 (color is sort of red). |
Give money
Reward a player with money
Result name: money
You will need to install an economy plugin and Vault.
Example usage | Explanation |
500 | Give the player 500 money (in your server's currency) |
Last updated