Quick question: Would installing this plugin interfere with the GPay plugin that you know of? We are wanting to use this instead of Better Chat for maintaining groups, perms, etc. Thanks in advance!
PermissionsManager
Moved
Total Downloads: 4,273 - First Release: Sep 18, 2017 - Last Update: Jan 5, 2018
- 5/5, 27 likes
-
Hi,
I don't really know anything about those plugins but all this plugin does is run the same commands that you would type manually.
It has no local or unique storage or database so I can't see why it would conflict with anything else. -
I was getting that admin is required when i ran the command even after making sure everything was good, i was owner and i was in the admin group.
The way i fixed it was by adding a permission check in the isAuth Bool
i did that by this if (permission.UserHasPermission(player.userID.ToString(), "PermissionManager.allowed")){
your method of getting authlevel is apparently not working in my server... -
Hi,
I haven't heard about any recent changes to authlevel.
Plugin checks for < 2 and denies, therefore 2 is allowed.
Can't see why that would cease to work but I'll make a note to check. -
This don't work properly.
I have shared doors plugin and on that plugin you got /sd mastermode that lets any admins open any doors..
If you enable the permission via this plugin it wont work, however if you type in the command it works. -
This plugin manages permissions to use commands.
If some other plugin has a command that you have to type, such as /sd masterMode, you'll still have to type it.
My plugin gives you permission to do so.
It basically lets you click a button instead of typing the full grant permissions command; Nothing more. -
Just installed this plugin. How do I bring up the GUI?
-
/perms group admin -
Niceeeeee man Thanks bud
-
how would i make a group Mods and assign specific promissions like fly and tp
-
Hi,
This plugin doesn't handle the making or removing of groups; Just the permissions that any given group has.
Fly is built into rust and not assigned by permission or plugin.
You are able to do that simply because you have admin (or possibly mod?) status. -
When typing /perms player "name" and clicking on any plugin, after pressing 'back' it takes me to my permissions page, not the players I originally typed in. Thanks
-
damn, thanks for that!
Are you on a populated server? I could PM you a fix to test. -
Steenamaroo updated Permissions Manager with a new update entry:
0.0.7
-
Also, when I type /perms group groupname it lists all permissions available, not the permissions assigned to that group specifically. It's hard to tell what is actually assigned to that group and also what remove all will do. -
-
-
It manages permissions for players and permissions for groups. Nothing more.
You can use godmode.toggle, for example, because it has been assigned to you as a player
OR
you can use it when it has not been assigned to you as a player but it has been assigned to the group you're in.
/perms group NAME - let's you sort out what permissions any given group have, regardless of their personal data.
If you remove the player from that group, they no longer have access to those group permissions. I.E. No need to go around manually undoing player permissions one by one. -
oxide.show groups
oxide.show perms
oxide.show user username/id
Hope this helps(Remove all will remove all permissions from that group/player you've selected)
-