mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-15 13:26:03 +00:00
Bump to snapshot
This commit is contained in:
parent
c9f14dd29d
commit
e421867f63
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "dev.plex"
|
group = "dev.plex"
|
||||||
version = "1.0"
|
version = "1.0.1-SNAPSHOT"
|
||||||
description = "Plex"
|
description = "Plex"
|
||||||
|
|
||||||
shadowJar {
|
shadowJar {
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
#
|
#
|
||||||
# So these would be valid:
|
# So these would be valid:
|
||||||
# - "m:e:mail sendall:You cannot send messages to everyone on the server"
|
# - "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:
|
blockedCommands:
|
||||||
- "r:e:^[^ :]+::Plugin specific commands are disabled."
|
- "r:e:^[^ :]+::Plugin specific commands are disabled."
|
||||||
- "m:e:mail sendall:You cannot send messages to everyone on the server."
|
- "m:e:mail sendall:You cannot send messages to everyone on the server."
|
||||||
|
|
Loading…
Reference in a new issue