Released 9.8.3, commands disabled for players on non-premium versions
This commit is contained in:
@@ -42,6 +42,10 @@ public class DisguiseRadiusCommand extends DisguiseBaseCommand implements TabCom
|
||||
|
||||
@Override
|
||||
public boolean onCommand(CommandSender sender, Command cmd, String label, String[] args) {
|
||||
if (isNotPremium(sender)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (sender.getName().equals("CONSOLE")) {
|
||||
sender.sendMessage(LibsMsg.NO_CONSOLE.get());
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user