mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 02:25:41 +01:00
Updated API Usages (markdown)
parent
a114819cae
commit
eef257f21b
@ -47,8 +47,8 @@ Things to note:
|
||||
* 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.
|
||||
|
||||
## MultiverseWorld
|
||||
A class on top of the Bukkit's World object to provide additional world management features. This may also be used in methods of the other Multiverse modules.
|
||||
## [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.
|
||||
|
||||
### Getting a MultiverseWorld instance
|
||||
With the world manager you have earlier, we can use that to get a MultiverseWorld.
|
||||
|
Loading…
Reference in New Issue
Block a user