aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0377-Paper-dumpitem-command.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0377-Paper-dumpitem-command.patch')
-rw-r--r--patches/server/0377-Paper-dumpitem-command.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0377-Paper-dumpitem-command.patch b/patches/server/0377-Paper-dumpitem-command.patch
index cb79e9ddfd..088efe087c 100644
--- a/patches/server/0377-Paper-dumpitem-command.patch
+++ b/patches/server/0377-Paper-dumpitem-command.patch
@@ -19,7 +19,7 @@ index 3010d57efcc97fb409bfe43b1fc9af198c099a67..cdad0fd5257ae842f83b9c1c98b4565b
.flatMap(entry -> entry.getKey().stream().map(s -> Map.entry(s, entry.getValue())))
diff --git a/src/main/java/io/papermc/paper/command/subcommands/DumpItemCommand.java b/src/main/java/io/papermc/paper/command/subcommands/DumpItemCommand.java
new file mode 100644
-index 0000000000000000000000000000000000000000..522609d685159c71aeadbb16ee11caa826a20ff7
+index 0000000000000000000000000000000000000000..e993177b052c76cb3f9c44edb598ebb4be858393
--- /dev/null
+++ b/src/main/java/io/papermc/paper/command/subcommands/DumpItemCommand.java
@@ -0,0 +1,133 @@
@@ -135,7 +135,7 @@ index 0000000000000000000000000000000000000000..522609d685159c71aeadbb16ee11caa8
+ .append("]");
+ }
+ player.sendMessage(visualOutput.build().compact());
-+ final Component copyMsg = text("Click to copy item definition to clipboard for use with /pgive", GRAY, ITALIC);
++ final Component copyMsg = text("Click to copy item definition to clipboard for use with /give", GRAY, ITALIC);
+ sender.sendMessage(copyMsg.clickEvent(copyToClipboard(itemCommandBuilder.toString())));
+ }
+