/kit add "starter"
/kit items description "Help to get started"
or if you want a cooldown
/kit add "starter"
/kit items description "Help to get started, usable twice at 1hour interval" cooldown 3600
Rust-Kits
Moved
Total Downloads: 70,199 - First Release: Oct 21, 2014 - Last Update: Jun 7, 2018
- 4.96216/5, 185 likes
-
Hello, When I use the GUI to redeem kits, it doesn't give me any items, It doesn't do anything. IS the reddeem button in the GUI broken? How to fix it?
Last edited by a moderator: Mar 4, 2017 -
-
/kit items max 10 cooldown 3600 description "Every hour kit, max usage: 10" -
-
Failed to call hook 'cmdUI_ToggleKitMenu' on plugin 'Kits v3.2.3' (KeyNotFoundException: The given key was not present in the dictionary.)
Get this in console when pressing f6 to open kits menu. (The menu opens but its blank.)
I've used JSON Formatter & Validator to validate both data files (both are valid)
(only happens when ShowAllKits set to true)
(EDIT) Fixed this by remove "kit1" and "kit3" from config file. (In my case)
Code:{ "NPC - GUI Kits": { "0": { "description": "<color=red>These are the kits available to you</color>", "kits": [ "kit1", //removed "kit3", //removed "build", "raid", "weapons", "mods", "food", "vip", "vipbuild", "vipraid" ]
Last edited by a moderator: Mar 4, 2017 -
Is there a way to resetdata from only 1 player? Ex: /kit resetdata NAME ???
-
i seem to have a problem when i make my kits i have put the auth level at 0 and still regular players that joint my server still cant see the kits when they type /kit in the chat and the window pops up they dont see the kits i have made but i can please help.
-
-
Anyway to not do the GUI kits version and stay with the old one?
-
I have my VIP kits and players can't see them. How can i set it to show this kits to players?? PLS help me
-
When i create a kit, am i also creating a permission for that kit? and how do i do that. also am i able to assign these kits per user and not per group? so instead of creating groups and having to add tons of permissions, i can simple grant a specific person by there steam id to use this kit by a single permission. i know its not always ideal to do it this way but it saves me alot of time creating groups and such. permissions have always been an issue for me even when i ran a minecraft server acouple years ago. i appreciate any help
-
-
Attached Files:
-
-
if the group is not called vip then change it below
oxide.grant group vip Kits.vip
oxide.grant group vip Kits.vip+
and to give the player the permission
grant user username Kits.vip
grant user username Kits.vip+Attached Files:
Last edited by a moderator: Mar 5, 2017 -
-
-
-
oxide group add vip+
oxide.grant group vip Kits.vip
oxide.grant group vip+ Kits.vip+
oxide.usergroup add username vip or
oxide.usergroup add username vip+
And finally I granted permission Kits.vip to the player too -
Attached Files:
-
-
[DOUBLEPOST=1488799296][/DOUBLEPOST]
/kit add "vip"
/kit items description "VIP reward" permission vip
and I hope you replaced username with the player name?
oxide.usergroup add username vip
The file below is for the other guy so dont use itAttached Files:
-