Holograms
Displays a floating countdown or READY text above registered chests.
Configured in config.yml.
Enable / Disable
Section titled “Enable / Disable”hologram: enabled: truetrue→ holograms activefalse→ disabled globally
Basic Setup
Section titled “Basic Setup”hologram: enabled: true height-offset: 1.5
format: ready: - "&a&lREADY" - "&7Click to open!" countdown: - "&eRefill in &f%time%" - "&7(%seconds%s)"Placeholders
Section titled “Placeholders”| Placeholder | Output |
|---|---|
%time% | Formatted time (mm:ss or m:ss) |
%seconds% | Remaining seconds |
Hide When Ready
Section titled “Hide When Ready”hide-when-ready: falsetrue→ hologram disappears when readyfalse→ shows READY format
Only With View Mode
Section titled “Only With View Mode”only-with-view: falsetrue→ visible only if a player has/nchestrefill viewenabledfalse→ always visible
Time Format
Section titled “Time Format”time-format: use-seconds: false format: "mm:ss"Formats:
mm:ss→ 05:30m:ss→ 5:30
If:
use-seconds: trueOutput example:
120sPosition
Section titled “Position”height-offset: 1.5Controls vertical offset above the chest.
Display Settings
Section titled “Display Settings”hologram: display:Alignment
Section titled “Alignment”text-alignment: centerOptions:
- center
- left
- right
Shadow
Section titled “Shadow”text-shadow: true- Enables Minecraft text shadow.
See Through
Section titled “See Through”see-through: falsetrue→ visible through blocksfalse→ normal visibility
Background
Section titled “Background”background: transparentOptions:
transparent#RRGGBB#AARRGGBB
Examples:
background: "#000000"background: "#88000000"Line Width
Section titled “Line Width”line-width: 300Controls text wrapping width.
scale: x: 1.0 y: 1.0 z: 1.0Controls hologram size.
Update Interval
Section titled “Update Interval”update-interval: 20- 20 ticks = 1 second
- Lower = smoother
- Higher = better performance
World Filtering
Section titled “World Filtering”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