mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-24 19:55:17 +01:00
Improved the "aborting bentobox enabling" message
This commit is contained in:
parent
d2f10d883d
commit
74a28963b4
@ -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;
|
||||
|
@ -8,7 +8,6 @@ import world.bentobox.bentobox.api.user.User;
|
||||
/**
|
||||
* Interface for BentoBox Commands
|
||||
* @author tastybento
|
||||
*
|
||||
*/
|
||||
public interface BentoBoxCommand {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user