Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. I have them with Kits.donator/2/3

    as shown in one of your past posts:
    /kit add "donatorreward"
    /kit items description "Donator reward" permission Kits.donator

    /kit add "vip"
    /kit items description "VIP reward" permission Kits.vip
     
  2. Do you have 3 groups each with the diff donator permission
     
  3. Hi I wasn't able to find it here and have seen it setup like this on a server so know that you can do this,
    how do you setup a pre cool-down timer that all players need to wait before 1st use and then the normal cool-down timer will take over
     
  4. yes myself and others get the message "you are not creating or editing a kit" even when i give them or me permissions and i am admin anyway and should be able to use every kit?

    when i give them the permission they can see the kit but they get the above message
     
  5. Only ones with auth 2 (ownerid) can add or edit kits if you have auth 2 and still cant pm me your skype info will help you over it
     
  6. After having a nice chat with Resistance we found the issue, make sure to set your kit name and title to be the same, with no spaces and all lower case e.g.
    Code:
        "vip2": {
          "name": "vip2",
    Also make sure when adding a user to a permissioned kit that you have the permissions correct with a Capital K (Kits.vip) and that you add the user the group AND give the user the permission as well e.g.
    Code:
    To add users to a group:
    oxide.usergroup add <username> <groupname>
    You can grant a user permission by using:
    oxide.grant user <username> <permission>
     
  7. HELP
    Does anyone know how to seup a Pre cool down timer for a kit before 1st kit use?
     
  8. Check my post on page 107
     
  9. anyone got any knowledge on how to create say an auto kit for when a player spawns in a arena i created & when the event is finished the kit is removed from them
     
  10. Hello all,

    i want to add donors VIP kits, 3 of them, bronze, silver and gold.I managed to add bronze vip kit with a permission Kits.Vip, but what permission i need to put on other 2 kits?
    I want silver vip to redeem only silver kit, bronze vip to redeem only bronze kit and gold vip to redeem only gold kit, but if i put Kits.Vip on every kit, doesnt that mean they would be able to redeem all of them, no matter what vip group they are?
    [DOUBLEPOST=1455022503][/DOUBLEPOST]
    maybe like this:
    for kit:
    Code:
    /kit add "Bronze VIP"
    /kit permission "Kits.BronzeVip"
    for group:
    Code:
    oxide.group add "Bronze VIP"
    oxide.grant group "Bronze VIP" "Kits.BronzeVip"
    Is this correct?
     
  11. The permission is the name of the kit so bronze or even if caps Bronze needs to be Kits.bronze and silver needs to be Kits.silver
     
  12. I keep getting "Unknown command: kit", ive reinstalled a couple times with no luck.
    Im fairly new to this but im certain I have it installed in the right place
     
  13. path where you put the plugin
     
  14. server\my_server_identity\oxide\plugins\

    The rest of my plugins are working but Kits just wont load.

    Whenever I try and load them through Rusty it gives me these errors:
    [Oxide] 4:22 PM [Warning] Ignored obsolete game extension reference 'Oxide.Ext.RustLegacy' in plugin 'Kits'
    [Oxide] 4:22 PM [Error] Assembly referenced by Kits plugin does not exist: Facepunch.ID.dll
    [Oxide] 4:22 PM [Error] Assembly referenced by Kits plugin does not exist: Facepunch.MeshBatch.dll
    [Oxide] 4:22 PM [Error] Assembly referenced by Kits plugin does not exist: Google.ProtocolBuffers.dll
    [Oxide] 4:22 PM [Debug] EnqueueCompilation called for an empty compilation
     
  15. Are you running legacy as this plugin is not for legacy
     
  16. No, not sure why its even mentioning legacy
     
  17. Well it looks like you have the wrong kit installed
     
  18. Just deleted it and then reinstalled a fresh downloaded version and still getting the same error
     
  19. You sure you have experimental server installed and not legacy. First delete script then the config file and both files in data folder then install the one below
     

    Attached Files:

    • Kits.cs
      File size:
      41.8 KB
      Views:
      48
  20. Is that a different file? That one seemed to work, thanks