Regenerate your config and the new values should appear there, you're using an out of date config from the first version
Staffmode
Toggle on/off staff mode
Total Downloads: 1,247 - First Release: Jan 12, 2017 - Last Update: Jun 27, 2017
- 5/5, 3 likes
-
[DOUBLEPOST=1488063741][/DOUBLEPOST] -
Last edited by a moderator: Apr 7, 2017
-
-
Why i can't use /staff mode group create - in game. it says "You do not have permession to use this command"
-
-
Thanks
-
I am getting a message in console say,
Code:[Staffmode] Error: No groups detected. Please check your data file.
Code:{ "Groups": { "Admin": { "GroupName": "Admin", "AuthLevel": 2, "OffDutyGroup": "default", "OnDutyGroup": "admin", "PermissionNode": "staffmode.admin" } } }
[DOUBLEPOST=1492976277][/DOUBLEPOST]Okay so I just put this into the console:
Code:checkgroups
-
-
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. -
-
-
-
-
-
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 commandLast edited by a moderator: Jun 4, 2017 -
-
-
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