Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. Please no need to take the Lords name in vain
     
  2. So, trying to set a VIP kit to be available once a week, with the wipe taking place on Thursdays. I know we could set a 7 day timer, but we want to set it to be available every thursday after the wipe. Any ideas?
     
  3. "hide": true,
    set it to true and when ready to be used set it to false
     
  4. is there a way that kits are only accessible via npcs and not /kit
     
  5. Dont add them to the GUI and the kit should be "npconly": true, as default for npcs
     
  6. Guys..congrats for such a plug!!!! Would like to know if you can solve this...anytime i wipe server (once a week) i need to enter same day and throw a /kit resetdata..is it any option i can enter that "chat" command but in rust console so i dont need to enter the game for doing that? Lots of thanks!!!!
     
  7. delete kits_data.json from data folder when server is offline but next time always read other posts as I posted this one page back
     
  8. Is this possible to set up all in the Config and if so do you have a sample. Just basic kit (Auto kit to add map, building plan & hammer) to starter kit
     
  9. Kappasaurus updated Kits with a new update entry:

    3.2.9

     
  10. @Kappasaurus does the new update change anything in the kits.json from data folder?
     
  11. this is the first time i've tried to set up kit buildings. i'm not sure if i'm doing something wrong or what.
    kits and copypaste are both up to date

    this is the message i get when trying to redeem a building kit:
    upload_2017-7-20_20-1-58.png

    here is relevant config:
    "CopyPaste - Parameters": [
    "autoheight",
    "true",
    "blockcollision",
    "3",
    "deployables",
    "true",
    "inventories",
    "true"
    ],

    here is relevant kit data:
    },
    "test": {
    "name": "test",
    "description": "Deploy test.",
    "max": 0,
    "cooldown": 0.0,
    "authlevel": 0,
    "hide": true,
    "npconly": false,
    "permission": null,
    "image": null,
    "building": "test",
    "items": []
    }
     

  12. Delete kits config file and reload it
     
  13. Thanks man! Working like a charm. I was able to add the other parameters I wanted as well. Cool!
     
  14. Unfortunately some of the parameters changed in the new update, if you read my post I stated you may have to remove some pre-existing parameters to get it to work correctly. You can compare your list against the existing ones on the CopyPaste overview, or simply regenerate your configuration if you don't mind.
    [DOUBLEPOST=1500605519][/DOUBLEPOST]
    No, it doesn't. I wanted to revamp the whole plugin however that's the exact reason I never finished my version. I'm slightly concerned about removing a ton of features and causing havoc. :p
     
  15. how to add a VIP group that can redeem VIP kits ?!
    That everyone can see the kits but can't redeem
     
  16. /kit edit <name>
    /kit hide false
    /kit permission "vip"
    and then grant the permission to the group. its in the overview as well.
     
  17. in your config
    "Show All Kits": true,
     
  18. tnq very much
    [DOUBLEPOST=1500647421][/DOUBLEPOST]
    tnx <3
     
  19. you could say what parameters to change... would be nice. i dont want to mess up or have to reconfigure my kits.
     
  20. in the config change this part so it looks like this
    Code:
    "CopyPaste - Parameters": [
        "deployables",
        "true",
        "inventories",
        "true"
      ],