Line Mode
Display HUD elements in a single line
Configuration
# A BossBar occupying one line
bar_1:
# BossBar display condition, Use Kether
if: |
check player health > 10
option:
# Set default font
font: pixel
# Set default image metadata
image:
# Image namespace
namespace: xerr_ui
# Image id (basename)
id: icon
line:
# id
time_icon:
# Horizontal coordinate
x: 0
# Vertical coordinate
y: 14
# Image
image:
# Image namespace, overrides default namespace
namespace: hello
# Image id (basename), overrides default basename
id: world
# Image id
id: time
# id
time:
# Text content, supports color codes, PAPI, and {{ KETHER }} statements
text: " &c%player_world_time_24% "
# Refresh interval, 20 = 1 second
refresh: 5
# Display condition
condition: |
check player health > 1
x: 2
y: 0
# Background, can be omitted
background:
# Background id
id: background_1
# Background horizontal coordinate
x: 0
# Background vertical coordinate
y: 14