diff --git a/build.gradle b/build.gradle index 6eb5579..5b688dc 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { } group = "dev.plex" -version = "1.0" +version = "1.0.1-SNAPSHOT" description = "Plex" shadowJar { diff --git a/src/main/resources/commands.yml b/src/main/resources/commands.yml index d168eeb..79d17e9 100644 --- a/src/main/resources/commands.yml +++ b/src/main/resources/commands.yml @@ -14,7 +14,7 @@ # # So these would be valid: # - "m:e:mail sendall:You cannot send messages to everyone on the server" -# - "r:e:(.*:):Plugin specific commands are disabled" +# - "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."