diff --git a/CustomAlerts/src/CustomAlerts/Commands/Commands.php b/CustomAlerts/src/CustomAlerts/Commands/Commands.php index 4311514..b0649c7 100755 --- a/CustomAlerts/src/CustomAlerts/Commands/Commands.php +++ b/CustomAlerts/src/CustomAlerts/Commands/Commands.php @@ -59,7 +59,7 @@ public function execute(CommandSender $sender, string $commandLabel, array $args } }else{ if($sender->hasPermission("customalerts")){ - $sender->sendMessage(TextFormat::colorize(CustomAlerts::PREFIX . "&cSubcommand &a" . $args[0] . " &cnot found. Use &a/calerts help &cto show available commands")); + $sender->sendMessage(TextFormat::colorize(CustomAlerts::PREFIX . "&cUse &a/calerts help &cto show available commands")); }else{ $sender->sendMessage(TextFormat::colorize("&cYou don't have permissions to use this command")); }