Skip to content

Commit b1cee6d

Browse files
committed
Improve 2D visualiation to start at player Y level, instead of starting
at max world height - Merge FakeBlockVisualization with upstream - Remove SnapOverrideHelper - Bump version to 17.1.6
1 parent ca24304 commit b1cee6d

File tree

3 files changed

+93
-540
lines changed

3 files changed

+93
-540
lines changed

pom.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<project
3+
xmlns="http://maven.apache.org/POM/4.0.0"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
6+
>
37
<modelVersion>4.0.0</modelVersion>
48

59
<groupId>com.griefprevention</groupId>
610
<artifactId>GriefPrevention</artifactId>
7-
<version>17.1.5</version>
11+
<version>17.1.6</version>
812

913
<name>GriefPrevention</name>
1014
<description>The official self-service anti-griefing Bukkit plugin for Minecraft servers since 2011.</description>
@@ -23,7 +27,7 @@
2327
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2428
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2529
<!-- Default empty argument line to prevent Surefire config causing crashes if no other JVM args are set. -->
26-
<argLine/>
30+
<argLine />
2731
</properties>
2832

2933
<issueManagement>

0 commit comments

Comments
 (0)