API

DeadlyDisasters has a fully functional API to further build upon and improve the plugin with your own awesome ideas!

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

# 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]

Last updated