Skip to content

Commit

Permalink
Fixed bug reading player data from earlier versions
Browse files Browse the repository at this point in the history
  • Loading branch information
energy-sync committed Jul 11, 2024
1 parent 79be89e commit b819e70
Show file tree
Hide file tree
Showing 47 changed files with 444 additions and 58 deletions.
20 changes: 20 additions & 0 deletions 1_14_R1/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<parent>
<artifactId>BeaconWaypoints</artifactId>
<groupId>com.github.dawsonvilamaa</groupId>
<version>1.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>1_14_R1</artifactId>
<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>
<properties>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
</properties>
</project>
2 changes: 1 addition & 1 deletion 1_14_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>BeaconWaypoints</artifactId>
<groupId>com.github.dawsonvilamaa</groupId>
<version>1.7</version>
<version>1.7.1</version>
</parent>

<artifactId>1_14_R1</artifactId>
Expand Down
28 changes: 28 additions & 0 deletions 1_15_R1/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<parent>
<artifactId>BeaconWaypoints</artifactId>
<groupId>com.github.dawsonvilamaa</groupId>
<version>1.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>1_15_R1</artifactId>
<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.15-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
<properties>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
</properties>
</project>
2 changes: 1 addition & 1 deletion 1_15_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>BeaconWaypoints</artifactId>
<groupId>com.github.dawsonvilamaa</groupId>
<version>1.7</version>
<version>1.7.1</version>
</parent>

<artifactId>1_15_R1</artifactId>
Expand Down
28 changes: 28 additions & 0 deletions 1_16_R1/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<parent>
<artifactId>BeaconWaypoints</artifactId>
<groupId>com.github.dawsonvilamaa</groupId>
<version>1.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>1_16_R1</artifactId>
<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.16.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
<properties>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
</properties>
</project>
2 changes: 1 addition & 1 deletion 1_16_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>BeaconWaypoints</artifactId>
<groupId>com.github.dawsonvilamaa</groupId>
<version>1.7</version>
<version>1.7.1</version>
</parent>

<artifactId>1_16_R1</artifactId>
Expand Down
28 changes: 28 additions & 0 deletions 1_16_R2/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<parent>
<artifactId>BeaconWaypoints</artifactId>
<groupId>com.github.dawsonvilamaa</groupId>
<version>1.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>1_16_R2</artifactId>
<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.16.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
<properties>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
</properties>
</project>
2 changes: 1 addition & 1 deletion 1_16_R2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>BeaconWaypoints</artifactId>
<groupId>com.github.dawsonvilamaa</groupId>
<version>1.7</version>
<version>1.7.1</version>
</parent>

<artifactId>1_16_R2</artifactId>
Expand Down
28 changes: 28 additions & 0 deletions 1_16_R3/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<parent>
<artifactId>BeaconWaypoints</artifactId>
<groupId>com.github.dawsonvilamaa</groupId>
<version>1.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>1_16_R3</artifactId>
<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.16.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
<properties>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
</properties>
</project>
2 changes: 1 addition & 1 deletion 1_16_R3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>BeaconWaypoints</artifactId>
<groupId>com.github.dawsonvilamaa</groupId>
<version>1.7</version>
<version>1.7.1</version>
</parent>

<artifactId>1_16_R3</artifactId>
Expand Down
28 changes: 28 additions & 0 deletions 1_17_R1/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<parent>
<artifactId>BeaconWaypoints</artifactId>
<groupId>com.github.dawsonvilamaa</groupId>
<version>1.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>1_17_R1</artifactId>
<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.17.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
<properties>
<maven.compiler.target>16</maven.compiler.target>
<maven.compiler.source>16</maven.compiler.source>
</properties>
</project>
2 changes: 1 addition & 1 deletion 1_17_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>BeaconWaypoints</artifactId>
<groupId>com.github.dawsonvilamaa</groupId>
<version>1.7</version>
<version>1.7.1</version>
</parent>

<artifactId>1_17_R1</artifactId>
Expand Down
28 changes: 28 additions & 0 deletions 1_18_R1/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<parent>
<artifactId>BeaconWaypoints</artifactId>
<groupId>com.github.dawsonvilamaa</groupId>
<version>1.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>1_18_R1</artifactId>
<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.18.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
<properties>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
</properties>
</project>
2 changes: 1 addition & 1 deletion 1_18_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>BeaconWaypoints</artifactId>
<groupId>com.github.dawsonvilamaa</groupId>
<version>1.7</version>
<version>1.7.1</version>
</parent>

<artifactId>1_18_R1</artifactId>
Expand Down
28 changes: 28 additions & 0 deletions 1_18_R2/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<parent>
<artifactId>BeaconWaypoints</artifactId>
<groupId>com.github.dawsonvilamaa</groupId>
<version>1.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>1_18_R2</artifactId>
<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.18.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
<properties>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
</properties>
</project>
2 changes: 1 addition & 1 deletion 1_18_R2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>BeaconWaypoints</artifactId>
<groupId>com.github.dawsonvilamaa</groupId>
<version>1.7</version>
<version>1.7.1</version>
</parent>

<artifactId>1_18_R2</artifactId>
Expand Down
28 changes: 28 additions & 0 deletions 1_19_R1/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<parent>
<artifactId>BeaconWaypoints</artifactId>
<groupId>com.github.dawsonvilamaa</groupId>
<version>1.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>1_19_R1</artifactId>
<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.19.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
<properties>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
</properties>
</project>
2 changes: 1 addition & 1 deletion 1_19_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>BeaconWaypoints</artifactId>
<groupId>com.github.dawsonvilamaa</groupId>
<version>1.7</version>
<version>1.7.1</version>
</parent>

<artifactId>1_19_R1</artifactId>
Expand Down
28 changes: 28 additions & 0 deletions 1_19_R2/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<parent>
<artifactId>BeaconWaypoints</artifactId>
<groupId>com.github.dawsonvilamaa</groupId>
<version>1.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>1_19_R2</artifactId>
<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.19.3-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
<properties>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
</properties>
</project>
2 changes: 1 addition & 1 deletion 1_19_R2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>BeaconWaypoints</artifactId>
<groupId>com.github.dawsonvilamaa</groupId>
<version>1.7</version>
<version>1.7.1</version>
</parent>

<artifactId>1_19_R2</artifactId>
Expand Down
Loading

0 comments on commit b819e70

Please sign in to comment.