+ nSpigot supported.

master
坏黑 2018-12-01 16:10:25 +08:00
parent 42215556df
commit 29d02a0384
2 changed files with 4 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class TagDataHandler implements Listener {
@Override
public void run() {
if (PacketUtils.isProtocolLibEnabled()) {
if (PacketUtils.isProtocolLibEnabled() && Main.getInst().getConfig().getBoolean("TABLIST-PACKET", true)) {
TagPacket.inst();
}
}

View File

@ -47,6 +47,9 @@ TABLIST-SORT: true
# 玩家列表TAB-API是否自动清理没有成员的队伍
TABLIST-AUTO-CLEAN-TEAM: true
# 是否启用发包(禁用后会影响 tagDisplay() 方法的使用)
TABLIST-PACKET: true
# 是否启用更新检测
UPDATE-CHECK: true