-
Notifications
You must be signed in to change notification settings - Fork 12
/
plugin.yml
executable file
·37 lines (35 loc) · 1.2 KB
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: BadWordBlocker
main: surva\badwordblocker\BadWordBlocker
version: 2.0.3
api: 5.0.0
author: survanetwork
description: A chat filter which can block certain things
website: https://plugins.surva.net/#badwordblocker
commands:
badwordblocker:
description: "BadWordBlocker plugin main command"
usage: "/badwordblocker <action>"
permission: badwordblocker.manage
aliases: ["bwb"]
permissions:
badwordblocker.manage:
description: "Manage settings/administrative actions of the BadWordBlocker plugin"
default: op
badwordblocker.bypass:
description: "Bypass the chat filters of BadWordBlocker"
default: op
badwordblocker.bypass.swear:
description: "Bypass blocking swear words in the chat"
default: op
badwordblocker.bypass.same:
description: "Allows the write the same thing twice"
default: op
badwordblocker.bypass.spam:
description: "Bypasses the spam protection so you can write as fast as you like"
default: op
badwordblocker.bypass.caps:
description: "Bypasses the caps protection so you can write in caps"
default: op
badwordblocker.bypass.address:
description: "Bypasses the web addresses (IP, domain, email) filter"
default: op