版本更新至:3.79
新增:/tlm inv paste 命令增加 "-a", "-b" 两个参数,用于调整背包覆盖方式 调整:EntityTag 工具删除 remove 方法的无用参数
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user