Staffmode

Toggle on/off staff mode

Total Downloads: 1,247 - First Release: Jan 12, 2017 - Last Update: Jun 27, 2017

5/5, 3 likes
  1. Regenerate your config and the new values should appear there, you're using an out of date config from the first version
     
  2. oh right, so just delete the config and reload the plugin?
    [DOUBLEPOST=1488063741][/DOUBLEPOST]
    thanks this worked!
     
  3. Canopy Sheep updated Staffmode with a new update entry:

    1.2.0

     
    Last edited by a moderator: Apr 7, 2017
  4. Canopy Sheep updated Staffmode with a new update entry:

    1.2.1

     
  5. Why i can't use /staff mode group create - in game. it says "You do not have permession to use this command"
     
  6. Try granting yourself staffmode.canedit
     
  7. Thanks :)
     
  8. I am getting a message in console say,
    Code:
    [Staffmode] Error: No groups detected. Please check your data file.
    When I have a group created,
    Code:
    {
      "Groups": {
        "Admin": {
          "GroupName": "Admin",
          "AuthLevel": 2,
          "OffDutyGroup": "default",
          "OnDutyGroup": "admin",
          "PermissionNode": "staffmode.admin"
        }
      }
    }
    What have I done wrong?
    [DOUBLEPOST=1492976277][/DOUBLEPOST]Okay so I just put this into the console:
    Code:
    checkgroups
    and everything works?
     
  9. Everything looks correct, are you still having this issue?
     
  10. Hey still getting issues.
    So I am having to do the "checkgroups" command in console everyday/every time my sever resets for some reason. After that it works but it is a little annoying to have to do that.
     
  11. Can you edit the group with the ingame command?
     
  12. Yes, have made them twice and for some reason all I need to do is "checkgroups"!
     
  13. Odd, I'll see if I can reproduce it.
     
  14. Ah, alright. I found the issue, thanks for your help. I'll update shortly.
     
  15. Canopy Sheep updated Staffmode with a new update entry:

    1.2.2

     
  16. deleted, sorted
     
    Last edited by a moderator: May 31, 2017
  17. So apparently I have no perms at all to add groups to the staffmode groups file. Any ideas?

    EDIT: So I created the groups successfully but now I can't /onduty because it gives me no permissions to do this command
     
    Last edited by a moderator: Jun 4, 2017
  18. Pardon the late reply (Oxide didn't notify me), you have to grant yourself the permission you added to the group in the data file.
     
  19. Canopy Sheep updated Staffmode with a new update entry:

    1.2.3

     
  20. hey I'm lost I read through but still cant seem to figure it out. I have 3 groups on my server admin, mod, and offduty basically what I wanna do is toggle between admin and offduty which they admin has authlevel 2 and offduty has 0. When in admin have full control and when offduty just another player is this possible?

    I have made 2 groups in staffmode Admin and Offduty and have

    {
    "Groups": {
    "Admin": {
    "GroupName": "Admin",
    "AuthLevel": 2,
    "OffDutyGroup": "admin",
    "OnDutyGroup": "admin",
    "PermissionNode": "staffmode.admin"
    },
    "Offduty": {
    "GroupName": "Offduty",
    "AuthLevel": 0,
    "OffDutyGroup": "null",
    "OnDutyGroup": "null",
    "PermissionNode": "null"
    }
    }
    }

    I basically have no clue what goes in the offduty, onduty, and permissionnode