mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 02:25:41 +01:00
Updated Developer API Starter (markdown)
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
|
||||
|
Loading…
Reference in New Issue
Block a user