mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2025-02-03 14:02:00 +01:00
Remove support for 1.7.x-1.8
This commit is contained in:
parent
147fd36204
commit
cfd9a7ccdc
@ -102,9 +102,9 @@ public class DungeonsXL extends DREPlugin {
|
||||
public DungeonsXL() {
|
||||
/*
|
||||
* ##########################
|
||||
* ####~BRPluginSettings~####
|
||||
* ####~DREPluginSettings~###
|
||||
* ##########################
|
||||
* #~Internals~##~~v1_7_R3+~#
|
||||
* #~Internals~##~~v1_8_R2+~#
|
||||
* #~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_7_R3));
|
||||
settings = new DREPluginSettings(true, true, true, true, true, 9488, Internals.andHigher(Internals.v1_8_R2));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user