1. I'm looking for a way to log all admin & moderator activity preferably to a log but console only would work too (i.e executing commands, spawning items (both via inventory.give and in-game GUI).

    Any ideas?

    Thanks.
     
  2. Wulf

    Wulf Community Admin

  3. You sir are awesome. Thanks!
     
  4. CHR

    CHR

    Hey Guys,

    I need a plugin that logs all actions by moderators. Like the admin cheats or any command they send with / or in console. Is this possible?
    Like event.run inventory give ban /tp prod etc shift L shift P

    Also I would like to have a /remove logger. Is this possible.
     
  5. Wulf

    Wulf Community Admin

  6. It is actually impossible to track the use of right shift L/P as this is handled entirely client-sided.
     
    Last edited by a moderator: Apr 16, 2015
  7. CHR

    CHR

    What about the logger that wulf linked? Is this what I need?
     
  8. If you read the description of the plugin, it tells you that it logs all used commands filtered by authlevel
     
  9. Wulf's logger will allow you to log console commands and actually just checked the code and it should log chat commands as well. So the only thing you would be unable to track is the right shift L/P keybinds.
     
  10. CHR

    CHR

    Does it work for Auth 1 or just Auth 2... cuz im just interested on the moderatorid cuz only i got the ownerid

    Well this is fucked, it is so hard to find good Moderators i got 80 Players in the mid of the Week and more People come... i just dont know hot to administrate em... i cant be there 24/7... how do u guys manage the Population with admins?
     
  11. Wulf

    Wulf Community Admin

    You can set it in the config to 1, and it will of both admin and mods. Technically the levels are the same in Rust Experimental right now though.
     
  12. CHR

    CHR

    Ty does ur plugin save it in a Special file? If yes how is it called and saved. I hope ur plugin will help me :(
     
  13. I am Picking people who are
    1. Active
    2. Know stuff about the game
    3. Taking it serious
    4. Be kind

    And after i got one or more moderators.

    Im always trying to Check if They do their job.

    But i still suggest you using the logger to be sure as you wanted.
     
  14. It actually prints it in the server console so it will appear in your RCon client and in your Oxide logs.
     
  15. CHR

    CHR

    :/ This would mean i still have to check the logs... it would be easier if there was a file created by the logger. Its a pain to check a serverlog when ist kinda 5mb big... :/

    Btw kinda funny u guys are awake :D
     
  16. Actually its 7am here and im mobile ^^
     
  17. 8am and at work ;)
    The datafilesystem currently only supports json so it wouldn't be easy to read, I suppose it would be possible to do the logging directly into a json a file in a specific format and add an application of sorts to convert it to normal text or something. Or maybe support could be added to save data as a normal text file, I guess it's something that should be discussed.
     
  18. You can use global.server.Log() to create a normal text file into the %serveridentity% folder.
    Im doing this in ChatHandler to log stuff.
     
  19. I have a server moderators. I want to put a plug-in that will record all the actions that were given to whom they have done. What would have been spelled out in detail all their actions. Help me please.
     
  20. This is not a feature suggestion, this should of been posted in plugin request under the game you are requesting it for.