Server Restart my Dynamic PVP ZoneDomes Color removes

Server Restart my Dynamic PVP ZoneDomes Color removes, how do I stop my ZoneManager Zone ID from changing each restart? This removes the color I set around my Dome each time I restart my server.

You still have this issue? 

I found a fix, i renamned the plugin ZoneManagerDomes.cs

As well as inside the plugin and also changed the class from ZoneDomes to ZoneManagerDomes

Oxide and carbon load plugins by alphabetical order, and Zone Manager needs to load before Zone Domes to create the zones BEFORE loading the data from zone domes.

 

Hope this helps

6qfn54QKXoaSvsr.jpg arandumdude

You still have this issue? 

I found a fix, i renamned the plugin ZoneManagerDomes.cs

As well as inside the plugin and also changed the class from ZoneDomes to ZoneManagerDomes

Oxide and carbon load plugins by alphabetical order, and Zone Manager needs to load before Zone Domes to create the zones BEFORE loading the data from zone domes.

 

Hope this helps

 

I did not find a fix I just removed zone colors. But this is an awesome fix I'll try using this soon thanks so much for taking the time to reply :)

 

a95TSK5V2xjAQ4a.png SlayersRust

 

I did not find a fix I just removed zone colors. But this is an awesome fix I'll try using this soon thanks so much for taking the time to reply :)

 

Yours might be slightly more complicated if youre using it for dynamic pvp. Not sure. But give it a shot! Theres also a plugin if you use RestoreUponDeath in your server to block restore inside dynamicpvp zones as well. 

https://github.com/WheteThunger/NoRestoreInDynamicPVPZone

I also modified it to work with ZoneManager only, without the need for dynamicPVP. Only condition is every zone manager zone will block ResotreUponDeath:

Here:

https://github.com/aRandumDude08/NoRestoreZoneManager