mirror of
https://github.com/YouHaveTrouble/NotJustNameplates.git
synced 2026-05-11 22:16:57 +00:00
24 lines
632 B
YAML
24 lines
632 B
YAML
# Config is subject to change, take regular backups
|
|
nameplates:
|
|
default:
|
|
# How often to switch betwwen frames (in ticks)
|
|
# If set to 0, transitions will be disabled
|
|
refresh-rate: 10
|
|
|
|
# Animation frames
|
|
frames:
|
|
1:
|
|
text: "%displayname%"
|
|
|
|
# Billboard options are as follows:
|
|
# "center" - pivots around center point
|
|
# "vertical" - pivots around vertical axis
|
|
# "horizontal" - pivots around horizontal axis
|
|
# "fixed" - no rotation
|
|
billboard: "vertical"
|
|
|
|
messages:
|
|
config-reloaded: "<aqua>NJN Config reloaded."
|
|
no-permission: "<red>You do not have permission to use this."
|
|
|