mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-04-15 16:36:38 +02:00
Force people to use latest CB version
This commit is contained in:
parent
c028c385b6
commit
477e1a4f58
@ -65,7 +65,7 @@ import org.yaml.snakeyaml.error.YAMLException;
|
||||
|
||||
public class Essentials extends JavaPlugin implements IEssentials
|
||||
{
|
||||
public static final int BUKKIT_VERSION = 2455;
|
||||
public static final int BUKKIT_VERSION = 2543;
|
||||
private static final Logger LOGGER = Logger.getLogger("Minecraft");
|
||||
private transient ISettings settings;
|
||||
private final transient TNTExplodeListener tntListener = new TNTExplodeListener(this);
|
||||
|
Loading…
Reference in New Issue
Block a user