A PocketMine-MP plugin that automatically enables coordinate display in all worlds.
- Automatically enables the
showcoordinatesgame rule for all worlds - Loads before worlds to ensure coordinates are available immediately
- Zero-lag implementation for optimal server performance
- Works with both existing and newly loaded worlds
- Download the latest release from the releases page
- Place the
VanillaXYZ.pharfile in your server'spluginsfolder - Restart your server
This plugin requires no configuration. It automatically enables coordinates in all worlds.
- Uses GameRulesChangedPacket to send coordinate display settings to players
- Listens for player join events to apply coordinates immediately
- Zero-lag implementation using network packets
- Works for all players when they join the server
This plugin is optimized for zero lag performance:
- Uses network packets instead of world game rule manipulation
- Minimal memory footprint
- Efficient event handling with player join events
- Zero impact on server performance
If you encounter any issues:
- Check that you're using PocketMine-MP API 5.0.0 or compatible
- Ensure the plugin is properly installed in the plugins folder
- Check server logs for any error messages
This plugin is released under the MIT License.