Add /tpslimit Command #113
@ -86,8 +86,7 @@ public class CommandTPSLimiter implements CommandExecutor {
|
||||
return false;
|
||||
}
|
||||
Player player = (Player) sender;
|
||||
// TODO: Remove on final push
|
||||
// if (permissionCheck(player)) return false;
|
||||
if (permissionCheck(player)) return false;
|
||||
|
||||
|
||||
String tpsLimit = args[0];
|
||||
if (tpsLimit.equals("default")) {
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren
player bekommt eine doppelte Nachricht, ich denke, die Nachricht in der ActionBar reicht aus.