Cursor Settings
Cursor Settings on the Region Map.
Table of Contents
Function of the Setting
The Cursor Settings Section includes various Settings to change the behavior of the Cursor on the Region Map.
CursorMapOffset
Use this Setting to enable or disable a 1 tile offset on the Region Map.
Example v3.0.0+ (Essentials v21.1+)
1
CursorMapOffset = true
Example ≤ v2.7.0 (Essentials v20.1)
1
CURSOR_MAP_OFFSET = true
Possible Values
true= There will be a 1 tile offset towards the edges of the Region Map.false= There will be no offset towards the edges of the Region Map.
CenterCursorByDefault
Use this Setting to enable or disable the Cursor being centered on the Region Map when there's no mapPosition defined for the Game Map the Region Map was opened from.
Example v3.0.0+ (Essentials v21.1+)
1
CenterCursorByDefault = true
Example ≤ v2.7.0 (Essentials v20.1)
1
CENTER_CURSOR_BY_DEFAULT = true
Possible Values
true= The cursor will be centered.false= The cursor will not be centered and placed at the top left.