I need everyone playing the map to be automatically set to adventure mode. How? What is the command?
|
Well you can always set the command |
||||
|
|
|
You can enter the command `
|
|||
|
|
|
Or you could have them spawn on a pressure plate which sets them to adventure mode, and then once they leave the spawn (with a command block teleporter), it will set them to survival mode. This isn't really used for an adventure server, but it's a good way to make the spawn grief-proof without having to make it out of bedrock. |
|||
|
|
|
Unfortunately, there is no real command to set everyone to a gamemode. You would have to have a command block with the command:
And then have all the players hit a button or something to activate the block when they spawn. You could, perhaps, have a spawn room with an iron door, and hook the button to open the door up to a command block. EDIT: Apparently you can also use
To set all players to gamemode 2 (adventure mode). |
|||||
|

/gamemode 2should do it. Have you tried that? – fbueckert Oct 29 '12 at 17:04/defaultgamemode 2should work – jrtc27 Oct 31 '12 at 18:35