Hi guys, i have another questionm which i could not find an answer for on the forums. I have enabled gamemode creative in serverproperties and this is also shown in my client (Standard mode (and personal mode) is creative). But this only works for me (as operator). For the other players the mode is still survival. (Yes, i rebootet the server ^^). So my aim is to play with everyone in creative mode..how can i change the server mode ? If this is only possible by a personal command, how can i give the players the rights to execute this (and only this) command ? cu Leselampe
You will either need a plugin such as PurePerms to manage your user's permissions (e.g. allow them to use /gamemode), or you could make a plugin that executes /gamemode when a player join.
I have already installed pureperms, as it sounded like a possible solution. But i don´t know how to configure it - i missed the doc-files :-( somehow. And to figure it out from the commandline was a little bit too much for the last hour.
Check the server.properties again. Is it reset? Note that server.properties may be overwritten when the server shuts down. Make sure you stop the server before you edit server.properties. Also consider using /defaultgamemode.
Ok-checked it again... Server.properties are ok. Gamemode is 1 - also after reboot. For the main OP/admin members the world functions in creative (no hearts to see in the client). For non-admins it is still survival, despite the properties in client say "Standard is now creative". Non-admins are not allowed to issue /setdefaultgamemode (ok for me ) but they are neither allowed to issue a /gamemode. So there seem to be two possible solutions. 1st give them access to the command and 2nd use a plugin which sets gamemode for them (doesn´t exist, does it ?) So i will have to figure out, how pureperms work....