Releases: cerus/maps
Releases · cerus/maps
3.8.7
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
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>
3.8.4
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
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
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
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
tofalse
inmaps_config.yml
- Can be disabled by setting
- 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>