13
0
geforkt von Mirrors/Paper

remove remaining reference to 'pgive'

Dieser Commit ist enthalten in:
Jake Potrebic 2024-06-16 15:38:59 -07:00
Ursprung bb6b0b4cb1
Commit 1862266320

Datei anzeigen

@ -135,7 +135,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ .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())));
+ }
+