command /filter [<text>]:
permission: op
permission message: "&cSorry! You do not have the permission to execute this command!"
trigger:
add arg-1 to {blockedwords::}
send "&aSuccesfully added to banned words" to player
on chat:
loop {blockedwords::}:
if message contains loop-value:
cancel event
send "&3&lWiz&b&lBox &cYou are not allowed to say that" to player
#chat filter
1 messages · Page 1 of 1 (latest)
do send {blockedwords::}
it can be like there is
xyz a blocked word
and xy also
so it detects 2 times
;-;
_ᴠᴏɪᴅᵈᵉᵛ suggests that you read this embed @inland valley
Formatting Code In Discord
Why?
Code blocks make it easier for helpers to identify potential errors -- help them help you!
The Format
```vb
on chat:
broadcast "This is how you format code!"
```
How It Looks
on chat:
broadcast "This is how you format code!"
Extra Info
On US keyboards, the grave character (`) is located above the tab key on the top left of the keyboard