mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-14 05:13:53 +00:00
Implement getNameUnsafe method to allow an unloaded world's name to be accessed (#1712)
* Implement getNameUnsafe method to allow an unloaded world's name to be accessed - Fixes #1671 and #504 * Add javadoc since tag Co-authored-by: Alexander Brandes <mc.cache@web.de> Co-authored-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
@ -248,6 +248,7 @@
|
||||
"worldedit.tool.error.cannot-bind": "Can't bind tool to {0}: {1}",
|
||||
"worldedit.error.file-aborted": "File selection aborted.",
|
||||
"worldedit.error.world-unloaded": "The world was unloaded already.",
|
||||
"worldedit.error.named-world-unloaded": "The world '{0}' was unloaded already.",
|
||||
"worldedit.error.blocks-cant-be-used": "Blocks can't be used",
|
||||
"worldedit.error.unknown-tag": "Tag name '{0}' was not recognized.",
|
||||
"worldedit.error.empty-tag": "Tag name '{0}' has no contents.",
|
||||
|
Reference in New Issue
Block a user