ModsJava
DynamicSigns
DynamicSigns displays dynamic wood cards in the server, making the server wood card message more pro. Free Minecraft Java mod for 1.9, 1.10, 1.11.
⬇ Download on Spigot注意!此插件需要一个预插件:ProtocolLib 和占位符 API!否则它将不起作用!!!!
-----------------------------------------------------------------------------------------------------
|特征
*完全可定制的动态内容
*木面朝向可控
*可控木牌“看我”
*对世界上的方块没有任何影响
*超高兼容性,与相关木质插件无冲突
*高版本发光木卡支持
*支持占位符 API
*支持完整版 1.9.4+
*支持使用 JSON 文本达到 RGB 渐变
|相关图片
|如何使用?
插件依赖于 ProtocolLib,因此请确保这些插件在安装之前正常工作。
只需将插件本身填充到插件文件夹中即可。
|动态模板
编辑模板后,将其移动到动态文件夹以使用它
模板:
[代码]##################################
# 动态广告牌模板文件
##################################
# 动态标牌有效观看距离
# 当观察者超过此距离时,动态标志不会更新内容
# 默认值:10
可视范围: 10
# 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]
|命令和权限
命令简介
/ds 销毁 销毁动态木卡效果
/ds 集<动态>应用动态木卡效果
/ds 重置<动态>重新应用动态木卡效果
/ds 重新加载 重新加载插件
command.dynamicsigns.help 查看帮助
命令.dynamicsigns.tabcomplete 命令完成
|已知问题
使用橡木卡以外的非附加木卡存在问题
数据包发出频率有点太强,带宽非常大,可以让玩家卡离线(可以改变visualRange视觉距离来缓解)
|更新日志
[引用]DynamicSigns v1.0-BETA.2
重写指令系统
将占位符 API 调整为软依赖项
DynamicSigns v1.0-BETA
第一版[/引用]
-----------------------------------------------------------------------------------------------------
|特征
*完全可定制的动态内容
*木面朝向可控
*可控木牌“看我”
*对世界上的方块没有任何影响
*超高兼容性,与相关木质插件无冲突
*高版本发光木卡支持
*支持占位符 API
*支持完整版 1.9.4+
*支持使用 JSON 文本达到 RGB 渐变
|相关图片
|如何使用?
插件依赖于 ProtocolLib,因此请确保这些插件在安装之前正常工作。
只需将插件本身填充到插件文件夹中即可。
|动态模板
编辑模板后,将其移动到动态文件夹以使用它
模板:
[代码]##################################
# 动态广告牌模板文件
##################################
# 动态标牌有效观看距离
# 当观察者超过此距离时,动态标志不会更新内容
# 默认值:10
可视范围: 10
# 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]
|命令和权限
命令简介
/ds 销毁 销毁动态木卡效果
/ds 集<动态>应用动态木卡效果
/ds 重置<动态>重新应用动态木卡效果
/ds 重新加载 重新加载插件
command.dynamicsigns.help 查看帮助
命令.dynamicsigns.tabcomplete 命令完成
|已知问题
使用橡木卡以外的非附加木卡存在问题
数据包发出频率有点太强,带宽非常大,可以让玩家卡离线(可以改变visualRange视觉距离来缓解)
|更新日志
[引用]DynamicSigns v1.0-BETA.2
重写指令系统
将占位符 API 调整为软依赖项
DynamicSigns v1.0-BETA
第一版[/引用]
DynamicSigns is a free Minecraft Java mod. Compatible with Minecraft 1.9, 1.10, 1.11, 1.12 and newer. Downloaded 96 times (via Spigot). Download it and open it directly in the game.