Conditionals
Last updated
actions:
- "[IF] {player} == 'TectHost'"
- "[MESSAGE] Hello TectHost!"
- "[ELSE]"
- "[MESSAGE] Hello everyone else!"
- "[ENDIF]"actions:
- "[ENDIF]"actions:
- "[IF] {player} == 'TectHost'"
- "[MESSAGE] Welcome!"
- "[IF] %vault_eco_balance% >= '1000'"
- "[MESSAGE] You're also rich!"
- "[ENDIF]"
- "[ENDIF]"actions:
- "[IF] {player} == 'TectHost'"
- "[MESSAGE] <green>Welcome back, owner!"
- "[IF] %vault_eco_balance% >= '100000'"
- "[MESSAGE] <gold>You have over $100,000!"
- "[ELSE IF] %vault_eco_balance% >= '10000'"
- "[MESSAGE] <yellow>You have over $10,000."
- "[ELSE]"
- "[MESSAGE] <gray>You should earn some more money."
- "[ENDIF]"
- "[ELSE IF] %player_level% >= '100'"
- "[MESSAGE] <aqua>You're a high-level player!"
- "[IF] %player_world% == 'world_nether'"
- "[MESSAGE] <red>Be careful in the Nether!"
- "[ELSE]"
- "[MESSAGE] <green>Enjoy your adventure!"
- "[ENDIF]"
- "[ELSE IF] %vault_eco_balance% >= '1000'"
- "[MESSAGE] <yellow>You have at least $1,000."
- "[ELSE IF] %player_ping% >= '200'"
- "[MESSAGE] <red>Your connection seems slow."
- "[ELSE]"
- "[MESSAGE] <gray>Welcome to the server!"
- "[ENDIF]"
- "[MESSAGE] <white>This message is always executed."