NeverWear

Moved

Total Downloads: 3,724 - First Release: Apr 4, 2016 - Last Update: Nov 18, 2016

5/5, 12 likes
  1. k1lly0u submitted a new resource:

    NeverWear - Simple plugin to stop items from losing condition

    Read more about this resource...
     
  2. add permission.thank you!
     
  3. so useAttire=True will make clothing not to wear out ?
     
  4. Ok
    I was unaware

    If it has condition it should

    @Wulf you can remove this if you like :)
     
  5. Wulf

    Wulf Community Admin

    I actually took that over from another author. ;)

    No need, doesn't hurt to have one alt.
     
  6. Yeah an alternate is always good. You can't trust Wulf's shoddy coding. :D
     
  7. k1lly0u updated NeverWear with a new update entry:

    0.1.1

     
  8. Could you add NoWear for silencers?
     
  9. Doest seem to work, heres my config

    useTools = false,
    useAttire = true,
    useWeapons = false

    Chestplate etc still takes damage...am i doing anything wrong?
    [DOUBLEPOST=1459882586][/DOUBLEPOST]Disregard last post. Permissions permissions permissions.
     
  10. The Weapons category should cover silencers. I'll add a whitelist later so you can select individual items instead of a whole category of items
     
  11. You can make a plug the contrary? In what could be to change the strength any item from the list. For example, to a pickaxe not broke per 30 hit, and in 10
     
  12. k1lly0u updated NeverWear with a new update entry:

    0.1.2

     
  13. You can make separate permission for Weapons and Tools?
     
  14. Armor still breaks down
     
  15. k1lly0u updated NeverWear with a new update entry:

    0.1.3

     
  16. silencer still has damage. Even after adding it in the whitelist. Is added "weapon.mod.silencer" and "silencer"
     
  17. k1lly0u updated NeverWear with a new update entry:

    0.1.31

     
  18. everything works. Thank you!
    Code:
    {
      "useAttire": true,
      "useTools": true,
      "useWeapons": true,
      "useWhiteList": true,
      "WhitelistedItems": [
        "hatchet",
        "pickaxe",
        "rifle.bolt",
        "rifle.ak",
        "Bone Armor Pants",
        "Road Sign Jacket",
        "Wood Armor Pants",
        "Wood Chestplate",
        "Road Sign Kilt",
        "Metal Chest Plate",
        "Bone Jacket",
        "Metal Facemask",
        "Riot Helmet",
        "Hatchet",
        "Salvaged Axe",
        "Stone Hatchet",
        "Pick Axe",
        "Salvaged Hammer",
        "Stone Pick Axe",
        "Salvaged Icepick",
        "Rock",
        "Torch",
        "Assault Rifle",
        "Revolver",
        "Silencer",
        "Salvaged Sword",
        "Thompson",
        "Semi-Automatic Pistol",
        "Rocket Launcher",
        "Longsword",
        "Bolt Action Rifle",
        "Holosight",
        "Holosight",
        "Pump Shotgun"
      ]
    }
    [DOUBLEPOST=1460264500,1460219401][/DOUBLEPOST][04/10/2016 11:55:24] [Oxide] 11:55 [Error] Failed to call hook 'OnLoseCondition' on plugin 'NeverWear v0.1.31' (NullReferenceException: Object reference not set to an instance of an object)
     
  19. Use item short names in your config, not full names