Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. is there a way to set the /kit give to a consol command? we are working on a donation pack, but want this to be resetted if rebuy thinking of a "click to rebuy" button on webpage but need a consol command to get this to work
     
  2. Kits | Page 201 | Oxide
    the same as in the 4005-th post
     
  3. i mean, the /kit give <player> <kitname> works, but woud be nice with a consoll comand like kit.give <player> <kitname>
     
  4. Why give players kits let them do it themselves
    [DOUBLEPOST=1473362976][/DOUBLEPOST]
    If you get that then you have a mistake somewhere upload your config file and the kits.json file from your data folder
     
  5. fixed -----
     
    Last edited by a moderator: Sep 8, 2016
  6. [H]

    [H]

    oxide.grant user xxx kits? any permission for kits? no ownerdid pls.
     
  7. grant user "Nickname" kits.kitname (for example kits.vip)
     
  8. You must have the items on your char before making each kit
    After you make a kit with a permission it will have the kits. in front of it so for vip it will be Kits.vip for donator it will be Kits.donator just do what I posted below and it will auto add the Kits. in front of the permission.
    The permission that you will now find in your kits.json file found in your oxide/data folder is what you will need to add to the new group you have set up for the special kit



    /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 donator

    /kit add "vip"
    /kit items description "VIP reward" permission 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
     
    Last edited by a moderator: Jan 21, 2017
  9. I installed the newest version of this kit to my server (Fragnet). Once I type /kit into the console it says unknown command. What am I doing wrong?
     
  10. Goes into your oxide/plugins folder
     
  11. Yes, that is where I have uploaded the file from here. First I tried it through the Gamecenter of Fragnet. When that didn't work, I deleted it, downloaded the file manually and uploaded it inthe the Oxide/Plugins folder with FileZilla. I restarted the server, but once i type /kit into the chat (by pressing "T") it only says "unknown command"
     
  12. No one has permission to use the kits besides "ownerid" ? ..
     
  13. I did it once more. Stopped the server. Delted the kit with Filezilla, downloaded the newest version of the Kit from here, uploaded it. Started server! And now? Fudge yea, its working! Thank you guys for trying to help me :D
     
  14. See my post above
     
  15. It is installed in Oxide/Plugins
     
  16. Maybe the command for making moderators authlevel 2?
     
  17. authlevel 2 is admins not sure what you are saying
     
  18. How can I make a different Autokit for players or Admins?
     
  19. You cant one autokit only
     

  20. 1) /kit add "autokit"
    2) /kit authlevel 2 hide true => this will set the kit only manually redeemable for admins, and hide will hide it from the list in /kit.

    3) /kit items => this will copy the items in your inventory to set it as the new kit. you don't need to do it seperatly you can do it in the previous line: /kit authlevel 2 items hide true