Skip to content

Releases: cerus/maps

3.8.4

24 Apr 00:30
Compare
Choose a tag to compare

Changes

  • Added support for 1.20.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.4</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.4</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

3.8.3

15 Dec 15:22
8411d9c
Compare
Choose a tag to compare

Changes

  • Added support for 1.20.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.3</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.3</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

3.8.1

21 Sep 23:01
73bd285
Compare
Choose a tag to compare

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>

3.8.0

12 Sep 19:37
1e06555
Compare
Choose a tag to compare

Changes

  • Added "Screen Triangulation"
    • Future replacement for raycasting
  • Screen clicking is now handled with Screen Triangulation instead of Raycasting by default
    • Can be disabled by setting use-triangulation to false in maps_config.yml
  • BREAKING CHANGE: Fixed a bug in the PlayerClickScreenEvent where the Y coordinate was reversed

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

3.7.1

14 Jun 13:08
fff816b
Compare
Choose a tag to compare
  • 1.20.1 support

3.7.0

10 Jun 20:05
0153a4b
Compare
Choose a tag to compare
  • 1.20 support
  • ColorMaps-class is now using a minimized color map file

Deprecations

  • ColorVersion
  • ColorMaps#determineVersion()
    • superceded by ColorMaps#currentVersion()
  • ColorMaps#newColorMap(ColorVersion)
    • superceded by ColorMaps#newColorMap(Version)

3.5.1

14 Mar 22:41
5dbea8c
Compare
Choose a tag to compare
  • 1.19.4 support

3.5.0

18 Dec 00:37
4e175cf
Compare
Choose a tag to compare
  • 1.19.3 support

3.4.1

05 Sep 15:10
4dcf096
Compare
Choose a tag to compare
  • QOL improvements to FontConverter

3.4.0

04 Sep 15:07
e3c75c2
Compare
Choose a tag to compare
  • Implemented custom fonts