Skip to content

Commit b58ea2e

Browse files
committed
Update error messages for invalid world folder following the format of
1 parent f440587 commit b58ea2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/multiverse-core_en.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ mv-core.cloneworld.invalidworldname=World '{world}' contains invalid characters!
273273
mv-core.cloneworld.worldexistfolder=World '{world}' exists in server folders! You need to delete it first before cloning.
274274
mv-core.cloneworld.worldexistunloaded=World '{world}' already exists and it's unloaded! You need to delete it first before cloning.
275275
mv-core.cloneworld.worldexistloaded=World '{world}' already exists! You need to delete it first before cloning.
276-
mv-core.cloneworld.fromworldfolderinvalid=Source world '{world}' folder contents does not seem to be a valid world! Make sure contains at least a 'level.dat' file.
276+
mv-core.cloneworld.fromworldfolderinvalid=Source world '{world}' folder contents does not seem to be a valid world! Make sure it contains the correct world structure of data and region folders.
277277
mv-core.cloneworld.copyfailed=Failed to copy world to '{world}': {error}\n&fSee console for more details.
278278

279279
mv-core.createworld.invalidworldname=World '{world}' contains invalid characters!
@@ -289,7 +289,7 @@ mv-core.deleteworld.failedtodeletefolder=Failed to delete world folder '{world}'
289289
mv-core.importworld.invalidworldname=World '{world}' contains invalid characters!
290290
mv-core.importworld.worldexistunloaded=World '{world}' already exists, but it's not loaded!&f Type '&a/mv load {world}&f' if you wish to load it.
291291
mv-core.importworld.worldexistloaded=World '{world}' already exists!
292-
mv-core.importworld.worldfolderinvalid=World '{world}' folder contents does not seem to be a valid world! Make sure contains at least a 'level.dat' file.\n&cIf the server software does something different with world folders, or you are very certain the world is valid, use '&3--skip-folder-check&c' flag.
292+
mv-core.importworld.worldfolderinvalid=World '{world}' folder contents does not seem to be a valid world! Make sure it contains the correct world structure of data and region folders.\n&cIf the server software does something different with world folders, or you are very certain the world is valid, use '&3--skip-folder-check&c' flag.
293293
mv-core.importworld.bukkitenvironmentmismatch=Environment mismatch detected!&f The world '{world}' is already loaded with environment '{bukkitEnvironment}', but Multiverse is trying to import it with environment '{mvEnvironment}'.
294294

295295
mv-core.loadworld.worldalreadyloading=World '{world}' is already loading! Please wait...

0 commit comments

Comments
 (0)