Skip to content

Condition Check Premium

Checks whether a player has a premium (paid) or cracked (offline) account.

Inputs: 1 · Outputs: Premium, Cracked

Settings

SettingTypeRequiredDefaultDescription
UsernameStringYesThe player's username. Accepts placeholders (e.g. %player%).

Example

Give premium players a join bonus:

  1. Event Trigger → Player Joins
  2. Check Premium → Username: %player%
  3. Premium → Give Item (reward)
  4. 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.

Oasis Admin Editor Documentation