Displays the players current x y z position.
You can customize which of the x y z positions are show by changing the Text value.
Configuration
The settings and options can be configured in the MagicCoordinatesPanel file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.Configuration Options
Update Rate (Seconds) How often the panel should update the players position in secondsYou can customize which of the x y z positions are show by changing the Text value.
- For x you need to have {0}
- For y you need to have {1}
- For z you need to have {2}
- If you wish to format the value add a :0 after the number like {0:0}