diff --git a/src/main/resources/commands.yml b/src/main/resources/commands.yml index 16e644e..22d9048 100644 --- a/src/main/resources/commands.yml +++ b/src/main/resources/commands.yml @@ -16,6 +16,6 @@ # - "m:e:mail sendall:You cannot send messages to everyone on the server" # - "r:e:(.*:):Plugin specific commands are disabled" blockedCommands: + - "r:e:^[^ :]+::Plugin specific commands are disabled." - "m:e:mail sendall:You cannot send messages to everyone on the server." - - "m:e:mail sendtempall:You cannot send messages to everyone on the server." - - "r:e:^[^ :]+::Plugin specific commands are disabled." \ No newline at end of file + - "m:e:mail sendtempall:You cannot send messages to everyone on the server." \ No newline at end of file diff --git a/src/main/resources/messages.yml b/src/main/resources/messages.yml index 8fba7d1..878263d 100644 --- a/src/main/resources/messages.yml +++ b/src/main/resources/messages.yml @@ -168,4 +168,4 @@ autoWipeDisabled: "Item wiping is currently disabled in the config!" allowDropsDisabled: "No longer allowing drops from players." allowDropsEnabled: "Now allowing drops from players." blockedCommandColor: "" -commandBlocked: "This command is blocked" \ No newline at end of file +commandBlocked: "This command is blocked." \ No newline at end of file