Mineserver Community
Mineserver => Development => Topic started by: MechWarrior001 on December 03, 2010, 09:03:51 am
-
Would it be possible to allow a server to deny build access to adminium? I host a LAN server and we have a big problem with people abusing it and accidentally screwing over their constructions.
Can we also implement the /op and /deop commands for placing and removing players from the admin database without having to restart or reload the server configs?
-
If you can build the code then you can remove the following line from plugins.cpp
setBlockCallback(BLOCK_OBSIDIAN, call);
-
We are going to implement user level system that allows more permissions to be set for players. For example: Guests cannot build etc.
Deop and op commands will be implemented after the user level implementation :)
-
We are going to implement user level system that allows more permissions to be set for players. For example: Guests cannot build etc.
Deop and op commands will be implemented after the user level implementation :)
Good to know. Also, would it be possible to add a option to control the daylight lighting system speed? And even to disable it altogether? That we users can choose to have all night maps or all day maps and etc.