Updated API Usages (markdown)

Ben Woo 2021-03-17 00:05:04 +08:00
parent dc58a87dad
commit 9fa9fee907
1 changed files with 5 additions and 0 deletions

@ -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");
```