mirror of
https://github.com/songoda/EpicBosses.git
synced 2025-01-06 23:37:33 +01:00
Need to make a data folder now
This commit is contained in:
parent
c9b15b44b1
commit
ce3d75492d
@ -92,6 +92,9 @@ public class CustomBosses extends JavaPlugin implements IReloadable {
|
||||
console.sendMessage(StringUtils.get().translateColor("&7EpicBosses " + getDescription().getVersion() + " by &5Songoda <3&7!"));
|
||||
console.sendMessage(StringUtils.get().translateColor("&7Action: &aEnabling&7..."));
|
||||
|
||||
if (!this.getDataFolder().exists())
|
||||
this.getDataFolder().mkdir();
|
||||
|
||||
Debug.setPlugin(this);
|
||||
|
||||
instance = this;
|
||||
|
Loading…
Reference in New Issue
Block a user