Toggle entire game systems on or off.

Feature Flags

Feature flags let you enable or disable entire game systems with a single toggle. This lets you shape your game without any programming.

Available Flags

FlagDefaultWhat It Controls
SurvivalOnHunger, thirst, temperature, stamina mechanics
PvPOnPlayer vs player combat in PvP zones
Pet BattlesOnPokémon-style turn-based pet battles
PetsOnPet taming and ownership
MountsOnMount summoning and riding
HousingOnPlayer housing plots
GuildsOnGuild creation and management
MailOnIn-game mail system
MarketOnPlayer marketplace
TradingOnDirect player-to-player trades
CraftingOnCrafting stations and recipes
QuestsOnQuest system
NPC ShopsOnNPC merchant inventories
FriendsOnFriend list and messaging
PartiesOnParty grouping
BankOnPersonal bank storage
Day/Night CycleOnTime of day progression
Dynamic LightingOnShadows, bloom, point lights
Guest LoginOnAnonymous play without an account
Premium ShopOffReal-money cosmetic/convenience store
Gold StoreOffReal-money gold purchase

Examples

  • PvE-only game — turn off PvP
  • Casual game — turn off Survival
  • Single-player feel — turn off Guilds, Parties, Friends, Mail, Trading, Market
  • Require accounts — turn off Guest Login
  • Monetization — turn on Premium Shop and/or Gold Store
When a flag is off, the entire system is skipped — no processing, no UI shown to players, no related database operations.