Results
Last updated
Last updated
There are a few results you can use. A detailed list is given on this page.
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.
Perform a command
Result name: command
You can use the &p to replace it with the name of the player.
Show a particle effect at the player's position
Result name: effect
For a list of effects, see this page.
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.
Play any type of firework at the player's location
Result name: firework
Reward a player with money
Result name: money
You will need to install an economy plugin and Vault.
Example usage
Explanation
'Great job &p'
Great job player name
Example usage
Explanation
kill &p
Kill the player
Example usage
Explanation
STEP_SOUND;8
Make the sound of flowing water (id 8)
BREWING_STAND_BREW
Make the sound of brewing stand
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.
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).
Example usage
Explanation
500
Give the player 500 money (in your server's currency)