Appearance
Condition Check Premium
Checks whether a player has a premium (paid) or cracked (offline) account.
Inputs: 1 · Outputs: Premium, Cracked
Settings
| Setting | Type | Required | Default | Description |
|---|---|---|---|---|
| Username | String | Yes | — | The player's username. Accepts placeholders (e.g. %player%). |
Example
Give premium players a join bonus:
- Event Trigger →
Player Joins - Check Premium → Username:
%player% - Premium → Give Item (reward)
- Cracked → Send Message (
Purchase the game for full access!)
Notes
- This relies on the server's authentication data. On offline-mode servers every player may resolve as cracked regardless of account type.
- Use
%player%as the username to check the triggering player.
