Text Position Settings

Adjust the Text Position of UI elements on the Region Map.


Function of the Setting

The Text Position Settings Section includes various Setting to add a small offset to the Text Position of Text UI elements on the Region Map.

RegionNameOffset

Use these Settings to add a small Offset to the X and/or Y Position of the Region/District Name Text on the Region Map.


Example v3.0.0+ (Essentials v21.1+)

ruby
1
RegionNameOffsetX = 0
2
RegionNameOffsetY = 0

Example ≤ v2.7.0 (Essentials v20.1)

ruby
1
REGION_NAME_OFFSET_X = 0
2
REGION_NAME_OFFSET_Y = 0

Possible Values

The offset value may as well be negative as positive depending on your needs. Only round numbers are allowed.

LocationNameOffset

Use these Settings to add a small offset to the X and/or Y Position of the Location Name Text on the Region Map.


Example v3.0.0+ (Essentials v21.1+)

ruby
1
LocationNameOffsetX = 0
2
LocationNameOffsetY = 0

Example ≤ v2.7.0 (Essentials v20.1)

ruby
1
LOCATION_NAME_OFFSET_X = 0
2
LOCATION_NAME_OFFSET_Y = 0

Possible Values

The offset value may as well be negative as positive depending on your needs. Only round numbers are allowed.

PoiNameOffset

Use these Settings tot add a small offset to the X and/or Y Position of the POI (Point of Interest) Name Text on the Region Map.


Example v3.0.0+ (Essentials v21.1+)

ruby
1
PoiNameOffsetX = 0
2
PoiNameOffsetY = 0

Example ≤ v2.7.0 (Essentials v20.1)

ruby
1
POI_NAME_OFFSET_X = 0
2
POI_NAME_OFFSET_Y = 0

Possible Values

The offset value may as well be negative as positive depending on your needs. Only round numbers are allowed.

ModeNameOffset

Use these Settings to add a small offset to the X and/or Y Position of the Mode Name Text on the Region Map.


Example v3.0.0+ (Essentials v21.1+)

ruby
1
ModeNameOffsetX = 0
2
ModeNameOffsetY = 0

Example ≤ v2.7.0 (Essentials v20.1)

ruby
1
MODE_NAME_OFFSET_X = 0
2
MODE_NAME_OFFSET_Y = 0

Possible Values

The offset value may as well be negative as positive depending on your needs. Only round numbers are allowed.