Added CommandTypoBlocker
This commit is contained in:
parent
023106b3bc
commit
3e6087e60c
5 changed files with 73 additions and 3 deletions
11
config.yml
11
config.yml
|
|
@ -6,10 +6,19 @@ antiSpamLightning: false
|
|||
rainbowChat: true
|
||||
rainbowChatModifier: 'z' # Single word you need to put after & to use the rainbow
|
||||
|
||||
# Prevents users from broadcasting sensitive commands by forgetting the /
|
||||
commandTypoBlocker: true
|
||||
commandTypoBlockerCaseSensitive: false
|
||||
commandTypoBlockerVerbose: true
|
||||
commandTypoBlockerVerboseMessage: "&cYour message begins with a sensitive command, you may be leaking something sensitive by forgetting the slash!"
|
||||
commandTypoBlockerWords:
|
||||
- 'login'
|
||||
- 'register'
|
||||
|
||||
# Strikes a lightning to the player who says specific words
|
||||
skibidiBlocker: true
|
||||
skibidiBlockerCaseSensitive: false
|
||||
skibidiBlockerVerbose: true
|
||||
skibidiBlockerVerboseMessage: "This is a bad word."
|
||||
skibidiBlockerWords:
|
||||
- 'skibidi'
|
||||
- 'skibidi'
|
||||
Loading…
Add table
Add a link
Reference in a new issue