Skip to content

Commit 38b3ee9

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # pom.xml
2 parents 6dc47cf + 3eedb46 commit 38b3ee9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/main/java/de/chafficplugins/mininglevels/MiningLevels.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ public void onLoad() {
4545
public void onEnable() {
4646
// Plugin startup logic
4747
try {
48-
if (!Server.checkCompatibility("1.18", "1.17", "1.16", "1.15")) {
49-
error("Wrong server version. Please use a supported version.");
48+
if (!Server.checkCompatibility("1.19", "1.18", "1.17", "1.16", "1.15")) {
49+
error("Unsupported server version, there may be some issues with this version. Please use a supported version.");
5050
error("This is NOT a bug. Do NOT report this!");
51-
throw new IOException();
5251
}
5352

5453
if(Crucial.connect()) {

src/main/java/de/chafficplugins/mininglevels/utils/ConfigStrings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
public class ConfigStrings {
44
public final static int SPIGOT_ID = 100886;
55
public final static int BSTATS_ID = 14709;
6-
public final static String CRUCIAL_API_VERSION = "2.1.5";
6+
public final static String CRUCIAL_API_VERSION = "2.1.6";
77
public final static String LOCALIZED_IDENTIFIER = "mininglevels";
88
public static final String PERMISSION_DEBUG = "mininglevels.debug";
99

0 commit comments

Comments
 (0)