8000 Release 3.8.1 · cerus/maps · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

3.8.1

Compare
Choose a tag to compare
@cerus cerus released this 21 Sep 23:01
· 5ADA 13 commits to main since this release
73bd285

Changes

  • Added support for 1.20.2

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.1</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.1</version>
        <scope>provided</scope>
    </dependency>
</dependencies>
0