Skip to content

Holograms

Displays a floating countdown or READY text above registered chests.

Configured in config.yml.


hologram:
enabled: true
  • true → holograms active
  • false → disabled globally

hologram:
enabled: true
height-offset: 1.5
format:
ready:
- "&a&lREADY"
- "&7Click to open!"
countdown:
- "&eRefill in &f%time%"
- "&7(%seconds%s)"

PlaceholderOutput
%time%Formatted time (mm:ss or m:ss)
%seconds%Remaining seconds

hide-when-ready: false
  • true → hologram disappears when ready
  • false → shows READY format

only-with-view: false
  • true → visible only if a player has /nchestrefill view enabled
  • false → always visible

time-format:
use-seconds: false
format: "mm:ss"

Formats:

  • mm:ss → 05:30
  • m:ss → 5:30

If:

use-seconds: true

Output example:

120s

height-offset: 1.5

Controls vertical offset above the chest.


hologram:
display:
text-alignment: center

Options:

  • center
  • left
  • right

text-shadow: true
  • Enables Minecraft text shadow.

see-through: false
  • true → visible through blocks
  • false → normal visibility

background: transparent

Options:

  • transparent
  • #RRGGBB
  • #AARRGGBB

Examples:

background: "#000000"
background: "#88000000"

line-width: 300

Controls text wrapping width.


scale:
x: 1.0
y: 1.0
z: 1.0

Controls hologram size.


update-interval: 20
  • 20 ticks = 1 second
  • Lower = smoother
  • Higher = better performance

experimental:
world-blacklist:
- world_the_end
world-whitelist: []

Rules:

  • If whitelist not empty → only listed worlds allowed
  • If blacklist not empty → listed worlds ignored
  • If both empty → all worlds allowed