Brilliant plugin for an admin with little time to keep up on repairs![]()
NeverWear
Moved
Total Downloads: 3,724 - First Release: Apr 4, 2016 - Last Update: Nov 18, 2016
- 5/5, 12 likes
-
How do I enable this for the whole server? Can I?
-
what about restart server? is it still work perm?
-
Players with perm report thats tools lose condotion
-
Hi Can you Update The Plugin Plz
-
Wulf Community Admin
-
is is is not working on my server everthing takes damage still is what do i set it on if i dont want it to take damage true or false because i use both and my guns still take damage
-
Update the plugin please weapon takes damage
-
plies update
-
it works
oxide.grant group default neverwear.weapons
oxide.grant group default neverwear.attire
oxide.grant group default neverwear.toolsLast edited by a moderator: Mar 3, 2017 -
@k1lly0u can I ask you a favour? Can you add hook, so over plugins can controll item condition on certain items be them selves?
So, for example after checking item for being null - Interface.Oxide.CallHook("OnNeverWearLoose", object[]{item}); -
Hey Killy0u can we get an update, the weapon category your weapons still lose health.
-
Neverwear stopped working for my server recently,
I have torch set as unbreakable and now it is breakable
{
"useAttire": false,
"useTools": false,
"useWeapons": false,
"useWhiteList": true,
"WhitelistedItems": [
"torch"
]
} -
Looks like today's update killed this plugin.
-
Wulf Community Admin
-
-
Yeah same issues, no errors but the tools and weapons are wearing out, when i have it set not to.
-
Code:void OnLoseCondition(Item item, ref float amount) { Puts("OnLoseCondition works!"); }
Code:void OnLoseCondition(Item item, float amount) { Puts("OnLoseCondition works!"); }
-
-
Wulf Community Admin