Solved Permissions / ranks
Discussion in 'Plugin Requests' started by giuseppemauro99, Oct 25, 2014.
-
Wulf Community Admin
-
Well the tittle says all, i really want a permission plugin, if you can do it, that was awesome.
-
Wulf Community Admin
Oxide has a permissions system build in, plugins just have to use it.
-
I mean group like in minecraft, rank Vip have some permissions, rank Donator have other permissions, if it´s possible do it this please help me.
-
Wulf Community Admin
Yes, you can make groups in Oxide through permissions, and add permissions from plugins that support it. -
Any plugin special for do this?
-
Wulf Community Admin
No plugins are needed to make groups, but plugins need to have permissions for use with the Oxide permission system. You can see which plugins support it by looking at the plugin's Overview page to see if it lists any permissions. -
But how i can do groups and give permissions, can you please give me only 1 example
-
Wulf Community Admin
You can grant a user permission by using:
You can also create groups, add permissions to that groups and assign users to it so every user in that group has the permission of that group.Code:oxide.grant user <username> <permission>
To create a group:
to assign permission to a group:Code:oxide.group add <groupname>
and to add users to a group:Code:oxide.grant group <groupname> <permission>
Code:oxide.usergroup add <username> <groupname>
-
Right now rust only has 3 levels of users. Owner, Admin, and Player..
I was wondering, if its possible to make an addon, or maybe there is one already, that expands this. So I can give various levels of player ranks certian permissions....
Example...
Admins obviously I want lots of power too..
Donators I want to have perks, and be able to give special kits, or maybee get some resources or whatever every now and then, but I dont want them to have the power of an admin, and have more perks than a random joe schmo player...
Anything similar to that, or am I not seeing something for this ? Thanks! -
Wulf Community Admin
Oxide has a permission system build in, which there are a few plugins that already use it. To see if a plugin uses it, just check their Overview page.
-
Ill check that out thanks!
-
what r flags?
-
Wulf Community Admin
Flags is an old plugin unrelated to Oxide 2. -
Wulf when i do oxide.grant user "CaptainAntman2" and type a permission.. anything goes if i type "sfnsohughrg" it will say that permission was granted. I dont know what permissions i can give like spawning items, noclipping, godmode, kicking, banning, all that stuff, i know how to do plugin permissions because they tell me but i dont know the standard oxide 2 permissions and how to apply them (i currently have the authlevel plugin, to make oxide permissions work would i have to get rid of this or does oxide overried it?)
[DOUBLEPOST=1436862821][/DOUBLEPOST]sorry forgot to tag you, i didnt know if you would see the post or not ^^^^^^^^^^^^^^ -
Oxide itself doesnt provide any permissions. All permissions you'd need are provided by plugins and should all be stated in their individual plugin overview.
-
alright well this is my problem: im using authlevel and i gave my moderators authlevel 1, well authlevel 1 gives them spawning items, godmode, and noclipping.. how can i revoke it while keeping their ability to tp, kick, change time, ban, etc???
-
Remove their auth level and give them the permissions you want them to have individually using Oxides permission system.
You'd have to check each plugin for permissions they offer.
http://oxidemod.org/threads/using-oxides-permission-system.8296/ -
ok i understand that ..but im asking like just assuming i have some of the most basic plugins make like a list of like 10-20 permissions i dont know what permissions there are. and thats the reason i cant do that like what is the "XXXXX" in thise > oxide.grant user "CaptainAntman2" "XXXXX" < for spawning items through F1 or godmode??
