# API

To implement the API make sure you have inside your plugin.yml file a depend OR soft depend on DeadlyDisasters like this:

```yaml
# This is a hard depend meaning that the server must have deadlydisasters for your plugin to start up
depend: [DeadlyDisasters]
# OR You can have a soft depend instead like this
softdepend: [DeadlyDisasters]
```
