+ nSpigot supported.
This commit is contained in:
parent
42215556df
commit
29d02a0384
@ -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();
|
||||
}
|
||||
}
|
||||
|
@ -47,6 +47,9 @@ TABLIST-SORT: true
|
||||
# 玩家列表(TAB-API)是否自动清理没有成员的队伍
|
||||
TABLIST-AUTO-CLEAN-TEAM: true
|
||||
|
||||
# 是否启用发包(禁用后会影响 tagDisplay() 方法的使用)
|
||||
TABLIST-PACKET: true
|
||||
|
||||
# 是否启用更新检测
|
||||
UPDATE-CHECK: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user