Support for Zone PvX pluginSuggestion

The developer doesnt want to support it. Can't really do anything about that. It is already designed to work with TruePVE and the exlude option is what allows it to allow PVP. after that the flags section allows for additonal flags from Zone Manager to be added. Currently it has the autolights added by default and can be changed added to or removed for Zone Manager Flags.

The option to display domes over the area also helps let people know they are in a certain area like PVP, the messages can be changed and edited as well for each. Its all configurable. But, according to the other developer - claiming its all set in stone and cant be changed is simply not true. Its a config file that controls it all. Just like any other config file you can change and edit the options that are shown.

Please tell me, how can I support it?
How do I know your zone is a PVP zone?

iTNgLjeEUwrLRsR.jpg Arainrr

Please tell me, how can I support it?
How do I know your zone is a PVP zone?

That is all in the config option, if they are using TruePVE, and they enable it, and set it to be excluded from the TruePVE Ruleset, by default it TruePVE will disable PVE and it will automatically become PVP for that excluded zone. 

Now if they are not even using TruePVE - none of this matters as the servers by default are all PVP.

1. How do I know which zones are created with your plugin? By name? It's too complicated.
2. How do I know what TruePVE mappings are used for your zone?

As I said, you just need to add "PvP" to the name of your PvP zone. Everything will be fine

I was able to fix this by going into the ZoneManagerAutoZones.cs and added = "pvp" + monumentname to the friendlyname

thanks.

hfTragYDlKQRFOe.jpg Velin

I was able to fix this by going into the ZoneManagerAutoZones.cs and added = "pvp" + monumentname to the friendlyname

thanks.

I was literally looking at that as adding that to the config as an option lol

can you show me your .cs @Velin?

FWIW, Since all of my monuments are PVP, I simply changed each instance of "monument.displayPhrase.english;" in ZoneManagerAutoZones.cs to "monument.displayPhrase.english + " [PVP]";".

For example, I changed:

string friendlyname = "Large " + monument.displayPhrase.english;
to
string friendlyname = "Large " + monument.displayPhrase.english + " [PVP]";

Obviously, if there was an option to change this per zone, that would be fantastic.

For what it's worth, the above fix still works with the latest versions of the plugins.

(Although I am strongly leaning toward using a different plugin at this point)

I don't understand the problem here. All we need is PVP to be included in the name of the zone that gets created in the Zone Manager data file. If we add it ourselves, it is wiped when Auto Zones is reloaded.