Rust Unbreakable torch

Discussion in 'Plugin Requests' started by Togoshige, Jul 14, 2017.

  1. Torches do not break for users with permission

    - less torches to have to carry at night
    - helps players who live underground
     
  2. Thanks @Frankyツ ! Ill test it out and report back
     
  3. awesome, let me know if it works.
     
  4. It works!

    config/NeverWear.json
    Code:
    {
      "useAttire": false,
      "useTools": false,
      "useWeapons": false,
      "useWhiteList": true,
      "WhitelistedItems": [
        "torch"
      ]
    }
    Permission 'neverwear.use' - Required to use the whitelist