Rangefinder - JackFred2/EyeSpy GitHub Wiki
When zoomed in with a spyglass, an few additional lines of text will show up displaying the distance from the player, as well as the name of the block / entity being hovered.
Whether rangefinder functionality is enabled.
- Options:
true,false - Default:
true - Commands:
-
/eyespy config rangefinder enabled- Check if the rangefinder is enabled. -
/eyespy config rangefinder enabled <true|false>- Change whether the rangefinder is enabled.
-
Whether to display the name of hovered blocks in the rangefinder UI.
- Options:
true,false - Default:
true - Commands:
-
/eyespy config rangefinder showBlockName- Check whether the rangefinder displays the block name. -
/eyespy config rangefinder showBlockName <true|false>- Change whether the rangefinder displays the block name.
-
Whether to display the name of hovered entities in the rangefinder UI.
- Options:
true,false - Default:
true - Commands:
-
/eyespy config rangefinder showEntityName- Check whether the rangefinder displays the entity name. -
/eyespy config rangefinder showEntityName <true|false>- Change whether the rangefinder displays the entity name.
-
1.3.0+: Moved to Text
Whether the name display for blocks and entities should be coloured like the ping highlights.
- Options:
true,false - Default:
true - Commands:
-
/eyespy config rangefinder useColours- Check whether the rangefinder labels use colour. -
/eyespy config rangefinder useColours <true|false>- Change whether the rangefinder labels use colour.
-
1.3.0+: Moved to Text
Version: 1.2.0+
Modifier for the size of the rangefinder text.
- Options:
[0.25, 2]as a multiplier of the base size - Default:
1 - Commands:
-
/eyespy config rangefinder textScale- Check the current rangefinder text scale multiplier. -
/eyespy config rangefinder textScale<new range>- Change the current rangefinder text scale multiplier.
-
