# Dynamic signs look at my effective distance # When the observer exceeds this distance, the dynamic sign will not actively look at the player # When this value is negative, the billboard will not be facing the player # Valid only for non-affiliated signage # Default value: 5 lookMeRange: 5
# Set the content of the dynamic signboard # Node data format is LIST # delay is the length of time the content stays, in tick # rotation is the billboard facing, accepting 0 ~ 15 16 values, # Indicates south-south, south-southwest, southwest, west-southwest, west-west, west-northwest, northwest- and north-northwest, respectively, # North- facing, North-northeast, Northeast-east, East-East, East-Southeast, Southeast- and South-Southeast. # When this value crosses the bounds, the orientation of the dynamic billboard is not handled. The default value is -1 # glowingText is effective for whether the font glows or not, and the higher version is valid. The default is false # content is the content of the brand and must be four lines dynamicContents: - delay: 5 glowingText: true rotation: 0 content: - '§8TPS: %server_tps_1_colored%' - '§a§l<>' - '§a§l<>' - '' - delay: 5 glowingText: true rotation: 1 content: - '§8TPS: %server_tps_1_colored%' - '§a§l<->' - '§a§l<->' - '' - delay: 5 glowingText: true rotation: 2 content: - '§8TPS: %server_tps_1_colored%' - '§a§l<-->' - '§a§l<-->' - '' - delay: 5 glowingText: true rotation: 3 content: - '§8TPS: %server_tps_1_colored%' - '§a§l<--->' - '§a§l<--->' - '' - delay: 5 glowingText: true rotation: 3 content: - '§8TPS: %server_tps_1_colored%' - '§a§l<---->' - '§a§l<---->' - '' - delay: 5 glowingText: true rotation: 2 content: - '§8TPS: %server_tps_1_colored%' - '§a§l<-- -->' - '§a§l<-- -->' - '' - delay: 5 glowingText: true rotation: 1 content: - '§8TPS: %server_tps_1_colored%' - '§a§l<-- -->' - '§a§l<-- -->' - '' - delay: 5 glowingText: true rotation: 0 content: - '§8TPS: %server_tps_1_colored%' - '§a§l<-- -->' - '§a§l<-- -->' - '' - delay: 5 glowingText: true rotation: 0 content: - '§8TPS: %server_tps_1_colored%' - '§a§l<-- -->' - '§a§l<-- -->' - '' - delay: 5 glowingText: true rotation: 1 content: - '§8TPS: %server_tps_1_colored%' - '§a§l<-- -->' - '§a§l<-- -->' - '' - delay: 5 glowingText: true rotation: 2 content: - '§8TPS: %server_tps_1_colored%' - '§a§l<-- -->' - '§a§l<-- -->' - '' - delay: 5 glowingText: true rotation: 3 content: - '§8TPS: %server_tps_1_colored%' - '§a§l<-- -->' - '§a§l<-- -->' - '' - delay: 5 glowingText: true rotation: 3 content: - '§8TPS: %server_tps_1_colored%' - '§a§l<-- -->' - '§a§l<-- -->' - '' - delay: 5 glowingText: true rotation: 2 content: - '§8TPS: %server_tps_1_colored%' - '§a§l<-- -->' - '§a§l<-- -->' - '' - delay: 5 glowingText: true rotation: 1 content: - '§8TPS: %server_tps_1_colored%' - '§a§l<-- -->' - '§a§l<-- -->' - ''[/code]