Updated Developer API Starter (markdown)

Ben Woo 2021-03-15 14:08:12 +08:00
parent 0780435a8d
commit 75a6fad440

@ -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