(Official) LUA Scripting Documentation
add_zone
Add a new zone. Use zones to control the properties of cubic regions of the world.
Spec:
add_zone(
string name,
long x1,
long y1,
long z1,
long x2,
long y2,
long z2,
bool is_temp)
Parameters
name
: The name of the zonex1
: The x component of the regions min map pointy1
: The y component of the regions min map pointz1
: The z component of the regions min map pointx2
: The x component of the regions max map pointy2
: The y component of the regions max map pointz2
: The z component of the regions max map pointis_temp
: true or false
Incomplete
This documentation is incomplete