BLOCKID Display
Displays the namespaced block ID (including water/lava) and block facing direction in the ActionBar.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
BLOCKID Display
BlockID Plugin
A lightweight Paper 1.21.x plugin that shows you exactly what you’re looking at—block IDs, fluids and facing direction—in your ActionBar.
---
📋 Features
- Fully Configurable Displays the full key (e.g. `minecraft:stone`). - Fully Configurable Ray-trace detects water, lava & all fluids via `FluidCollisionMode.ALWAYS`. - Fully Configurable Appends `[north]`, `[up]` etc. on directional blocks. - Fully Configurable `/blockid toggle` lets each player enable or disable their own display. - Fully Configurable `/blockid reload` reloads `config.yml` at runtime—no restart needed. - Fully Configurable Range, update interval, text color and custom prefix via `config.yml`.
---
⚙️ Commands
| Command | Description | Permission | |---------------------------|-------------------------------------------------------|-----------------| | `/blockid toggle` | Toggle your personal BlockID display on/off | `blockid.use` | | `/blockid reload` | Reload the plugin’s `config.yml` without restarting | `blockid.use` |
---
🔒 Permissions
| Permission | Default | What it does | |-------------------|---------|---------------------------------------------------------| | `blockid.use` | `true` | Allows using `/blockid toggle` and `/blockid reload`. |
---
🔧 Configuration (`config.yml`)
```yaml
BlockID config.yml
Maximum ray-trace distance (blocks)
range: 100
Update frequency (server ticks)
interval-ticks: 5
ActionBar text color (Minecraft color name)
color: YELLOW
Optional prefix before the ID (e.g. "BlOCK: ")
prefix: ''