浏览代码

Added 1.17 (20w46a) /item command

Nethonos 4 年之前
父节点
当前提交
2fa8371fd9
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      cmds/minecraft/commands.json

+ 10 - 0
cmds/minecraft/commands.json

@@ -233,6 +233,16 @@
 			"/help",
 			"/help <command>"
 		],
+		"item": [
+			"/item block <pos> <slot> copy block <pos> <slot> [<modifier>]",
+			"/item block <pos> <slot> copy entity <targets> <slot> [<modifier>]",
+			"/item block <pos> <slot> modify <modifier>",
+			"/item block <pos> <slot> replace <item> [<count>]",
+			"/item entity <targets> <slot> copy block <pos> <slot> [<modifier>]",
+			"/item entity <targets> <slot> copy entity <targets> <slot> [<modifier>]",
+			"/item entity <targets> <slot> modify <modifier>",
+			"/item entity <targets> <slot> replace <item> [<count>]"	
+		],
 		"kick": [
 			"/kick <targets>",
 			"/kick <targets> <reason>"