Permission & Commands
PERMISSIONS
- Permissions default to false, no Op.
- bleeper.filter.add
Grants the user permission to add words to the filter list
- bleeper.filter.remove
Grants the user permission to remove words from the filter list
- bleeper.filter.update
Grants the user permission to update a word on the filter list
- bleeper.filter.list
Grants the user permission to view words on the filter list
- bleeper.replace.add
Grants the user permission to add words to the replace list
- bleeper.replace.remove
Grants the user permission to remove words from the replace list
- bleeper.replace.update
Grants the user permission to update a word on the replace list
- bleeper.replace.list
Grants the user permission to view words on the replace list
- bleeper.emphasize.add
Grants the user permission to add words to the emphasis list
- bleeper.emphasize.remove
Grants the user permission to remove words from the emphasis list
- bleeper.emphasize.update
Grants the user permission to update a word on the emphasis list
- bleeper.emphasize.list
Grants the user permission to view words on the emphasis list
- bleeper.default.add
Grants the user permission to add a word using the default settings
- bleeper.config.defaults
Grants the user permission to adjust "defaults" via command
- bleeper.config.raw
Grants the user permission to toggle "raw-console" via command
- bleeper.config.warn
Grants the user permission to toggle "warn-users" via command
- bleeper.config.filter
Grants the user permission to toggle "enable-filter" via command
- bleeper.config.replace
Grants the user permission to toggle "enable-replace" via command
- bleeper.config.emphasize
Grants the user permission to toggle "enable-emphasis" via command
COMMANDS
- /bleep <word>
Adds a word using the "defaults" specified in the config.yml
- /bleep f a <word> [args]
Adds a word to the filter list using the specified arguments If no arguments are specified, it uses the "defaults" from the config.yml
- /bleep f r <word>
Removes a word from the filter list
- /bleep f u <word> <args>
Updates a words with the specified arguments (Must have arguments!)
- /bleep f l
Lists the words in the filter list
- /bleep r a <word> [args]
Adds a word to the replace list using the specified arguments If no arguments are specified, it uses the "defaults" from the config.yml
- /bleep r r <word>
Removes a word from the replace list
- /bleep r u <word> <args>
Updates a words with the specified arguments (Must have arguments!)
- /bleep r l
Lists the words in the replace list
- /bleep e a <word> [args]
Adds a word to the emphasis list using the specified arguments If no arguments are specified, it uses the "defaults" from the config.yml
- /bleep e r <word>
Removes a word from the emphasis list
- /bleep e u <word> <args>
Updates a words with the specified arguments (Must have arguments!)
- /bleep e l
Lists the words in the emphasis list
Comments