From eef257f21b0902846552636ca653c1c370c66a55 Mon Sep 17 00:00:00 2001 From: Ben Woo <30431861+benwoo1110@users.noreply.github.com> Date: Mon, 15 Mar 2021 13:38:54 +0800 Subject: [PATCH] Updated API Usages (markdown) --- API-Usages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API-Usages.md b/API-Usages.md index a8bb694..5364e36 100644 --- a/API-Usages.md +++ b/API-Usages.md @@ -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.