Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. I now, but the plugin bypass the other plugin
     
  2. Can you translate that better no idea what you are saying
     
  3. What is the Permisson for the kits?

    like in the console do i type oxide.grant use "TyedylPlays" "kits"?
     
  4. You dont type anything players can use all kits as long as its not an admin or mod kit or it does not have its own permission like a vip kit
    You must have the items on your char before making each kit
    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
     
  5. I don't think that you get what I mean. I want a moderator to be able to add/edit/remove kits (for example, changing event kits).
     
  6. They cant they need auth level 2 only way is change it in the script
    on line 305 and 352
    Change
    if (player.net.connection.authLevel < 2
    to
    if (player.net.connection.authLevel < 1
     
  7. can i fix it its an annoying problem and i cant make kits right now
     
  8. when i type /kit add basic this happens....how do i fix it?
     

    Attached Files:

  9. nothing to fix just read
     
  10. how did you end up fixing it? my problem is the same as yours, it says all is good until you try to use it and then it acts like there is nothing in the kit to give but it says kit redeemed
     
  11. You only added the kit name not the items in the kit please follow page 107 or scroll up a few posts I reposted it again
     
  12. when you create the kit you need to have the items you want in your kit, in your inventory, then you need to do /kit items to copy from the iventory to the kit.
     
  13. Hey guys, Sorry if my question look stupid and thanks for taking the time to help me.

    When players write "/kit" in the chat, i would like to show a gui with kits (like with the NPC in the showroom video) but is it possible to do it without NPC ? How ?

    Regards.
     
  14. If you upload the kits.json from your config and the kits.json from your data folder will edit them for you
     
  15. .............................................
     
    Last edited by a moderator: Jun 26, 2016
  16. Wow thanks :) I'll try to understand what you did when i'll get the files back tho. Thank you again for your time (I linked the files).
     

    Attached Files:

  17. Here is your config updated reload plugin once you upload this in game type /kit I also fixed your data file
    If you could run this rcon command, but make sure you do have a vip group first if not, make one if you use a different name then change the below command
    oxide.grant group vip Kits.vip
    You can only run the above after you have reloaded Kits
    If you want the kit names in colour I can do that if you want just quote this post so I will get an alert
     

    Attached Files:

    Last edited by a moderator: Jun 26, 2016
  18. Everything work perfectly ! Amazing :)

    It would be awesome to have the VIP kit in yellow/gold but maybe i can find the solution around the web ? (Dont want to abuse of your time :p)

    One last question : If i add some Kits later, do I have to do something or it will embed itself to the GUI ?
     
  19. As far as I know it has never been posted anywhere and if you add more kits you do need to add them into the config as well
     
  20. Aw ok so maybe if you have a bit of time i would be really grateful for the color help (if not it's ok you already helped me a lot !).