Can you tell me how are the steps, please
Rust-Kits
Moved
Total Downloads: 70,199 - First Release: Oct 21, 2014 - Last Update: Jun 7, 2018
- 4.96216/5, 185 likes
-
-
-
-
-
You had a lot of kits set to hide I also fixed your permissions now to the users file what is your steam id and the others in there are they meant to be admins or mods
[DOUBLEPOST=1468620745][/DOUBLEPOST]moderatorid steamid64 "player name" "Mod"
ownerid steamid64 "player name" "Admin"
removemoderator steamid64
removeowner steamid64
removeowner 76561198074465102
removeowner 76561198065746005
removeowner 76561198198037254
then in rcon server.writecfg
after you have done that then you need to add each one back if they are all admins but this time with the player names so it will be
ownerid 76561198074465102 "player name" "Admin"
ownerid 76561198065746005 "player name" "Admin"
ownerid 76561198198037254 "player name" "Admin"
replace player name with the name of the player for each steamid
then
server.writecfg
Each admin needs to relog if in game after you do all the above
If you want to make anyone a mod you do this
moderatorid steamid64 "player name" "Mod"
just make sure they dont have both each member (admin or mod) can only be auth 1 or 2
If you want someone to access the vip kits make a vip group and add the permission to the group Kits.vip then add that player to the vip group and also add the Kits.vip permission to the userAttached Files:
Last edited by a moderator: Jul 15, 2016 -
-
hm okey try now. But if I set authlevel 0 - then players with permission kits.premium can get this kit try this now, but I dont know - can use this command /kit premium - other users without permission or not. You think all players can use command /kit premium without permission kits.premium ? -
make two groups
group add vip
group add premium
then add these permissions to them
oxide.grant group vip Kits.vip
oxide.grant group premium Kits.premium
then add a user to one of the groups and grant the user the same permission that the group is using
As easy as that if you cant do this by now then there is nothing more I can do -
I use this:
grant.permission {steamid} kits.deluxe 30d
grant.permission {steamid} kits.deluxedrop 30d
grant.group {steamid} DELUXE 30d
And right now I try to set authlevel to 0 - and all players with permission can get kit now -
-
Okay, I see in the code the "player" requires an auth level of "1" before they can do "/kit list", or other. Problem is that all players (default) are auth "0" (zero) to start.
if (!hasAccess(player)) { SendReply(player, "You don't have access to this command"); return; }
Explains why players see this from the chat console.Last edited by a moderator: Jul 16, 2016 -
-
-
-
[DOUBLEPOST=1468690765][/DOUBLEPOST]
13:35 [Debug] at Oxide.Plugins.Kits.GetKitContents (System.String kitname) [0x00000] in <filename unknown>:0
at Oxide.Plugins.Kits.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 name, System.Object[] args) [0x00000] in <filename unknown>:0 -
-
-
-
help create new kit?
/kit add test
and file kit.json field: item[] - empty -