Improved the "aborting bentobox enabling" message

This commit is contained in:
Florian CUNY 2019-01-03 20:35:51 +01:00
parent d2f10d883d
commit 74a28963b4
2 changed files with 1 additions and 2 deletions

View File

@ -75,7 +75,7 @@ public class BentoBox extends JavaPlugin {
getServer().getLogger().severe("Aborting BentoBox enabling.");
getServer().getLogger().severe("BentoBox cannot be loaded on this server.");
getServer().getLogger().severe("You must be using a compatible server software and run on a version supported by BentoBox.");
getServer().getLogger().severe("You must use a compatible server software (Spigot) and run on a supported version (1.13.2).");
getServer().getPluginManager().disablePlugin(this);
return;

View File

@ -8,7 +8,6 @@ import world.bentobox.bentobox.api.user.User;
/**
* Interface for BentoBox Commands
* @author tastybento
*
*/
public interface BentoBoxCommand {