forked from LogBlock/LogBlock
version 1.19.0.0-SNAPSHOT
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<groupId>de.diddiz</groupId>
|
<groupId>de.diddiz</groupId>
|
||||||
<artifactId>logblock</artifactId>
|
<artifactId>logblock</artifactId>
|
||||||
<version>1.17.0.0-SNAPSHOT</version>
|
<version>1.19.0.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>LogBlock</name>
|
<name>LogBlock</name>
|
||||||
|
@@ -60,7 +60,7 @@ public class Config {
|
|||||||
// Not loaded from config - checked at runtime
|
// Not loaded from config - checked at runtime
|
||||||
public static boolean mb4 = false;
|
public static boolean mb4 = false;
|
||||||
|
|
||||||
public static final String CURRENT_CONFIG_VERSION = "1.17.0";
|
public static final String CURRENT_CONFIG_VERSION = "1.19.0";
|
||||||
|
|
||||||
public static enum LogKillsLevel {
|
public static enum LogKillsLevel {
|
||||||
PLAYERS,
|
PLAYERS,
|
||||||
|
Reference in New Issue
Block a user