Delimit 1.8.x support to 1.8.8

This commit is contained in:
Daniel Saukel 2018-04-27 14:28:13 +02:00
parent c627c2c165
commit cbbd3166d4
2 changed files with 3 additions and 3 deletions

View File

@ -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/).

View File

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