Grid Settings

Change the size of each square used on the Region Map grid.


Function of the Setting

The Grid Settings Section includes only two Settings.

  • SquareWidth: Sets the Width of each Square.
    (Legacy name: SQUARE_WIDTH, Plugin ≤ v2.7.0 / Essentials v20.1)
  • SquareHeight: Sets the Height of each Square.
    (Legacy name: SQUARE_HEIGHT, Plugin ≤ v2.7.0 / Essentials v20.1)

Default Values

Both Settings are set to 16 by default, which is also the recommended value.


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

1
SquareWidth = 16
2
SquareHeight = 16

Example ≤ v2.7.0 (Essentials v20.1)

1
SQUARE_WIDTH = 16
2
SQUARE_HEIGHT = 16
Attention

It's not recommended to change these values, as the Region Map Plugin is optimized for the default values.