版本更新至:3.79

新增:/tlm inv paste 命令增加 "-a", "-b" 两个参数,用于调整背包覆盖方式
调整:EntityTag 工具删除 remove 方法的无用参数
This commit is contained in:
坏黑
2018-03-13 21:44:45 +08:00
parent fb58c9838f
commit 0179e269b5
6 changed files with 41 additions and 14 deletions

View File

@@ -162,7 +162,7 @@ public class TLMInvCommand extends SubCommand {
}
// 覆盖背包
moduleInventorySave.pasteInventory(player, args[2]);
moduleInventorySave.pasteInventory(player, args[2], args.length > 4 ? args[3] : "null");
// 如果是玩家
if (sender instanceof Player) {