ya same here it worked for me kits.Kits.vip cause Kits.vip didnt work so
Rust-Kits
Moved
Total Downloads: 70,199 - First Release: Oct 21, 2014 - Last Update: Jun 7, 2018
- 4.96216/5, 185 likes
-
-
Hi
I have a problem, every time i make a kit and then try to redeem it i get the notification kit Redeemed however the items do not appear in my inventory.
i followed the instructions correctly
clear inventory
put wanted items for it in inventory
type /kit add (name)
then set the cool down as (number)
I usuall set authlevel to 0 so it can be acsessed by all
then max etc etc
but again when i try the kit nothing appears. What am i doing wrong and is there an example config file to copy and learn from as i actually find config files more straight forward.
hope someone can help. Thanks, feeling quite nooby here. -
thanks!
-
So i recently just downloaded kits plugin all was working well until i set up the kits an restarted the server since then /kit command for players is not working it was prior to restart i want this to work so players can see what kits are avaliable ive deleted kits plugin an re installed no change please help
-
If you scrolled 2 posts above you would of seen this -
i have a wierd problem, iam the owner of my server, and iam set accordingly. i cant for the life of me figure out how to create a kit. with /kit add "name" it tells me i do not have permission. i cant do any of the admin commands. is there a permission i need to give myself access to?
-
-
-
I love the idea, good job!
-
Reneb, is there anyway in the plugin to check, or have a player check how many times they have redeemed their kit? Or how many they have left?
-
I did read all the posts but I am still having problems. Via chat I can create kits but once I want to redeem them, the inventory is empty. I am the owner of the server, I can noclip and all but for some reason the kits just don't work for me. I do not want kits for admins, vip's, I just want 2-3 base kits for players to use. Tell me if I am doing something wrong here...
/kitt add starter (with what I want on me)
/kitt cooldown 86400
Is this the way to do it? Do I have to add an authlevel even if I want anybody to use them ???
Thanks ! -
You need to add the word
Items
Into your kit line...
Example :
/kit add asdf
/kit items description "this is my kit" cooldown 86400 max 10 -
Forum users and programmers, please tell me how to set up a whale plugin so that the chat shows the availability of the whale before receiving
For example:
ammo - description - available
if (kit.cooldown> 0)
{
//
reason + = "available";
double cd = GetKitData (player.userID, kitname) .cooldown;
double ct = CurrentTime ();
//
if (cd> ct && cd! = 0.0)
{
.............................................
return false;
}
}
if (kit.cooldown>= 0)
Correctly?
Help meLast edited by a moderator: Jun 18, 2016 -
Remember the permissions the K is always capped so for vip it will be Kit.vip
/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
Use whatever ones you need change the kit names if you need to the autokit leave that as it is -
I've never used case sensitivity with this plugin by the way, when ever I give permission to a player for their customized kit, (of which we have 40+ different permissions now, including 10+ custom admin kits) we never used a capital K. Also, if you add a max to the "autokit" they won't be able to redeem it infinitely. I added a few bandages to mine, and smarty pants players figured out they could type "/kit autokit" in chat, and continue to redeem for arrows/cloth/what-ever-you-put-in-there with no cooldown or max uses. We set a max on autokit to 1 and it fixed it.
-
I made sure my user.cfg has me as an owner and moderator, yet I still cant get permission to do anything with this plugin. Can someone please tell me how I give my self permission to use this plugin, and please type out the whole command. Yes I have gone to page 107 and tried that, its all good, I did run the server.writecfg, im all good there.
Also if I set the max usage for a kit to 1, will it reset on map wipes? Or do I have to do something special? -
-