BLOCKID Display
PluginMIT

BLOCKID Display

Displays the namespaced block ID (including water/lava) and block facing direction in the ActionBar.

32
Downloads
0
Followers
11 months ago
Updated
📦
1
Versions

📖About 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

  • Namespaced Block ID
    Displays the full key (e.g. minecraft:stone).
  • Fluid Support
    Ray-trace detects water, lava & all fluids via FluidCollisionMode.ALWAYS.
  • Block Facing
    Appends [north], [up] etc. on directional blocks.
  • Per-Player Toggle
    /blockid toggle lets each player enable or disable their own display.
  • Live Config Reload
    /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)

# 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: ''