FrostProfanityFilter is a plugin designed for PocketMine-MP that filters out bad words and profanities from the chat. The plugin allows server administrators to configure a list of words that should be blocked, ensuring a cleaner and more respectful chat environment for all players.
- Blocks predefined bad words and profanities in the chat.
- Allows server administrators to configure and customize the list of blocked words.
- Prevents messages containing bad words from being sent.
- Easy to install and configure.
- PocketMine-MP 5.0.0 or higher.
- Download the FrostProfanityFilter plugin from the Poggit releases page.
- Place the downloaded
FrostProfanityFilter.phar
file into theplugins
folder of your PocketMine-MP server. - Restart your PocketMine-MP server.
- After installing the plugin and restarting the server, a configuration file named
config.yml
will be created in theplugin_data/FrostProfanityFilter
directory. - Open the
config.yml
file with a text editor to customize the list of blocked words. - Add or remove words from the
blocked-words
list as needed. Each word should be on a new line and enclosed in quotes.
Example config.yml
:
profanities:
- abortion
- abuser
- ahole
- alabama hotpocket
- alligatorbait
- Save the
config.yml
file and restart the server for changes to take effect.
- The plugin automatically filters and blocks messages containing any words from the
profanities
list. - Players attempting to send messages with blocked words will receive a notification that their message contains inappropriate language and was not sent.
For support, bug reports, and feature requests, please Join Our Discord Server the discord. or Email me at [email protected]
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.
Thank you for using FrostProfanityFilter! We hope it helps maintain a positive and respectful environment on your PocketMine-MP server.