# # Command Blocker # # Format: # - "::command name no slash:Block message" # # Symbols to use: # - r for RegEx # - m for matching # - The ranks are "e" for everyone, "a" for admin and "s" for senior admin # - 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 # # 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" blockedCommands: - "m:e:mail sendall:You cannot send messages to everyone on the server" - "r:e:(.*:):Plugin specific commands are disabled"