mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 12:23:59 +00:00
Update minimum CraftBukkit version
This commit is contained in:
parent
5b930cdc3b
commit
79cd8d6065
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ import org.yaml.snakeyaml.error.YAMLException;
|
|||
|
||||
public class Essentials extends JavaPlugin implements IEssentials
|
||||
{
|
||||
public static final int BUKKIT_VERSION = 2015;
|
||||
public static final int BUKKIT_VERSION = 2070;
|
||||
private static final Logger LOGGER = Logger.getLogger("Minecraft");
|
||||
private transient ISettings settings;
|
||||
private final transient TNTExplodeListener tntListener = new TNTExplodeListener(this);
|
||||
|
|
Loading…
Reference in a new issue