-
Notifications
You must be signed in to change notification settings - Fork 0
Modules
Yo_Fred edited this page Aug 9, 2026
·
1 revision
Companion mods register an immutable JustModule containing:
- Unique lowercase module ID
- Display name
- Version
JustCoreApi.registerModule(new JustModule("examplemod", "Example Mod", "1.0.0"));Registered modules can be inspected with /justcore modules or JustCoreApi.modules().
Duplicate IDs with different metadata are rejected to prevent ambiguous integrations.