This plugin would be useful because people sometimes try to avoid the swear filter, but they probably wouldn't if it works for them. This would prevent them from trying it in the first place. Plugin category: Chat Minecraft version: 1.10 Suggested name: OptionalSwears What I want: A plugin that censors words on the blacklist, but allows players to opt in to seeing them. Saying a word would automatically enable its visibility, and notify you that it did. If the category thing is too much, you can skip it. Ideas for commands: /os [see | hide] [word | all] - Enables or disables visibility of that word for the player that uses it. It can also be used to enable visibility for all words. It overrides categories. /os [hide | see] category [category, e.g. swears] - Enables or disables visibility of words in a category. /os blacklist [word] - Adds a word to the blacklist. Words on this list are automatically hidden. /os blacklist category [word] /os allow [word] - Removes a word from the blacklist. /os allow category [word] /os category [create | remove] [name] Ideas for permissions: os.blacklist os.allow os.category When I'd like it by: Sometime in November would be preferable.
@HarryX Hi, I don't quite understand what you mean by categories. Could you explain to me? Also, I guess that you want the users option (in or out of seeing swear words) to survive after the server is restarted/reloaded, correct? I've got everything done except the categories and the saving of the users option. Look forward to your reply so that I may continue, thanks.
@CraftCreeper6 I think he means "tiers" of swears. So some swears would be in the "a" category, and others will be in the "b" category, and the player can opt into "A", "B", both, or neither.
@HarryX Creator3 and I did something similar to this concept not long ago. See if this suits your needs. https://dev.bukkit.org/bukkit-plugins/personalfilter
Cool! Sorry for the late reply. The categories thing is kind of similar to tiers. You can choose how much to censor. However, unlike tiers, there could also be categories like "holidays" for people who don't celebrate holidays due to religion. Basically, it's a way of censoring a group of words all at once. Yes, user option persistency would be vital. =============================== EDIT: I have SimplePrefix, and I want the users to be able to filter out whatever words they want. Thanks though. =============================== EDIT 2: @CraftCreeper6 Oh, and it would be nice if you could make the plugin also have a list command which shows you all of your filtered words (swears, etc), except half-censored or something.