-
Notifications
You must be signed in to change notification settings - Fork 0
Packaging Distribution
DarkBladeDev edited this page Dec 27, 2025
·
1 revision
- JAR (required).
- It must include
addon.propertiesat the root of the classpath (src/main/resources/addon.properties).
-
addon.properties:-
version(your addon version) -
api(engine API version)
-
Recommendation:
- Use semantic versioning in the addon:
MAJOR.MINOR.PATCH. - Bump
MAJORif you break addon compatibility.
- GitHub release including:
- built jar
- changelog
- declared compatibility (engine version + api version)
- Copy
MultiBlockEngine.jarinto/plugins/. - Start the server once.
- Copy your addon jar into
/plugins/MultiBlockEngine/addons/. - Restart.