mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-15 13:33:54 +00:00
Add a few more strings
This commit is contained in:
@ -192,6 +192,23 @@
|
||||
"worldedit.up.obstructed": "You would hit something above you.",
|
||||
"worldedit.up.moved": "Woosh!",
|
||||
|
||||
"worldedit.cyl.invalid-radius": "You must either specify 1 or 2 radius values.",
|
||||
"worldedit.cyl.created.singular": "{0} block has been created.",
|
||||
"worldedit.cyl.created.plural": "{0} blocks have been created.",
|
||||
"worldedit.sphere.invalid-radius": "You must either specify 1 or 3 radius values.",
|
||||
"worldedit.sphere.created.singular": "{0} block has been created.",
|
||||
"worldedit.sphere.created.plural": "{0} blocks have been created.",
|
||||
"worldedit.forestgen.created.singular": "{0} tree created.",
|
||||
"worldedit.forestgen.created.plural": "{0} trees created.",
|
||||
"worldedit.pumpkins.created.singular": "{0} pumpkin patch created.",
|
||||
"worldedit.pumpkins.created.plural": "{0} pumpkin patches created.",
|
||||
"worldedit.pyramid.created.singular": "{0} block has been created.",
|
||||
"worldedit.pyramid.created.plural": "{0} blocks have been created.",
|
||||
"worldedit.generate.created.singular": "{0} block has been created.",
|
||||
"worldedit.generate.created.plural": "{0} blocks have been created.",
|
||||
"worldedit.generate.changed.singular": "{0} column affected.",
|
||||
"worldedit.generate.changed.plural": "{0} columns affected.",
|
||||
|
||||
"worldedit.reload.config": "Configuration reloaded!",
|
||||
"worldedit.report.written": "WorldEdit report written to {0}",
|
||||
"worldedit.report.error": "Failed to write report: {0}",
|
||||
|
Reference in New Issue
Block a user