Update Oxide.
PermissionsManager
Moved
Total Downloads: 4,273 - First Release: Sep 18, 2017 - Last Update: Jan 5, 2018
- 5/5, 27 likes
-
Wulf Community Admin
-
Wulf i have updated it, Oxide when i join the server infobar dont show i need to reload it evry time do you know why
-
Wulf Community Admin
-
How do i update it just download the lates oxide from Forum?
-
Hi Kajen,
This isn't really the place to ask but how you install oxide depends on your host.
If you have full access, or this is a local server, you stop the server, download oxide from the forums, and extract into the appropriate location.
Providers like GameServers etc will have an auto-update button in the user control panel. -
Steenamaroo updated Permissions Manager with a new update entry:
0.0.5
-
-
how do i use this plugin i try to grant commands and it says i dont have perm and i cant figure out how to add myself. im already an admin.
a list of commands would be helpful
[DOUBLEPOST=1506276088][/DOUBLEPOST]like how do i add groups and assign perms to the group i mainly want to give admins all perms because as it stands admins cant use godmode or anything so i need to fix this -
Hi,
There isn't really any list of commands. Just what's in the overview.
/perms player Steenamaroo - gives you a GUI to grant/revoke permissions for me
/perms group admin - gives you a GUI to grant/revoke permissions for the admin group
There's no provision for creating or deleting groups right now, although maybe that's an idea for future versions.
Admin group is there by default so do /perms group admin
From there you can assign all perms to the group but I'm afraid it has to be done plugin by plugin.
Again...maybe that's something to remedy in future versions.Last edited by a moderator: Sep 24, 2017 -
it says unknown command perm
[DOUBLEPOST=1506291267][/DOUBLEPOST]"perms" -
Sounds like it's not loaded.
-
i dropped the file in and restarted the server. anything else i need to do?
if i do /grant it says im not allowed to use that command but that it.. -
[DOUBLEPOST=1506295311][/DOUBLEPOST]did a fresh install now it says nothing when i do the command and gives this error in console
Failed to call hook 'cmdPerms' on plugin 'PermissionsManager v0.0.5' (IndexOutOfRangeException: Array index is out of range.)
at Oxide.Plugins.PermissionsManager.cmdPerms (.BasePlayer player, System.String command, System.String[] args) [0x00000] in :0 at Oxide.Plugins.PermissionsManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in :0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in :0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in :0 -
What command did you use, letter for letter? The plug should catch mistakes and notify you, but obviously it didn't.
Thinking out loud - if there was a space in the player/group name, without quotation marks, that could cause a problem.
Eg
/perms player Steenamaroo - will probably crap out
/perms player "Steenamaroo" - shouldn't.
I'll look into it. Thanks for the report. -
/perms group admin
-
Alright, I've just written in a fix for a possible error,
but seeing that error requires you to type the command incorrectly.
/perms group
or
/perms groupadmin
or something like that.
If you type the command correctly it should work just fine.
Update to follow. -
Code:
Failed to call hook 'cmdPerms' on plugin 'PermissionsManager v0.0.5' (IndexOutOfRangeException: Array index is out of range.) at Oxide.Plugins.PermissionsManager.cmdPerms (.BasePlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.PermissionsManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
I tried the following commands and they all give the same error:
- /perms group
- /perms player
- /perms
- /perms group default
- /perms group admin
- /perms player Quantum
I was retarded and only noticed I misspelled perms right after I ported this. Sorry. -
Steenamaroo updated Permissions Manager with a new update entry:
0.0.6
[DOUBLEPOST=1506543395][/DOUBLEPOST]I've no idea why.
If the update (0.0.6) doesn't help, could one of you please unload all plugs then load PermissionsManager and test again?
console commands
oxide.unload *
and
oxide.load PermissionsManager
[DOUBLEPOST=1506543657][/DOUBLEPOST]
I'm hoping that's what happened to @NightStalker too.
Is there an easier word I can change it to for you fellas? -
-
Originally I had planned to do it as one command and one menu, so you'd click 'Group' or 'Player' then choose from a list,
but at the time I hadn't coded it with pages so that would have been a nightmare!
I suppose now that I've streamlined the code quite a bit and brought in pages, I could go back and do that quite easily.......
Thanks, @Inforcer