Possibility to set the Radius for the Arena Wall ?Suggestion
Is there a way to take into account a parameter to change the size of the radius of the protective wall? Like a Radius option in the basic options?
We have several constructions which are larger than the default size but by changing it to hard in the code, it necessarily affects small databases too.
For example :
[
            {
              "Option": "stability",
              "Value": "true"
            },
            {
              "Option": "autoheight",
              "Value": "false"
            },
            {
              "Option": "height",
              "Value": "0.0"
            },
            {
              "Option": "radius",
              "Value": "40.0"
            }
          ]
Thanks in any case for this fabulous plugin !!!
Doing this would require nothing be built by players within that radius. Currently this is a fixed radius, and allowing it to be changed would cause the plugin to not work as this radius also determines the elevation of the ground so that it doesn't spawn on uneven terrain. I'd have to rewrite how this is done to exclude this optional radius when above the fixed radius. It's a neat idea, and I'll add it to my todo list.