NoSwear
Configurable swear blocker
Features:
- Auto-checks for @->a, 1->i etc, auto checks for upper/lowercase,
- Show a title and/or subtitle at player (optionnal)
- Send a message to admins with noswear.log permission (optionnal)
- Ghost mute: only the player sees his message with swear words (optionnal)
- replace words by a chosen character ('*' for example) (optionnal)
- detects if the player is already muted by essentials, and do nothing if it is the case
- Add, remove, and list words in game
- Command to reload plugin
Requirements:
none
Commands:
- '/ns add <word> - Add a word to the list'
- '/ns remove <word> - Remove a word from the list'
- '/ns list - List all words'
- '/ns reload - Reload the plugin'
Permissions:
for all commands: noswear.<command>
for admins: noswear.admin/noswear.*
to be notified on any message with bad words: noswear.log
to be able to say bad words without restrictions: noswear.ignore
More infos:
Mail: [email protected]
Discord: Black_Eyes#0903
github on top of page
You can donate to me here
https://www.paypal.com/paypalme/BlackEyes99 for all the hours I spent and will spend on this
Config:
Code (Text):
#Checks for updates at plugin start
CheckForUpdates: true
#Info messages at plugin startup
ConsoleMessages: true
Censor_message: false
CensorShip_Character: '*'
ghost_mute_player_by_only_sending_his_bad_message_to_himself: true
# title message is editable in lang.yml
show_title_at_player: true
# with noswear.log, you can be messaged for any message containing bad word said by a player
send_messages_to_admins: true
# format of the message sent to admins
format_of_swearing_messages_for_admins_and_console: '&6[&bNoSwear&6] &c[Player] &7said a/some bad word(s): &c[Message]'
Code (Text):
noPermission: '&6[&bNoSwear&6] &cYou don''t have permission [Permission]'
PluginReloaded: '&aConfig file, lang, and data were reloaded'
title_text: '&4Calm down'
title_subtext: '&4man!'
WordAdded: '&aWord added'
WordRemoved: '&aWord removed'
NoWords: '&cNo words in the list'
WordList: '&aWords in the list: [Words]'
help:
- '&a -- Help for NoSwear plugin --'
- '&a(developped by Black_Eyes, idea of sergiomol)'
- '&a/ns add <word> &7- Add a word to the list'
- '&a/ns remove <word> &7- Remove a word from the list'
- '&a/ns list &7- List all words'
- '&a/ns reload &7- Reload the plugin'
Using my code:
Don't sell copy of this thing, it will always stay open source. You can still use my code if you want to edit this plugin for yourself, or someone in needs, or you can use some functions for your own plugin^^