For$
<!-- begin site header -->
<div id=

Author Topic: Some more admin functions  (Read 15692 times)

MechWarrior001

  • Newbie
  • *
  • Posts: 31
    • View Profile
Some more admin functions
« 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?

Andrew

  • Developer
  • Newbie
  • ****
  • Posts: 9
    • View Profile
Re: Some more admin functions
« Reply #1 on: December 03, 2010, 12:36:15 pm »
If you can build the code then you can remove the following line from plugins.cpp
Code: [Select]
setBlockCallback(BLOCK_OBSIDIAN, call);

Nredor

  • Administrator
  • Newbie
  • *****
  • Posts: 18
    • View Profile
Re: Some more admin functions
« Reply #2 on: December 03, 2010, 02:01:30 pm »
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 :)
« Last Edit: December 03, 2010, 02:13:17 pm by Nredor »

MechWarrior001

  • Newbie
  • *
  • Posts: 31
    • View Profile
Re: Some more admin functions
« Reply #3 on: December 03, 2010, 10:59:23 pm »
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.