Asset Additions, re-creating Wiki.
This commit is contained in:
parent
c0b9a49ed4
commit
1b2fcc26c3
|
@ -4,3 +4,4 @@ dependency-reduced-pom.xml
|
|||
.circleci
|
||||
*.iml
|
||||
/target/
|
||||
/target/
|
||||
|
|
10
README.MD
10
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
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
2
pom.xml
2
pom.xml
|
@ -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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue