Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dktapps-pm-pl/uncensor
A PocketMine-MP plugin to bypass the awful client-side chat filter
https://github.com/dktapps-pm-pl/uncensor
mcpe pocketmine-plugin swear-filter
Last synced: 3 months ago
JSON representation
A PocketMine-MP plugin to bypass the awful client-side chat filter
- Host: GitHub
- URL: https://github.com/dktapps-pm-pl/uncensor
- Owner: dktapps-pm-pl
- License: lgpl-3.0
- Archived: true
- Created: 2017-08-04T18:31:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T14:09:53.000Z (almost 6 years ago)
- Last Synced: 2024-09-26T10:20:44.369Z (3 months ago)
- Topics: mcpe, pocketmine-plugin, swear-filter
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 17
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uncensor
A plugin for PocketMine-MP to automatically bypass client-sided profanity filtering.
## How to use
- Drop the plugin into your plugins folder
- Acquire the game's current `profanity_filter.wlist` and place it in the plugin's data folder
- Profit!## Where do I get `profanity_filter.wlist` from?
You can extract it from any current version of the game. It is not included with the files for this plugin due to potential licensing issues.
## How does it work?
Very simple. It simply inserts an ASCII file-separator character (ASCII code 28, 0x1c) after the first letter of the filtered word. This ensures that it does not match client-sided filtering.
## Will it interfere with any swear-filter plugins I already have?
This plugin operates directly on TextPacket as it is sent. Most swear-filter plugins will already have redacted bad words by the time the message reaches this plugin. It is therefore unlikely to interfere with existing plugins, however this has not been tested.