Rust-Kits

Moved

Total Downloads: 70,148 - First Release: Oct 21, 2014 - Last Update: Jun 7, 2018

4.96216/5, 185 likes
  1. read the overviews everything is explained ^^
     
  2. Code:
    [4/24/2015 10:42:35 PM] [Oxide] 10:42 PM [Warning] Kits plugin is using deprecated hook: OnPlayerSpawn
     
    Last edited by a moderator: Apr 24, 2015
  3. Wulf

    Wulf Community Admin

    You're using an outdated version. That doesn't exist in the latest version.
     
  4. Is there a way to add donator kits option like "-group1" so that only specific players can redeem the kit?
     
  5. Please give me file kit.json easy complete! i still no understand how make myself kit! :(

    I just want this:
    100.000 wood
    150.000 stone
    200.000 metal fragment
     
  6. kits cant be easier
    and read the overview
     
  7. Oh damn great plugin easy! Thanks!
     
  8. I'm trying to create a vip kit. When I enter in "kit add "vip" "blablabla" -vip -cooldown43200" it only recognizes the first "-vip" option. The kit can be redeemed by the vip player 1 after another. If I put the "-cooldown" option 1st then everyone in the server can get it. The second option is not being recognized. Thanks for your help!
     
  9. Why u are not reading earlier posts ... ?

    SO just go to oxide/data/Kits_list.json and add the cooldown
     
  10. I'm sorry. I skimmed through but missed it. Thank you!
     
  11. I need to fix that i guess, but i want to rewrite the plugin ^^
     
  12. Reneb updated Kits with a new update entry:

    custom permissions now, fixes

     
  13. Does translating messages in config file works?
     
  14. test you will see
    only player messages are translatable
     
  15. i tried to translate it but it doesn't work, so i was wondering for what purpose those messages are there? thx
     
  16. Make sure to reload the plugin after changing the config file.
     
  17. show me how you translated (the config)
     
  18. i reloaded plugin after i changed it.
    i didn't translated all of the lines.

    {
    "Messages: cantUseKit": "You are not allowed to use this kit",
    "Messages: itemNotFound": "Не найдено: ",
    "Messages: kitredeemed": "Вы получили набор для выживания, можно получить каждые 12 часов.",
    "Messages: kitsreset": "Время восстановления наборов сброшено для всех игроков.",
    "Messages: maxKitReached": "You've used all your tokens for this kit",
    "Messages: noAccess": "Вам нельзя использовать данную команду",
    "Messages: unknownKit": "Такого набора не существует",
    "Settings: authLevel": 1,
    "Settings: Permissions List": [
    "vip",
    "donator"
    ]
    }
     
  19. Reneb updated Kits with a new update entry:

    fixed configs not being editable


    [DOUBLEPOST=1430046045][/DOUBLEPOST]this should fix your problem