How to change another player’s gamemode in minecraft
Aria Murphy
Updated on April 28, 2026
GameMode Command in Minecraft Nintendo Switch Edition. In Minecraft Pocket Edition (PE), the syntax to change the game mode for a player is: /gamemode
There are other answers below:
How do you change someone else’s Gamemode? To change the gamemode of a player, you would use the command /gamemode and in the player spot you put the name of the person that you want to change the gamemode of, this could be another player in the server or even yourself.
MethodTipsWarnings Open the world you want your gamemode changed in. This can be your own world or a LAN world. To get to a LAN world, tap or click on the Friends tab and then click on the world you wish to open.Choose your gamemode. There are three game modes in Console Edition: Survival, Creative, and Adventure. Survival is a gamemode where you have to mine, get food, and fight mobs to …
A quicker way to switch game modes in Minecraft is to use the gamemode cheat command. You must first enable cheats to use this method. …
Your final command should look something like: /gamemode 1 @a [x=20,y=64,-10,r=15,m=!1,name=!LyadLaphir] Which changes the gamemode to creative for anyone within 15 blocks of 20, 64, -10, if they’re not already in creative, and if their name is not “LyadLaphir” (the ! ‘s mean “not”). Share.
The command to change gamemodes is “/gamemode” To switch to Survival Mode, type out any one of the following commands: “/gamemode …
How to Change Gamemodes quickly | In Minecraft | Without Commands | – YouTube.
How do you do other people in creative in minecraft? To change the gamemode of a player, you would use the command /gamemode and in the player spot you put the name of the person that you want to…
if(sender instanceof Player){ Player p = (Player) sender; if(p.hasPermission(“xfcore.admin”)){ if(args.length == 0){ p.setGameMode(GameMode.CREATIVE); p.sendMessage(“You are now in Creative!”); }else if(args.length == 1){ Player target = Bukkit.getPlayer(args[0]); if(target != null){ …
Back in the game, press the “t” key to bring up the ingame console box. Enter the command “/gamemode c” to change your game mode to creative. (If you want to switch back to survival mode, use the command “/gamemode s”.) Notice the hearts, hunger, and experience meter are gone leaving on the item bar.
Gamemode To change the gamemode of a player, you would use the command /gamemode [creative/survival/spectator] [playername]. Simply enter which gamemode you would like, then enter the player name of whoever’s gamemode you wish to change.