1. Norn submitted a new resource:

    Anti Admin Abuse - Prevent moderators/admins from abusing their abilities

    Read more about this resource...
     
  2. Hi , it doesent work, i can give me items, what i did wrong?
     
  3. Last edited by a moderator: Nov 9, 2015
  4. wtf RLY? xD i have to say if this works. you making great plugins... i looked at the chat plugin and think about to change.
    and for something like this plugin now i was already looking for a few times..
    Preventing mods from itemspawn noclip and such stuff.


    -something what is rly missing... a plugin that rly protect beginners from other long playing players....

    as an idea maybe in combi with hunt lvls? Prevent your home with toolcupboards until reach lv X or something xD
     
  5. Any chance this could be applied to Owners as well?
     
  6. --------
     
  7. Apologies, I skim read the post so missed that the option was there, however it isn't working for me as owner. The plugin is edited correctly, has been reloaded numerous times and the server has also been restarted to ensure everything is fine.
     
  8. same as well put "OnlyMaxCanSpawn": false, and I can still spawn items I am owner
     
  9. Put "OnlyMaxCanSpawn" to true and change Max Auth Level to 3.
     
  10. Norn updated Anti Admin Abuse with a new update entry:

    0.2

     
  11. Does this mod also prevent noclip?

    Thanks!
     
  12. that is not possible as that can not be detected by the server afaik.
     
  13. Just to confirm, these settings worked for me. I assumed that OnlyMaxCanSpawn should have been set to false. Good work Norn!
     
  14. When I install the plugin, seems to load without problems. But if I restart server, I've got this error.

    I don't know if it's caused by other plugin or what...
     

    Attached Files:

  15. You mean as it's restarting or afterwards?
     
  16. Only get after server restart. If I delete the plugin, and install it again, no errors...
     
  17. That's odd
     
  18. Eat

    Eat

    Not working "PrintToConsole": false
     
  19. Hi and thanks for your plugin!

    I've one question:
    Can we delete the noclip (shift+L), free camera (shift+P) and spectate mod ?

    Thanks
     
  20. I got the no spawning things to work, but it will still allow god mode. What am I doing wrong? Here is my config json. I tried setting "godenabled" to both true and false.

    {
    "Admin": {
    "GodEnabled": true,
    "KickAdmin": false,
    "MaxLevel": 3,
    "MinLevel": 1,
    "OnlyMaxCanSpawn": true,
    "PrintToConsole": true
    },
    "Messages": {
    "Disabled": "Spawning items has been <color=red>disabled</color> by the server owner.",
    "NoGod": "God Mode has been <color=red>disabled</color> by the server owner.",
    "NoGodAllowed": "God Mode is not allowed, even for administrators."
    }
    }