#===================================#
# ZURE ZONES CONFIGURATION SETTINGS #
#===================================#
General
| tile-size | 10 | Size (n*n) of a chunktile in chunks. |
| debug | off | Console debugging. |
Limits
#zure.limit.*
Limits are limitations for players for the count and size of the zones they can create / own. For further limitation informations visit the limitations page.
| one_10_10: | name (permission: zure.limit.one_10_10) |
| count: 1 | limits the zones owned to 1 |
| min-side: 4 | the minimum side of zone can be created |
| max-side: 10 | the maximum side of zone can be created |
| blocks2d: 100 | maximum blocks on the x-z plane |
| three: | name (permission: zure.limit.three) |
| count: 3 | limits the zones owned to 3 |
| senior: | name (permission: zure.limit.senior) |
| max-side: 200 | maximum side length of zone can be created |
| min-side: 10 | mininum side length of zone can be created |
| blocks2d: 400000 | maximum owned blocks on the x-z plate per zone |
| unlimited: | name of the limitation (permission: zure.limit.unlimited) |
| count: - | the number of the owned zones is unlimited |
| max-side: - | maximum side length of zone can be created is not limited |
| min-side: - | mininum side length of zone can be created is not limited |
| blocks2d: - | maximum owned blocks on the x-z plate per zone is not limited |
| blocks3d: - | maximum owned blocks per zone is not limited |
Comments