Find us on social media
GamemodeCommandsSurvivalCreative2 min read
Change the game mode (survival, creative, etc.)
Switch between survival, creative, adventure and spectator modes for your server or individual players.
Available game modes
| Mode | Description |
|---|---|
| Survival | Gather resources, craft, fight mobs |
| Creative | Unlimited resources, flight, no damage |
| Adventure | Cannot break/place blocks (for maps) |
| Spectator | Invisible, fly through blocks |
Change default game mode
The default mode applies to new players joining for the first time.
Via server.properties
- Open
server.propertiesin the panel file manager - Set:
properties
gamemode=survivalOptions: survival, creative, adventure, spectator
- Save and restart
Via console command
terminal
defaultgamemode creativeChange a specific player's mode
From the console or as an OP in-game:
terminal
gamemode survival PlayerName
gamemode creative PlayerName
gamemode adventure PlayerName
gamemode spectator PlayerNameChange your own mode (in-game as OP)
terminal
/gamemode creative
/gamemode survivalForce all current players to a mode
terminal
gamemode survival @aTips
- Players keep their game mode between sessions unless changed
- Use permissions plugins (LuckPerms) to control who can change their own game mode
- Adventure mode is great for custom maps — players can only interact with blocks you allow
- Spectator mode is useful for moderators watching for rule violations
Was this guide helpful?