From 9fa9fee9077dcaee2417e142bc81a61c5a560396 Mon Sep 17 00:00:00 2001
From: Ben Woo <30431861+benwoo1110@users.noreply.github.com>
Date: Wed, 17 Mar 2021 00:05:04 +0800
Subject: [PATCH] Updated API Usages (markdown)
---
API-Usages.md | 5 +++++
1 file changed, 5 insertions(+)
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");
```