From 75a6fad440aaa6e16f0eb0a76f226b240e1e9f52 Mon Sep 17 00:00:00 2001 From: Ben Woo <30431861+benwoo1110@users.noreply.github.com> Date: Mon, 15 Mar 2021 14:08:12 +0800 Subject: [PATCH] Updated Developer API Starter (markdown) --- Developer-API-Starter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-API-Starter.md b/Developer-API-Starter.md index 17d0f61..fff7b94 100644 --- a/Developer-API-Starter.md +++ b/Developer-API-Starter.md @@ -73,7 +73,7 @@ MultiverseNetherPortals netherportals = (MultiverseNetherPortals) Bukkit.getServ ## Useful information ### Make sure Multiverse is loaded -To ensure that getting the plugin instance of Multiverse does not result in an NPE, for all the modules you use, you need to add them as [`depend` or `softdepend` in `plugins.yml](https://bukkit.gamepedia.com/Plugin_YAML)`. As example as follows: +To ensure that getting the plugin instance of Multiverse does not result in an NPE, for all the modules you use, you need to add them as `depend` or `softdepend` in [`plugins.yml`](https://bukkit.gamepedia.com/Plugin_YAML). As example as follows: ```yaml name: FlyPerms main: dev.benergy10.flyperms