STIPE Official Forum

STIPE Servers and Support => Minecraft => Topic started by: crazy on 07 April 2021, 22:01:07

Title: How to: Set game modes for players (survival, creative...)
Post by: crazy on 07 April 2021, 22:01:07
Minecraft comes with several game modes. The most popular ones are Survival and Creative.

NOTE: You can initially set the server game mode from either the server.properties file, Express Settings section, or using the defaultgamemode command. Once players join however, any changes you make in the settings will not apply to those existing players (except new players). You will need to use the gamemode command instead to make changes to existing players.

You can enter commands from In-Game with Ops permission, or via the Console section of the control panel.

To set everyone to Survival:
Code: [Select]
In-game: /gamemode survival
or
Console: gamemode survival

To set everyone to Creative:
Code: [Select]
In-game: /gamemode creative
or
Console: gamemode creative

To set only a single player:
If player name is "bob123"
Code: [Select]
In-game: /gamemode creative bob123
or
Console: gamemode creative bob123

NOTE: The commands above are case sensitive make sure you enter as above (lowercase)


Here are all possible game modes (As vanilla):

Title: Re: How to: Set game modes for players (survival, creative...)
Post by: Techman on 11 April 2021, 21:53:22
I did not know you could do the whole server at once. The more you know xD