mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2025-02-17 21:02:12 +01:00
Delimit 1.8.x support to 1.8.8
This commit is contained in:
parent
c627c2c165
commit
cbbd3166d4
@ -48,7 +48,7 @@ If you want to learn how to use DungeonsXL step by step, please have a look at t
|
||||
|
||||
## Compatibility
|
||||
### Server
|
||||
DungeonsXL works with 1.8.3 and higher. However, support for 1.12.x / 1.11.x / 1.10.x / 1.9.x has a higher priority than support for 1.8.x and lower. See [here](../../wiki/legacy-support) for detailed information. Some cosmetic features require the Spigot API and will therefore not work with CraftBukkit.
|
||||
DungeonsXL works with 1.8.8 and higher. However, support for 1.12.x / 1.11.x / 1.10.x / 1.9.x has a higher priority than support for 1.8.8. Old builds that support older versions are unusable for production environments. See [here](../../wiki/legacy-support) for detailed information. Some cosmetic features require the Spigot API and will therefore not work with CraftBukkit.
|
||||
|
||||
### Building information and dependencies
|
||||
Building DungeonsXL from source requires [Apache Maven](https://maven.apache.org/).
|
||||
|
@ -104,7 +104,7 @@ public class DungeonsXL extends DREPlugin {
|
||||
* ##########################
|
||||
* ####~DREPluginSettings~###
|
||||
* ##########################
|
||||
* #~Internals~##~~v1_8_R2+~#
|
||||
* #~Internals~##~~v1_8_R3+~#
|
||||
* #~SpigotAPI~##~~~~true~~~#
|
||||
* #~~~~UUID~~~##~~~~true~~~#
|
||||
* #~~Economy~~##~~~~true~~~#
|
||||
@ -114,7 +114,7 @@ public class DungeonsXL extends DREPlugin {
|
||||
* ##########################
|
||||
*/
|
||||
|
||||
settings = new DREPluginSettings(true, true, true, true, true, 9488, Internals.andHigher(Internals.v1_8_R2));
|
||||
settings = new DREPluginSettings(true, true, true, true, true, 9488, Internals.andHigher(Internals.v1_8_R3));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user