Asset Additions, re-creating Wiki.

This commit is contained in:
WildInterloper 2024-03-11 11:52:55 -04:00
parent c0b9a49ed4
commit 1b2fcc26c3
12 changed files with 36 additions and 25 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ dependency-reduced-pom.xml
.circleci
*.iml
/target/
/target/

View File

@ -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

BIN
assets/plugin-header.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -30,7 +30,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version> <!-- Make sure to use the latest version -->
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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