Tell me how to add shortcuts to the GUI of the whale in the picture, when I prescribe /kit description "description" hide false cooldown 100 items I don't have enough space for the links to the picture image "link" when I try to install the link, it is placed half-what to do?
Rust-Kits
Moved
Total Downloads: 70,199 - First Release: Oct 21, 2014 - Last Update: Jun 7, 2018
- 4.96216/5, 185 likes
-
I'm using Player Rankings for Rust | Oxide plugin for ranking my players.
I'm looking for a way to display (and enable) certain kits for players with a certain rank only. Is this possible?
[DOUBLEPOST=1453229856,1453213014][/DOUBLEPOST]Also, I've failed to understand how the permission structure and system works in kits plugin.
Any help is appreciated. -
-
Im not sure if this has been answered yet as there are 100 pages, I am just wondering how to get a vip kit to work, I try authlevels but only 0 works and anything above only works for admins or mods, how can I get one for my vips? I have set up better chat and it says vips auth level is 2 but it isnt working when I do /authlevel 2. Im kind of confused - can anyone elp?
-
[Oxide] 10:57 PM [Info] Unloaded plugin Kits v3.1.3 by Reneb
[Oxide] 10:57 PM [Info] Loaded plugin Kits v3.1.3 by Reneb
[Oxide] 10:57 PM [Warning] Missing plugin name prefix 'kits.' for permission '2' (by plugin 'Kits')
[Oxide] 10:57 PM [Warning] Missing plugin name prefix 'kits.' for permission 'vip' (by plugin 'Kits')
Iam trying to make new custom VIP groups, for our diffrent VIP package solutions, how do i do this properly, seems iam doing something wrong ?
iam implementing this code
Code:{ "Messages: cantUseKit": "You are not allowed to use this kit", "Messages: itemNotFound": "Item not found: ", "Messages: kitredeemed": "You've redeemed a kit", "Messages: kitsreset": "All kits data from players were deleted", "Messages: maxKitReached": "You've used all your tokens for this kit", "Messages: noAccess": "You are not allowed to use this command", "Messages: unknownKit": "This kit doesn't exist", "Settings: authLevel": 1, "Settings: Permissions List": [ "vip", "donator", "sexybeast1" ] }
hope u can give me a hand here
/best regards Martin -
-
How would i set certain kits to certain Steam id's for people who donate?? right now i have them all set to authlevel 2 so nobody can see them until they're fixed.
-
id love if you would fix my data file, Thx
Attached Files:
-
-
Attached Files:
-
-
So how can i get a kit that only vips can redeem, it seems like 0 is anyone, 1 is mod and 2 is admin, how can I get vip only?
-
If somebody can fix my kits so i can set certain ones for donations, here is my kits file and i'd like to keep the starterkit and the medic kit free.
Attached Files:
-
-
Regard's Martin.
Might i also ask, what is it that your changing in the data file, that will make me able to change permission in config file ?Attached Files:
Last edited by a moderator: Jan 20, 2016 -
-
[DOUBLEPOST=1453251874][/DOUBLEPOST] -
no cause i'd have to redo all of the kits over again
-
-
I just cant get what I did wrong =D , I managed to create 3 kits, at first try they worked well, I restarted server and game, now when I type those kits I get message "Kit redeemed" but nothing appears inside my inventory?
-
In answer to above you need to add the kit then do /kit items to copy the items.
Im still confused on how I can get a vip only kit. It seems I can only make one for everyone, mods, or owners -
put this in your data folder -
[DOUBLEPOST=1453312058][/DOUBLEPOST]do i simply make the kit and just use the custom permission kits.vip? and assign that permission to any vips i have? -
Just add the items to your char in the place where you want them then copy and paste the first 3 lines below will make the first kit when you go to make the next kit remove all items and add the new items to your char and do the next 3 lines repeat until all done. You dont have to do them all or use the same names I use but do leave vip as it is. For the donator and vip kits you will need donator and vip group made and the correct permissions added to them groups
Code:/kit add "autokit" /kit items description "This is the autokit" authlevel 2 /kit hide true/kit add "daily" /kit items description "Daily resources for being so devoted" cooldown 86400/kit add "starter" /kit items description "Help to get started, usable twice at 1hour interval" cooldown 3600/kit add "sniper" /kit items description "Help for them raids, usable twice at 1hour interval" cooldown 3600/kit add "hunter" /kit items description "Help to hunt them beasts, usable twice at 1hour interval" cooldown 3600/kit add "blueprints" /kit items description "Couple blueprints to help you start"/kit add "donatorreward" /kit items description "Donator reward" permission Kits.donator/kit add "vip" /kit items description "VIP reward" permission Kits.vip/kit add "moderator" /kit items description "Moderator Kit" authlevel 1/kit add "admin" /kit items description "Admin Kit" authlevel 2
Last edited by a moderator: Feb 7, 2016