Skip to content

3.8.14

Choose a tag to compare

@cerus cerus released this 15 Oct 00:15
· 3 commits to main since this release
5dc77b3

Warning

I'm unable to deploy the latest version to Maven Central at this time. There have been zero changes to the api, so you can still use the old version (3.8.12) until I've found a fix.

Changes

  • Added support for 1.21.10

Feel free to post feedback, bugs, suggestions and everything else as an issue.

Maven

<dependencies>
    <dependency>
        <groupId>dev.cerus.maps</groupId>
        <artifactId>common</artifactId>
        <version>3.8.14</version>
        <scope>provided</scope> <!-- "provided" if the maps plugin is on the server, "compile" if not -->
    </dependency>

    <!-- You need the plugin module to access the map screen registry of the plugin. -->
    <!-- Don't add this dependency if you have your own storage solution. -->
    <dependency>
        <groupId>dev.cerus.maps</groupId>
        <artifactId>plugin</artifactId>
        <version>3.8.14</version>
        <scope>provided</scope>
    </dependency>
</dependencies>