diff --git a/src/main/kotlin/org/plughide/plughide/Plughide.kt b/src/main/kotlin/org/plughide/plughide/Plughide.kt index 880f828..e283c3d 100644 --- a/src/main/kotlin/org/plughide/plughide/Plughide.kt +++ b/src/main/kotlin/org/plughide/plughide/Plughide.kt @@ -40,7 +40,7 @@ class PlugHide : JavaPlugin(), Listener { // Block restricted commands for non-OPs if (blockedCommands.contains(command)) { event.isCancelled = true - player.sendMessage("§cUnknown command. Type \"/help\" for help.") + player.sendMessage("§cInsufficient Permission!.") logger.info("Player ${player.name} attempted to use blocked command: $command") } }