Do I need to redo my kits? I see the menu for each kit, but I cannot redeem them.
[DOUBLEPOST=1428966318][/DOUBLEPOST]I deleted Kits and then reloaded it... did my starter kit and daily kits over again after deleting them. They loaded like they are supposed to, but I cannot redeem them. I do have an admin kit that works and the autokit works too (thank goodness). I'm getting frustrated .... help?
Rust-Kits
Moved
Total Downloads: 70,148 - First Release: Oct 21, 2014 - Last Update: Jun 7, 2018
- 4.96216/5, 185 likes
-
did you download the latest fix?
-
U said Wrong Kits What did you mean before i download it... is it ok to replace the current one? i am confused sorry man...
-
the latest one is fine
i'll update the update message XD
-
Yes, I did... people on my server atm say the kits are working now. I guess I did something right lol. Whewwww
-
issuing the vip for 30 days?
-
[Oxide] 9:15 PM [Warning] Kits plugin is using deprecated hook: OnPlayerSpawn
you forgot to change the old hook
i've done it for u .. tested on my server its only one hook to change that was the only one saying OnPlayerSpawn. checked 3 times before uploadingAttached Files:
-
-
Wulf Community Admin
The correct hook name is OnPlayerRespawned. -
Reneb updated Kits with a new update entry:
thx to PaiN for the update
-
So reneb take the right oneAttached Files:
-
-
Wulf Community Admin
Please read my post.
-
-
... we are posting like idiots xD no1 is reading the old posts ... lol
-
Its possible to have different types of vips ? for different type of kits for vips.
like have 2 permissions! vip1 and vip2 for different groups of vips. -
[Info("Kits", "Reneb", "2.0.5")] ?
-
-
Hello ,
Im learning how build autokit , but it doesn't work ( Ver 2.0.7) downloaded Yesterday
I followed these steps :
How to create kits:
1) Empty your inventory
2) Add in your inventory the kit that you want players to have (blueprints, weapons in the belt, armors in the clothing, etc)
Auto Kits:
1) use 1 and 2 from create kits
2) use /kit add "autokit" "This is the autokit" -authlevel2
authlevel2 is used to block players from requesting it via /kit
but they will get it on every respawn.
3 ) oxide.reload Kits -> ok reloaded
4) Kill -> suicide
5) no kit spwaned
I'm owner on my localhost server.
2nd Try
Updated Kits config file, but it doesnt work :
any help pls ?Thanks
Code:{ "Settings": { "authLevel": 1, "allowed": true, "overrideDefaultKit": true }, "Messages": { "noAccess": "You are not allowed to use this command", "itemNotFound": "Item not found: ", "cantUseKit": "You are not allowed to use this kit", "maxKitReached": "You've used all your tokens for this kit", "unknownKit": "This kit doesn't exist", "kitredeemed": "You've redeemed a kit", "kitsreset": "All kits data from players were deleted" } }
-
Go to Data Folder and search for Kits_Lits.json and check if u have an autokit there
-
yes
Code:{ "starter": { "description": "kit", "items": { "belt": [], "main": [ { "wood": 1000 }, { "rock": 1 }, { "torch": 1 } ], "wear": [] }, "level": 2 }, "STARTER": { "description": "FIRST KIT", "items": { "belt": [], "main": [ { "wood": 1000 }, { "rock": 1 }, { "torch": 1 } ], "wear": [] } } }
-