mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-06 01:26:42 +00:00
part 3...?
This commit is contained in:
@ -7,7 +7,8 @@
|
||||
# Symbols to use:
|
||||
# - r for RegEx
|
||||
# - m for matching
|
||||
# - The ranks are "e" for everyone, "a" for admin and "s" for senior admin
|
||||
# - The ranks are "e" for executive and below, "a" for admin and below, "s" for senior admin and below,
|
||||
######## TODO: DOCUMENT ALL OTHER LETTERS!! ^^^^
|
||||
# - The command is just the command without slashes. Optional arguments are specified as well
|
||||
# - Finally the block message. MUST NOT CONTAIN ":". Use _ to use the default command blocked message as specified in messages.yml, or you can optionally put your own in
|
||||
#
|
||||
@ -16,4 +17,4 @@
|
||||
# - "r:e:(.*:):Plugin specific commands are disabled"
|
||||
blockedCommands:
|
||||
- "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"
|
Reference in New Issue
Block a user