mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-27 21:23:30 +01:00
Updated API Usages (markdown)
parent
dc58a87dad
commit
9fa9fee907
@ -39,6 +39,11 @@ Things to note:
|
||||
|
||||
### Deleting a world
|
||||
The world is no longer of use? you can delete it with a simple API method.
|
||||
<br /><br />
|
||||
This method will do 3 things:
|
||||
1. Unload the world.
|
||||
1. Remove world from config.
|
||||
1. Delete world folder completely.
|
||||
```java
|
||||
worldManager.deleteWorld("uselessworld");
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user