diff --git a/API-Usages.md b/API-Usages.md index b89c1cf..3ebd6a7 100644 --- a/API-Usages.md +++ b/API-Usages.md @@ -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. +

+This method will do 3 things: +1. Unload the world. +1. Remove world from config. +1. Delete world folder completely. ```java worldManager.deleteWorld("uselessworld"); ```