ServerXRay
A fully customizable XRay plugin for Minecraft servers. Highlight specific ores with configurable colors, async scanning and per-player support — without needing any mods.
✅ Features
- Toggle XRay per player with /xray
- Configure radius, update interval, and colors via config.yml
- Different colors per block
- Asynchronous scanning (won’t lag your server)
- Ideal for staff tools, builders, or spectator modes
Installation
- Download the plugin JAR and place it in your /plugins folder
- Install ProtocolLib (required)
- Restart the server
⚙ Configuration
Code (YAML):
xray:
radius
: 30
interval
: 40
highlights:
DIAMOND_ORE
: AQUA
DEEPSLATE_DIAMOND_ORE
: BLUE
GOLD_ORE
: GOLD
IRON_ORE
: YELLOW
EMERALD_ORE
: GREEN
Commands
Code (Text):
/xray - Toggle XRay for yourself (Permission: xray.use)
ToDO:
- /xray reload
- Per-player radius and settings
- GUI for block selection
- API for plugin developers
- World-based restrictions
- Custom messages (messages.yml)
- Smart caching + chunk-based scanning
- Protection plugin support (WorldGuard, etc.)
License
MIT License © 2025
Lucas Santoro
Author
Developed with ❤️ by
Lucas Santoro. Feedback and contributions welcome!