Give the default name group in p player groups
This commit is contained in:
parent
f1817a636d
commit
0ad58581d8
@ -301,7 +301,7 @@ public class SimplyCommands implements CommandExecutor {
|
|||||||
String player = split[2].toLowerCase();
|
String player = split[2].toLowerCase();
|
||||||
|
|
||||||
if (!plugin.config.isPlayerInDB(player)) {
|
if (!plugin.config.isPlayerInDB(player)) {
|
||||||
sender.sendMessage(ChatColor.GREEN + "Player " + ChatColor.WHITE + player + ChatColor.RED + " is in the default group.");
|
sender.sendMessage(ChatColor.GREEN + "Player " + ChatColor.WHITE + player + ChatColor.RED + " is in the " + plugin.config.getDefaultGroup() + " group.");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user