Players can already use the /kit list command they dont need any permissions and auth 0 is not a auth lvl its only 1 and 2 mods have auth 1 admins have auth 2
Rust-Kits
Moved
Total Downloads: 70,199 - First Release: Oct 21, 2014 - Last Update: Jun 7, 2018
- 4.96216/5, 185 likes
-
Hi, I am trying to make one of my Admins available to make kits but for some reason it wont work, does anyone know what i might do wrong ?
I added him as mod -> moderatorid 76561198###259862 "Mr. You^" "Owners Call" -
I asked a player to type "/kit list" and they said the only message that was displayed was a "you dont have permission." message.
Then again, he could just be inept. -
I would watch his screen on Skype see what's being typed have a feeling he is doing something wrong
-
Could you add me on skype?
McMunch^
From sweden -
-
my plugin installed correctly but when we type /kit it shows nothing
-
-
@Reneb I have some suggestions.
It would be cool if you could make it so we can /resetdata "playername" to reset individual players. Also it would be cool if you can make the excess items spill out onto the ground when your inventory's full. We have a donation system built around your Kits plugin and people lose items a lot. I'd be willing to pay you for these changes.
Also you have a typo in your break cases on lines 1102 and 1097
Code:case "resetkits": if (!hasAccess(player)) { SendReply(player, "You don't have access to this command"); return; } storedData.Kits.Clear(); kitEditor.Clear(); ResetData(); SaveKits(); SendReply(player, "Resetted all kits and player data"); //Should be "All kits and player data have been reset." break; case "resetdata": if (!hasAccess(player)) { SendReply(player, "You don't have access to this command"); return; } ResetData(); SendReply(player, "Resetted all player data"); //Should be ""All player data has been reset." break; default: TryGiveKit(player, args[0].ToLower()); break;
[DOUBLEPOST=1456427599][/DOUBLEPOST] -
hi, i need help plz, because don't work on my server
-
iam using "deinserverhost" i've uploaded Kits file inside plugin folder - restarted the server, but i cant find a Lua or cfg to edit.
should i create a cfg on my own?? -
-
finally. after 5 restarts..
i typed this in:
{
"starter":
{ "message": "Starter-Kit erhalten, Viel Erfolg!",
"max": 1, "items":
[ { "name": "Sleeping Bag", "amount": 1 },
{ "name": "Cooked Chicken Breast", "amount": 10 },
{ "name": "Wood", "amount": 1000 },
{ "name": "Stone", "amount": 1000 },
"Stone Hatchet", ]
}
}
is this correct? cuz it's not working.. -
Kits | Page 107 | Oxide -
hey guys was hoping someone here could help me out with an issue i'm having with the permission part of kits.
so i setup a kit /kit add apple (test name)
then i did /kit permission "chat" description "test description" items hide false
then when i do that it says added to permission kits.chat
so my question is why when i add people to kits.chat (usergroup add username kits.chat) can they still not see the kit in /kit?
any information would be helpful
Thanks -
Last edited by a moderator: Feb 25, 2016
-
I just did a wipe and I don't know how to reset the kit cooldown timer?
-
-
Kits for Rust | OxideLast edited by a moderator: Feb 26, 2016 -
those who join for the first time aren't getting autokit or see kits when spawning for the first time and after that it works
???