Compatibility
Minecraft: Java Edition
1.21.3–1.21.4
1.21–1.21.1
Platforms
Creators
Details
Licensed MIT
Published 8 months ago
Updated 8 months ago
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
- Namespaced Block ID
Displays the full key (e.g.minecraft:stone). - Fluid Support
Ray-trace detects water, lava & all fluids viaFluidCollisionMode.ALWAYS. - Block Facing
Appends[north],[up]etc. on directional blocks. - Per-Player Toggle
/blockid togglelets each player enable or disable their own display. - Live Config Reload
/blockid reloadreloadsconfig.ymlat runtime—no restart needed. - Fully Configurable
Range, update interval, text color and custom prefix viaconfig.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)
# 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: ''



