mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-14 05:13:53 +00:00
Show number of affected blocks in //set command (#1703)
* Show # of blocks affected in //set * Fix typo * fix: Add amount of blocks affected to strings.json Co-authored-by: NotMyFault <mc.cache@web.de>
This commit is contained in:
@ -444,7 +444,7 @@
|
||||
"worldedit.rotate.rotated": "The clipboard copy has been rotated.",
|
||||
"worldedit.flip.flipped": "The clipboard copy has been flipped.",
|
||||
"worldedit.clearclipboard.cleared": "Clipboard cleared.",
|
||||
"worldedit.set.done": "Operation completed.",
|
||||
"worldedit.set.done": "Operation completed ({0}).",
|
||||
"worldedit.set.done.verbose": "Operation completed ({0}).",
|
||||
"worldedit.line.changed": "{0} blocks have been changed.",
|
||||
"worldedit.line.invalid-type": "//line only works with cuboid selections or convex polyhedral selections",
|
||||
|
Reference in New Issue
Block a user