DeadlyDisasters
  • ⚙️Custom Disasters
    • How To Make A Custom Disaster
    • Skeleton Body
    • Core Body
    • Actions
      • Disaster Action
        • Disaster Modifiers
      • Broadcast Action
      • Fill Action
      • Summon Action
      • Particle Action
      • Sound Action
    • Custom Items
    • Custom Entities
    • Catalog Body
    • Publishing Your Disaster!
    • Resources
  • 👋Community
    • Discord
    • Challenge Packs (Coming Soon)
  • 🔌Developers
    • API
      • Creating Disasters
      • Listening For Disasters
      • Custom Items
      • Custom Entities (Coming Soon)
      • Extra Features
    • Source
Powered by GitBook
On this page
  1. Developers

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]
PreviousChallenge Packs (Coming Soon)NextCreating Disasters

Last updated 2 years ago

🔌