mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-18 05:21:57 +01:00
Updated API Usages (markdown)
parent
9fa9fee907
commit
8f55f4e300
@ -50,7 +50,7 @@ worldManager.deleteWorld("uselessworld");
|
||||
Things to note:
|
||||
* You __cannot__ undo this action or restore the world back.
|
||||
* You can only delete worlds that can be loaded by the server.
|
||||
* If the world folder is already removed from the server files, use [`MVWorldManager#removeWorldFromConfig`](http://ci.onarandombox.com/job/Multiverse-Core/javadoc/com/onarandombox/MultiverseCore/api/MVWorldManager.html#removeWorldFromConfig-java.lang.String-) method.
|
||||
* If the world folder has been **deleted**, use [`MVWorldManager#removeWorldFromConfig`](http://ci.onarandombox.com/job/Multiverse-Core/javadoc/com/onarandombox/MultiverseCore/api/MVWorldManager.html#removeWorldFromConfig-java.lang.String-) method.
|
||||
|
||||
## [MultiverseWorld](http://ci.onarandombox.com/job/Multiverse-Core/javadoc/com/onarandombox/MultiverseCore/api/MultiverseWorld.html)
|
||||
A class on top of the Bukkit's [World](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/World.html) object to provide additional world management features. This may also be used in methods of the other Multiverse modules.
|
||||
|
Loading…
Reference in New Issue
Block a user