mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-05-01 02:38:25 +00:00
OCD message tweaking. Last thing.
This commit is contained in:
parent
b6c7799cc2
commit
549da08f87
1 changed files with 2 additions and 4 deletions
|
@ -127,11 +127,9 @@ public class PermissionsHandler implements IPermissionsHandler {
|
||||||
ess.getLogger().warning("Features such as chat prefixes/suffixes and group-related functionality will not " +
|
ess.getLogger().warning("Features such as chat prefixes/suffixes and group-related functionality will not " +
|
||||||
"work until you install Vault.");
|
"work until you install Vault.");
|
||||||
} else if (Bukkit.getPluginManager().getPlugin("Vault") != null) {
|
} else if (Bukkit.getPluginManager().getPlugin("Vault") != null) {
|
||||||
ess.getLogger().info("Detected Vault but no supported permissions plugin. Using superperms based permissions.");
|
ess.getLogger().info("Detected Vault but no supported permissions plugin.");
|
||||||
}
|
|
||||||
{
|
|
||||||
ess.getLogger().info("Using superperms-based permissions.");
|
|
||||||
}
|
}
|
||||||
|
ess.getLogger().info("Using superperms-based permissions.");
|
||||||
} else if (handler instanceof ConfigPermissionsHandler) {
|
} else if (handler instanceof ConfigPermissionsHandler) {
|
||||||
ess.getLogger().info("Using config file enhanced permissions.");
|
ess.getLogger().info("Using config file enhanced permissions.");
|
||||||
ess.getLogger().info("Permissions listed in as player-commands will be given to all users.");
|
ess.getLogger().info("Permissions listed in as player-commands will be given to all users.");
|
||||||
|
|
Loading…
Reference in a new issue