Friendly warning that craftbukkit is messed up

This commit is contained in:
libraryaddict 2020-05-11 03:49:19 +12:00
parent 61128dd372
commit e64a439fb4
No known key found for this signature in database
GPG Key ID: 052E4FBCD257AEA4

View File

@ -68,6 +68,12 @@ public class LibsDisguises extends JavaPlugin {
"reloads gracefully!");
}
if (Bukkit.getBukkitVersion().startsWith("git-Bukkit-")) {
DisguiseUtilities.getLogger()
.severe("Oh dear, you seem to be using CraftBukkit. Please use Spigot or Paper instead! This " +
"plugin will continue to load, but it will look like a mugging victim");
}
if (!new File(getDataFolder(), "disguises.yml").exists()) {
saveResource("disguises.yml", false);
}