You need to up admin at the first group to works
I've the same problem, when I wrote admingroup at the top, worked for me
You can also try to grant user Cambenn staffmode.admin
Doesn't work for me if I granted an other group with the perm, only with user
Staffmode
Toggle on/off staff mode
Total Downloads: 1,247 - First Release: Jan 12, 2017 - Last Update: Jun 27, 2017
- 5/5, 3 likes
-
but if i go out of staffmode, it takes the perm from the person
[DOUBLEPOST=1502691012][/DOUBLEPOST]I cannot go into staffmode after i give the permission to the player in player mode.
[DOUBLEPOST=1502691069][/DOUBLEPOST]I have to set myself as an owner and do /staffmode to go into staff mode -
Use RCON to grant user
Modify data manually to place admin on top
Unload Staffmode
Save data file
Reload
in RCON: grant user Cambenn staffmode.adminLast edited by a moderator: Aug 14, 2017 -
I did. I need to set default Auth Level 1 so i can lets people go into staff mode. How do i grant auth level 1 with oxide?
-
If it's for admin, you need to set authlevel to 2.
I just edited my last post, please take a loot to see how modify data file if you don't knwo how to do -
I am using it for a vanilla server, so when it sets the admin back to authlevel o, they cannot do chat commands.
-
There is only consol command / RCON command
-
I know. Unless you have auth level 1 or 2. Can i force authlevel 1 when staffmode turns off automatically?
-
use moderatorid 'steamid' for authlevel 1
-
I just cant figure it out. Im sure canopy can help me. He has it figured out on his server.
-
Ok, so @Canopy Sheep have you an idea?
-
TL;DR: You need to create another group for off duty that has "admin" in the title. Vanilla Oxide blocks the use of chat commands from normals to prevent others from abusing the non-modded mark on their server. Just as a disclaimer, I recommend only using this method for staff only. Otherwise would cause your server to be blacklisted.
Edit: The title can include "mod" also. I have a moderator that toggles back and forth from "modoffduty" and "mod" -
Sadly @Canopy Sheep I dont really know how to code. Any way you can help me get it set up?
-
-
I want people to be able to do that too on my server. I want it vanilla, but i cannot have my admin go back into staffmode, because they cannot enter the command in chat @Canopy Sheep
[DOUBLEPOST=1502770199][/DOUBLEPOST]And they cannot use my report command aswell. :/ -
If that doesn't seem to solve your issue, we can try my snippet I use for my own server. If it does work, then I'm doing things inefficiently lol. -
Not even my adminoffduty group can do commands. It seems like they require an auth level to use chat commands.
-
Code:{ "Groups": { "Mod": { "GroupName": "Mod", "AuthLevel": 1, "OffDutyGroup": "modoffduty", "OnDutyGroup": "mod", "PermissionNode": "staffmode.mod" } } }
-
-
They still cannot use /staffmode once they switch out
[DOUBLEPOST=1502828759][/DOUBLEPOST]@Mughisi That is exactly my problem