Zones & ZoneIDsSolved

Hi,

 

Is there a way to make this work with the "No Durability" plugin?

It uses ZoneIDs to specify certain locations, (I know RaidableBases don't use Zone Manager per default) but i was wondering if i can still find a ZoneID to apply to the config for that plugin.

 

Or do all zones create dynamic ZoneIDs and would render this imposssible?

hi,

you can dsiable by setting this false Block Plugins Which Prevent Item Durability Loss but you can't do it by zone unless you had a plugin that can grant and revoke permissions when they enter and exit zones. raidablebases.durabilitybypass

nivex

hi,

you can dsiable by setting this false Block Plugins Which Prevent Item Durability Loss but you can't do it by zone unless you had a plugin that can grant and revoke permissions when they enter and exit zones. raidablebases.durabilitybypass

Hi, 

I don't see this in the config, (2.70) 
Just under the permission section than?

Unless you mean changing this in the cs file and add "false;" to it :D thanks for the support btw

This plugin is huge so it can be a bit confusing :)

            [JsonProperty(PropertyName = "Block Plugins Which Prevent Item Durability Loss")]
            public bool EnforceDurability { get; set; } = false;

 

no, it's in the profiles

oxide/data/RaidableBases/Profiles/

if you cannot find something in the config then it will always be in the profiles

Locked automatically