mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-08 03:50:06 +01:00
OCD message tweaking. Last thing.
This commit is contained in:
parent
b6c7799cc2
commit
549da08f87
@ -127,11 +127,9 @@ public class PermissionsHandler implements IPermissionsHandler {
|
||||
ess.getLogger().warning("Features such as chat prefixes/suffixes and group-related functionality will not " +
|
||||
"work until you install Vault.");
|
||||
} else if (Bukkit.getPluginManager().getPlugin("Vault") != null) {
|
||||
ess.getLogger().info("Detected Vault but no supported permissions plugin. Using superperms based permissions.");
|
||||
}
|
||||
{
|
||||
ess.getLogger().info("Using superperms-based permissions.");
|
||||
ess.getLogger().info("Detected Vault but no supported permissions plugin.");
|
||||
}
|
||||
ess.getLogger().info("Using superperms-based permissions.");
|
||||
} else if (handler instanceof ConfigPermissionsHandler) {
|
||||
ess.getLogger().info("Using config file enhanced permissions.");
|
||||
ess.getLogger().info("Permissions listed in as player-commands will be given to all users.");
|
||||
|
Loading…
Reference in New Issue
Block a user