mirror of
https://github.com/YouHaveTrouble/NotJustNameplates.git
synced 2026-05-12 14:36:57 +00:00
animations, config, built-in display name placeholder, update improvements
This commit is contained in:
@@ -1,12 +1,23 @@
|
||||
# Config is subject to change, take regular backups
|
||||
nameplates:
|
||||
default:
|
||||
text:
|
||||
- "%player_displayname%"
|
||||
# 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%"
|
||||
background: "#0000FFAA"
|
||||
2:
|
||||
text: "%displayname%"
|
||||
background: "#FF0000AA"
|
||||
|
||||
# Billboard options are as follows:
|
||||
# "center" - pivots around center point
|
||||
# "vertical" - pivots around vertical axis
|
||||
# "horizontal" - pivots around horizontal axis
|
||||
# "fixed" - no rotation
|
||||
billboard: "center"
|
||||
billboard: "horizontal"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: NotJustNameplates
|
||||
version: '${version}'
|
||||
version: "${version}"
|
||||
main: me.youhavetrouble.notjustnameplates.NotJustNameplates
|
||||
api-version: "1.20"
|
||||
authors: ["YouHaveTrouble"]
|
||||
|
||||
Reference in New Issue
Block a user