Mouse Support Settings

Mouse Support Settings on the Region Map.


Table of Contents


Function of the Setting

The Mouse Support Settings Section includes various Settings to change the Mouse behavior on the Region Map.

UseMouseOnRegionMap

Use this Setting to enable or disable the support of the Mouse on the Region Map.


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

1
UseMouseOnRegionMap = true

Example ≤ v2.7.0 (Essentials v20.1)

1
USE_MOUSE_ON_REGION_MAP = true

Possible Values

  • true = Mouse Support is enabled.
  • false = Mouse Support is disabled.

MouseButtonSelectLocation

Use this Setting to choose which mouse button needs to be clicked to select a location on the Region Map. Clicking the same location again triggers a preview depending on the current Mode.


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

1
MouseButtonSelectLocation = Input::MOUSELEFT

Example ≤ v2.7.0 (Essentials v20.1)

1
MOUSE_BUTTON_SELECT_LOCATION = Input::MOUSELEFT

Possible Values

  • Input::MOUSELEFT = The Mouse button.
Hint

Currently there are only 2 supported mouse buttons you can choose from MOUSELEFT and MOUSERIGHT.

MouseButtonMoveMap

Use this Setting to choose which mouse button needs to be clicked to move the Region Map. Click and drag is how you can move the map.


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

1
MouseButtonMoveMap = Input::MOUSERIGHT

Example ≤ v2.7.0 (Essentials v20.1)

1
MOUSE_BUTTON_MOVE_MAP = Input::MOUSERIGHT

Possible Values

  • Input::MOUSERIGHT = The Mouse button.
Hint

Currently there are only 2 supported mouse buttons you can choose from MOUSERIGHT and MOUSELEFT.