Hey!
After testing a lot of diffrent methods to create a permanent PvP Zone on my PvE Server I finally gave up.
I am doing the same process of commands and changing the configs all the time but the outcome is always diffrent.
I just want to create custom Zones with diffrent sizes, forms etc. where PvP is enabled so I'm doing the following:
1. Create a Zone with ZoneManager: /add_zone
2. Change the name of the Zone: /zone name "test 123"
3. Change the form and the size of the Zone: /zone size "500 200 400" (Rectangle Zone)
4. Adding a Dynpvp Event: /dynpvp add "test 123 PVP" ( Need to write PVP for the PVPIndicator, right? )
5. Unload ZoneManager & DynamicPVP
6. Changing Enable Event, Enable PVP Delay & Auto Start = true + adding the Zone ID (of the ZoneManager Zone) in the data/DynamicPVP.json
7. Load ZoneManager & DynamicPVP again
8. Everything works BUT the Zone has its original form again, just a small ball instead a rectangle.
What am I doing wrong? Sometimes it works perfectly but I didn't managed to make it work again for 3 days now.