mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-23 01:27:37 +00:00
update command blocker usage
This commit is contained in:
parent
a784ffbc8a
commit
245f7dd4d3
@ -8,7 +8,8 @@
|
|||||||
# - r for RegEx
|
# - r for RegEx
|
||||||
# - m for matching
|
# - m for matching
|
||||||
# - The ranks are "e" for executive and below, "s" for senior admin and below, "a" for admin and below, "o" for op and below, "n" for nonop and below, and "i" for impostor
|
# - The ranks are "e" for executive and below, "s" for senior admin and below, "a" for admin and below, "o" for op and below, "n" for nonop and below, and "i" for impostor
|
||||||
# - The command is just the command without slashes. Optional arguments are specified as well
|
# - MATCHING MODE: The command is just the command without slashes. Optional arguments are specified as well. It also accepts full plugins via specifying the plugin name followed by a ":" (e.g. "viaversion:")
|
||||||
|
# - REGEX MODE: The command is regex that matches the desired command. It matches case insensitively.
|
||||||
# - 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
|
# - 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
|
||||||
#
|
#
|
||||||
# So these would be valid:
|
# So these would be valid:
|
||||||
|
Loading…
Reference in New Issue
Block a user