Initial Release
MapXYZ
A plugin that shows XYZ coordinates on maps, like the Legacy Console edition of Minecraft.
Features (all are configurable)
- Enables starting map so that when a player joins for the first time, they will be granted a empty map
- Disables the coordinates in the F3 menu, making players rely on the map more in gameplay
- Scales the default map zoom to be zoomed out at 1:8 (Level 3/4) to match Legacy Console edition
Config
# If true, players will get an empty map when they first join the server.
enable-starting-map: true
# If true, maps will scale at 1:8 (Level 3/4) by default when a map is created.
use-legacy-console-default-zoom: true
# Enables the reducedDebugInfo game rule on all worlds
# This option hides position info in the Debug menu (F3)
enable-reduced-debug-info: true
# Make the XYZ display position show the eye level position instead of
# the players feet level. This matches Legacy Console Edition but may cause confusion
use-eye-level-position: false
Commands
/mapxyz - Reloads the config of the MapXYZ plugin.
Permissions
mapxyz.command:
default: op
description: Allow players to execute the /mapxyz command