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