(Player player, String fmt, Object... msg)
| 45 | player.sendMessage("Info: " + Strings.format(fmt, msg)); |
| 46 | } |
| 47 | public static void warn(Player player, String fmt, Object... msg) { |
| 48 | player.sendMessage("[gold]Warning: []" + Strings.format(fmt, msg)); |
| 49 | } |
| 50 | |
| 51 | //check the player if admin |
| 52 | public static boolean adminCheck(Player player) { |
no outgoing calls
no test coverage detected