Configuration Settings
This mod contains several config options to modify values and behaviors - such as for balance or server safety concerns, or simply personal taste - to your preferences. Note that several settings may have bounds imposed on their values, either logically or explicitly; these can usually be seen in the actual settings files or ingame. These are listed in order found in the source code, which is generally the order in which they were added; They may be present in a different order ingame or in the configuration files.
The settings for the mod, when installed, can be found in the 'config/Reika' subfolder of the MC instance.
Do in-zone overlay
Type: boolean
Current Default Value:
true
Fade Overlay In and Out
Type: boolean
Current Default Value:
false
Shrink Overlay
Type: boolean
Current Default Value:
false
Intercept Fake Players
Type: boolean
Current Default Value:
true
Log to Dedicated File
Type: boolean
Current Default Value:
true
Teleport Command State
Type: int
Current Default Value:
2
0 = Disable the command, 1 = Admins only, 2 = Anyone can use.
Allow GotoTerritory Command Interdimensionally
Type: boolean
Current Default Value:
false
Source Code
The source code for TerritoryZone can be found here:
GitHub