I have a contruction I want to set as the duel zone but I am unable to place it at specific cordinates. When I try to enter the location on the "DuelZones" line and reload the plugin it just wipes out that data. I'm not seeing anywhere else I can add that particular configuration line.
Trying to set zone location
you can't edit the data file without unloading the plugin first
go to the position, look at where you want the position, and type /duel custom
if there are too many zones then type /duel removeall
set this to 0 in config, Create New Zone Every X Duels
make sure config is setup properly for your server.
Thanks for the quick response. I'll try unloading it then doing those tweaks. The problem I'm running in to is I have a sky arena built out that I'm wanting to have the duels in, it's sat at about 3000 height. When I do the /duel custom it drops it all the way down on the ground. Assuming that it doesn't look for entites to map to, only the ground itself.
It's my hope, now that I know to unload it first, that I can go in and tweak the numbers there and reload it and the zone is moved up to where the arena I built is.
I did get the create new zone every X set to 0 already so I'm good there. I plan on this being the only zone.
Thanks again!
Merged post
O.k. so I set a custom spawn location using /duel spawns here (I don't see that one referenced in the documentation)
That created the spawn location where I wanted it, for reference that's at 0, 3000, 0
I then executed the /duel custom command. That created a duel zone located at 0, 3000, 0. However every spawn besides the one I was standing at were generated down at ground level and it threw up the arena ring down at ground level as well.
Here is how it generated the spawns
"AutoGeneratedSpawns": {
"(-0.18, 3002.50, 0.12)": [
"(134.82, 49.42, 0.12)",
"(132.77, 46.19, 23.57)",
"(126.68, 46.55, 46.30)",
"(116.73, 43.60, 67.62)",
"(103.23, 40.60, 86.90)",
"(86.59, 48.58, 103.54)",
"(67.32, 48.89, 117.04)",
"(45.99, 44.44, 126.98)",
"(23.26, 36.59, 133.07)",
"(-0.18, 27.17, 135.12)",
"(-23.63, 16.73, 133.07)",
"(-46.36, 18.66, 126.98)",
"(-67.68, 21.37, 117.04)",
"(-86.96, 20.55, 103.54)",
"(-103.60, 20.12, 86.90)",
"(-117.10, 21.54, 67.62)",
"(-127.04, 27.14, 46.30)",
"(-133.13, 29.99, 23.57)",
"(-135.18, 37.03, 0.12)",
"(-133.13, 40.34, -23.32)",
"(-127.04, 43.27, -46.05)",
"(-117.10, 43.09, -67.38)",
"(-103.60, 42.29, -86.65)",
"(-86.96, 42.08, -103.29)",
"(-67.68, 38.95, -116.79)",
"(-46.36, 40.22, -126.73)",
"(-23.63, 46.38, -132.83)",
"(-0.18, 52.05, -134.88)",
"(23.26, 54.62, -132.83)",
"(45.99, 46.68, -126.73)",
"(67.32, 40.34, -116.79)",
"(86.59, 52.17, -103.29)",
"(103.23, 54.20, -86.65)",
"(116.73, 57.32, -67.38)",
"(126.68, 56.33, -46.05)",
"(132.77, 57.38, -23.32)"And here's where it generated the Zone
"DuelZones": {
"(-0.18, 3002.50, 0.12)": "1"So the issues here are that it generated the zone where I was standing but generated the spawns at ground level, and it generated the walls at ground level as well. I think I can sort out the walls by just toggling off Use Arena Wall Generation right? As I don't need them to generate.