mirror of
https://github.com/essentials/Essentials.git
synced 2025-01-17 21:39:26 +01:00
Lowering min bukkit to r4 - 1838, this build should still be compatible.
This commit is contained in:
parent
df8c6bae5a
commit
555cbbc759
@ -66,7 +66,7 @@ import org.yaml.snakeyaml.error.YAMLException;
|
||||
|
||||
public class Essentials extends JavaPlugin implements IEssentials
|
||||
{
|
||||
public static final int BUKKIT_VERSION = 1952;
|
||||
public static final int BUKKIT_VERSION = 1938;
|
||||
private static final Logger LOGGER = Logger.getLogger("Minecraft");
|
||||
private transient ISettings settings;
|
||||
private final transient TNTExplodeListener tntListener = new TNTExplodeListener(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user