Skip to content

Releases: cerus/maps

3.8.15

31 Dec 15:17
aec8c4a

Choose a tag to compare

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.11

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

3.8.14

15 Oct 00:15
5dc77b3

Choose a tag to compare

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>

3.8.13

01 Oct 03:20
5dc77b3

Choose a tag to compare

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.9

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

3.8.12

24 Jul 23:48
c405082

Choose a tag to compare

Changes

  • Added support for 1.21.8

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

3.8.11

09 Jul 16:47
bc1170f

Choose a tag to compare

Changes

  • Added support for 1.21.6/7

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

3.8.10

05 May 22:36
c249470

Choose a tag to compare

Changes

  • Added support for 1.21.5

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

3.8.9

15 Dec 05:20
e014ea7

Choose a tag to compare

Changes

  • Added support for 1.21.4

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

3.8.8

18 Nov 03:42
6626416

Choose a tag to compare

Changes

  • Added support for 1.21.3

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

3.8.7

16 Aug 15:36
84ad5a1

Choose a tag to compare

Changes

  • Fixed a bug where players would get disconnected in other dimensions (#13)
  • Added support for 1.21.1

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

3.8.6

25 Jul 02:00
9cef0e9

Choose a tag to compare

Changes

  • Added support for 1.21

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