Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 579 Bytes

File metadata and controls

22 lines (17 loc) · 579 Bytes

RocketTools

Extension manager for Minestom

Hooking your Extension

First, make sure your unload functions unload everything that extension has done, including commands, chunks, etc. If some side effects cant be unloaded, make sure that your extension can load even if those side effects are still present.

After that, set a property in meta's downloadURL to something that points to your latest jar.

For example, in RocketTools itself:

  "meta": {
    "downloadURL": "https://github.com/Project-Cepi/RocketTools/releases/download/latest/rocket-all.jar"
  }