Player can choose honor and get the effects

2.2.1

Release

yinyangshi released this version on Oct 5, 2018

149.9 KB
Download

NewHonor plugin

Please back your config up when updating this version

rewrite config.conf and add comments
lang=zh_CN example:

SQL-settings {
    address=address
    database=database
    enable=false
    password=password
    port=3306
    update-encoding=latin1
    user=user
}
default-honors-settings {
    enable=true
    honors=[
        default
    ]
}
# 你可以无视这个配置节点。
extra {
    # 多少tick检查一次效果组是否该刷新了 默认为8tick
    effects-check-interval-ticks=8
    # 被操作的目标大小超过了这个goal后则并行(如果操作支持并行) 默认:16
    parallel-goal=16
}
general {
    # check plugin update when starting the server (async)
    check-update=false
    # 设置插件所使用的数据的文件夹路径(头衔数据 玩家数据 药水效果组数据) 默认:default
    data-dir-path=default
    # 显示头衔在tab和头顶上,可能需要额外配置一点兼容参数 如果你装了nucleus或者其他聊天插件(兼容配置参考wiki或询问他人)
    displayHonor=false
    # force enable the default listener when installed nucleus or enabled displayHonor to show honor in the chat
    force-enable-default-listener=false
    # set the plugin language (if supported)
    lang="zh_CN"
    # 权限管理头衔,靠newhonor.honor.honorid来管理honorid头衔是否被玩家拥有,如果没有这个权限则无法使用该头衔。
    permission-manage=false
}