更新插件时检测在线玩家,如果有玩家则不会更新。
修复 /tlib iteminfo 命令的一些语法错误。
This commit is contained in:
@@ -190,7 +190,7 @@ public class NBTCompound {
|
||||
}
|
||||
|
||||
public String asNBTString(){
|
||||
return getCompound().toString();
|
||||
return getCompound() == null ? "" : getCompound().toString();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user