Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. How can i spawn blueprints? is there a separate plugin i can use?
     
  2. Yes there is a plugin named Give http://oxidemod.org/resources/give.666/

    if u install it when u are in-game type /give "name" "item" "ammount" if you want a bp type the same but ! /give "PaiN" "Hazmat Gloves bp" "1" just add " bp" after the item
     
  3. Im set as admin, when i try to add a kit it says i dont have permission, possible plugin conflict? i have pets installed its been known to cause issues.

    thanks in advance
     
  4. pets uses oxide permissions & rust permissions
    give only use rust permissions, so i would guess is that you've got oxide permsissions but not rust permissions (ownerid YOURSTEAMID64)
     
  5. I added myself as admin by typing in the console ownerid "myid" "my name". That is the rust permissions right? how do i add oxide permissions?
    [DOUBLEPOST=1428231651][/DOUBLEPOST]It might be a bit of a hackjob, but can i just manually add the kits into the config? could you maybe give me an example config i could tinker with?
    [DOUBLEPOST=1428232901][/DOUBLEPOST]The dev for Pets put out an update that fixed my issue with the conflict, thanks
    [DOUBLEPOST=1428235691][/DOUBLEPOST]ugh well it did work but i think its because pets might not have loaded properly at that time.
    Could i do the plan b, adding it manually in the data configs? do you have an example i could use?
     
  6. Hey @Mughisi how can i change it a kit for authlevel 1 and cooldown..
    I am creating VIP Kit with CommanBlocker and for Players with Authlevel 1...I test it and there is no cooldown if i set one :(
     
  7. go and find a file named Kit_list in data folder and change your options there
     
  8. yeah i know but if create a kit /kit add "VIP" "TEST" -authlevel1 -cooldown300
    they can use it everytime :>

    @PaiN
     
  9. thats what i told u dont write everything in command you have to add the other settings in the file
     
  10. Hmm okay i will test it thank you :)
    [DOUBLEPOST=1428420604][/DOUBLEPOST]@PaiN its workin thank you :D...but why cant normal players see this kit :O do you know how to change it ?
     
  11. I'm sorry to have to bother you again, but I am getting this error:

    [Oxide] 7:07 PM [Error] Kits plugin failed to compile! Exit code: 1
    [Oxide] 7:07 PM [Warning] error CS2001: Source file `C:\TCAFiles\Users\CameronF1\8460\server\?\oxide\plugins\Kits.cs' could not be found

    Nitrous servers installed oxide automatically on my server and don't provide a way of choosing the version, so I'm not sure if they automatically used a snapshot build or not. Rust servers are still new to me, so I don't exactly know where to look for the version and whether it's safe to try to manually change the version.
     
    Last edited by a moderator: Apr 7, 2015
  12. Wulf

    Wulf Community Admin

    What are you using for your server identity? Are there any symbols in it?
     
  13. Yeah, I have one radiation symbol. Could that be causing it?
     
  14. Wulf

    Wulf Community Admin

    Yes, I'd recommend using something simple for your server identity. Your server identity is just for internal use and isn't shown to the public. Your server hostname can be whatever you'd like really.
     
  15. Thank you :) it worked
     
  16. Hello, I am unable to create automatic starter ...

    I'm putting this:

    /add kit "autokit" "Auto kit" -authlevel2

    and is not working, that's right the command for automatic kit?
     
  17. /kit add "autokit" "Auto kit" -authlevel2
     
  18. I found the problem is that if I put like this: "/add kit" kit "kit" -authlevel2 ",does not work, but if I put like this:"/add kit "kit" -authlevel2", give yes works, Ah! try to fix a problem, when I put more than one option as: "-authlevel2 -max1 -cooldown3600", only the first option is valid, the others do not work.

    Sorry for my English, I'm Brazilian.
     
  19. "-authlevel2" "-max1" "-cooldown3600"
     
  20. have to put everything in quotation marks? I was not putting, I was just putting the kit name and description.

    Sorry for my English, I'm Brazilian.