TeamJM / journeymap-api

API library for the JourneyMap Mod for Minecraft.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaDocs

A plugin-style (soft dependency) API allowing other mods to create waypoints and show overlays and markers within JourneyMap for Minecraft 1.8.9+.

If you have suggestions or improvements to the API structure, feel free to make Pull Requests. Chatting with the TeamJM developers in Discord. Before you change anything or submit code, however, be sure to read the License Information.

News

Versions API v2.0.0

  • Updated Waypoints (Breaking Change)
  • Removed ClientPlugin annotation in favor of JourneyMapPlugin annotation which takes the API version the addon was built against.
  • API project now uses MultiLoader Template.
  • Forge version is now a mod that JouneyMap now JarJars in the main mod.

Write a plugin for JourneyMap you can add to your mod.

See what's changed across API versions.

Who owns this code and what can you do with it.

Help Wanted

Areas of help needed:

  • Unit tests!
  • Utility classes utilizing java.awt.geom.Area.add() to create optimized polygons comprised of multiple chunks.

About

API library for the JourneyMap Mod for Minecraft.


Languages

Language:Java 100.0%