-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
None
Hi,
it would be really nice if you had a function in the API where you can load worlds that are in the server directory, e.g
Bukkit#loadWorld(String)
. I know that you can load Worlds with
new WorldCreator(gameWorldName).createWorld();
. However this also creates a new World if none existed. If you just want to load a world and not create one you have a problem. Another idea is to add a method like
WorldCreator#generateNewWorld(boolean)
.
I have also spoken with some guys at the Chat and it seems like I am not the only one who needs this.