diff --git a/README.md b/README.md index 607674a..ca11081 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ to disable use by gamemode. ## How to use +### Note: Java 16 and Minecraft 17, or later are required. + 1. Place the jar in the addons folder of the BentoBox plugin 2. Restart the server 3. The addon will create a data folder and inside the folder will be a config.yml diff --git a/pom.xml b/pom.xml index fb8fce4..bd71cdf 100644 --- a/pom.xml +++ b/pom.xml @@ -54,12 +54,12 @@ UTF-8 UTF-8 - 1.8 + 16 - 2.0.2 + 2.0.9 - 1.16.3-R0.1-SNAPSHOT - 1.15.4 + 1.17-R0.1-SNAPSHOT + 1.17.0-SNAPSHOT 2.7.0-SNAPSHOT ${build.version}-SNAPSHOT @@ -166,7 +166,7 @@ org.mockito mockito-core - 3.0.0 + 3.11.1 test @@ -200,7 +200,7 @@ org.eclipse.jdt org.eclipse.jdt.annotation - 2.2.200 + 2.2.600 @@ -250,7 +250,12 @@ org.apache.maven.plugins maven-surefire-plugin - 2.22.0 + 3.0.0-M5 + + + --illegal-access=permit + + org.apache.maven.plugins @@ -262,12 +267,11 @@ maven-javadoc-plugin 3.1.1 - 8 + 16 private false -Xdoclint:none - - + ${java.home}/bin/javadoc @@ -292,14 +296,6 @@ - - org.apache.maven.plugins - maven-shade-plugin - 3.1.1 - - false - - org.apache.maven.plugins maven-install-plugin diff --git a/src/main/resources/addon.yml b/src/main/resources/addon.yml index 0d3b925..09642b4 100755 --- a/src/main/resources/addon.yml +++ b/src/main/resources/addon.yml @@ -2,7 +2,7 @@ name: Warps main: world.bentobox.warps.Warp version: ${version}${build.number} icon: OAK_SIGN -api-version: 1.15.4 +api-version: 1.17 authors: tastybento