Conditionals
Comparator
Definition
[IF]
- "[IF] %player_world% != world_nether" # Everything inside this IF will only be executed if the player is NOT in the world_nether world
- "[MESSAGE] &aYou are not in world_nether!"[ELSE IF]
[ELSE]
[FI]
[RETURN]
Full example
Last updated