diff --git a/.gitignore b/.gitignore index 2375d83..730a5a0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ dependency-reduced-pom.xml .circleci *.iml /target/ +/target/ diff --git a/README.MD b/README.MD index 5b2bd73..0f3b87b 100644 --- a/README.MD +++ b/README.MD @@ -13,6 +13,16 @@ Original author is no longer actively maintaining the original plugin. So I have ### Pull Requests -> Original Plugin You can still, **supposedly** do pull requests on the original plugin but seeing as the original author has **closed their Discord server from the public** etc. I just wasn't banking on that actually happening **:P** +# Setup + +1. Download latest version of UltraPrisonCore +2. Download [helper](https://ci.lucko.me/job/helper/lastSuccessfulBuild/artifact/helper/target/helper.jar), WorldEdit, WorldGuard and Vault plugins, as they are required as dependencies. Don't worry about **helper **plugin, its just a library :) +3. Extract X-Prison-Reloaded-X.X.X.jar to /plugins folder of your Minecraft Server +4. Restart/Reload the server +5. After restart, please select your database system /plugins/X-Prison/config.yml. You can either use SQLite as local database, or MySQL as remote database. If you wish to select MySQL, please set also your connection credentials in config section. +* Note: Java 17 and above is required +* Note: If you would like to use Essentials Kits along with custom enchants from this plugin, please see Essentials Kits Addon page. + # Pages ### General diff --git a/assets/plugin-header.png b/assets/plugin-header.png new file mode 100644 index 0000000..39337a0 Binary files /dev/null and b/assets/plugin-header.png differ diff --git a/pom.xml b/pom.xml index ff24a94..8ffd90a 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.4 + 3.2.4 package diff --git a/target/surefire-reports/TEST-dev.drawethree.xprison.utils.LocationUtilsTest.xml b/target/surefire-reports/TEST-dev.drawethree.xprison.utils.LocationUtilsTest.xml index a9653c0..9ac28f4 100644 --- a/target/surefire-reports/TEST-dev.drawethree.xprison.utils.LocationUtilsTest.xml +++ b/target/surefire-reports/TEST-dev.drawethree.xprison.utils.LocationUtilsTest.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ - + @@ -30,7 +30,7 @@ - + @@ -57,6 +57,6 @@ - - + + \ No newline at end of file diff --git a/target/surefire-reports/TEST-dev.drawethree.xprison.utils.ProgressBarTest.xml b/target/surefire-reports/TEST-dev.drawethree.xprison.utils.ProgressBarTest.xml index ddd51ca..ae2d610 100644 --- a/target/surefire-reports/TEST-dev.drawethree.xprison.utils.ProgressBarTest.xml +++ b/target/surefire-reports/TEST-dev.drawethree.xprison.utils.ProgressBarTest.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ - + @@ -30,7 +30,7 @@ - + @@ -57,9 +57,9 @@ - + - - + + \ No newline at end of file diff --git a/target/surefire-reports/TEST-dev.drawethree.xprison.utils.misc.MathUtilsTest.xml b/target/surefire-reports/TEST-dev.drawethree.xprison.utils.misc.MathUtilsTest.xml index 2d0bf01..57a31b0 100644 --- a/target/surefire-reports/TEST-dev.drawethree.xprison.utils.misc.MathUtilsTest.xml +++ b/target/surefire-reports/TEST-dev.drawethree.xprison.utils.misc.MathUtilsTest.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ - + @@ -30,7 +30,7 @@ - + @@ -57,5 +57,5 @@ - + \ No newline at end of file diff --git a/target/surefire-reports/TEST-dev.drawethree.xprison.utils.misc.NumberUtilsTest.xml b/target/surefire-reports/TEST-dev.drawethree.xprison.utils.misc.NumberUtilsTest.xml index d6b565e..a1673d9 100644 --- a/target/surefire-reports/TEST-dev.drawethree.xprison.utils.misc.NumberUtilsTest.xml +++ b/target/surefire-reports/TEST-dev.drawethree.xprison.utils.misc.NumberUtilsTest.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ - + @@ -30,7 +30,7 @@ - + @@ -57,8 +57,8 @@ - - + + \ No newline at end of file diff --git a/target/surefire-reports/dev.drawethree.xprison.utils.LocationUtilsTest.txt b/target/surefire-reports/dev.drawethree.xprison.utils.LocationUtilsTest.txt index 076c493..de1d8f3 100644 --- a/target/surefire-reports/dev.drawethree.xprison.utils.LocationUtilsTest.txt +++ b/target/surefire-reports/dev.drawethree.xprison.utils.LocationUtilsTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: dev.drawethree.xprison.utils.LocationUtilsTest ------------------------------------------------------------------------------- -Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.043 s -- in dev.drawethree.xprison.utils.LocationUtilsTest +Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.387 s -- in dev.drawethree.xprison.utils.LocationUtilsTest diff --git a/target/surefire-reports/dev.drawethree.xprison.utils.ProgressBarTest.txt b/target/surefire-reports/dev.drawethree.xprison.utils.ProgressBarTest.txt index 9513a6c..bb0e486 100644 --- a/target/surefire-reports/dev.drawethree.xprison.utils.ProgressBarTest.txt +++ b/target/surefire-reports/dev.drawethree.xprison.utils.ProgressBarTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: dev.drawethree.xprison.utils.ProgressBarTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.200 s -- in dev.drawethree.xprison.utils.ProgressBarTest +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in dev.drawethree.xprison.utils.ProgressBarTest diff --git a/target/surefire-reports/dev.drawethree.xprison.utils.misc.MathUtilsTest.txt b/target/surefire-reports/dev.drawethree.xprison.utils.misc.MathUtilsTest.txt index 2132ac9..c936d8b 100644 --- a/target/surefire-reports/dev.drawethree.xprison.utils.misc.MathUtilsTest.txt +++ b/target/surefire-reports/dev.drawethree.xprison.utils.misc.MathUtilsTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: dev.drawethree.xprison.utils.misc.MathUtilsTest ------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 s -- in dev.drawethree.xprison.utils.misc.MathUtilsTest +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in dev.drawethree.xprison.utils.misc.MathUtilsTest diff --git a/target/surefire-reports/dev.drawethree.xprison.utils.misc.NumberUtilsTest.txt b/target/surefire-reports/dev.drawethree.xprison.utils.misc.NumberUtilsTest.txt index 2cd490b..2a92fde 100644 --- a/target/surefire-reports/dev.drawethree.xprison.utils.misc.NumberUtilsTest.txt +++ b/target/surefire-reports/dev.drawethree.xprison.utils.misc.NumberUtilsTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: dev.drawethree.xprison.utils.misc.NumberUtilsTest ------------------------------------------------------------------------------- -Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in dev.drawethree.xprison.utils.misc.NumberUtilsTest +Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in dev.drawethree.xprison.utils.misc.NumberUtilsTest