ProfanityFilter Virion #58
Labels
Issue: Ask/Questions
Further information is requested
Issue: Documentation
Improvements or additions to documentation
Issue: Enhancement
New feature or request
Issue: Fixed
Fixed
Milestone
What is this?
Poggit Virions (“Virions”) are PHP libraries specifically used in PocketMine plugins. This documentation provides information on the workflow of virion development and usage.
Libraries are great in software development, but when multiple plugins use the same library, since they are executing in the same PHP runtime, the wrong version of the library may be used. The Virion framework aims to resolve this problem by shading the classes.
Virions are expected to be used by plugins, or by other virions. In this documentation, “virion user” refers to plugins/virions using a virion.
Plan
We're going to make an api that checks if contains profanity and removes the profanity within the chat. This is useful when blocking profanity (people using unicode), now in Minecraft 1.19.2+, ProfanityFilter has been added client sidely, BUT people using unicode to bypass them, ALSO you can even disable by your self. In this plugin, we take it server sidely ban/kick punishments.
Todo List
This might update daily.
ExamplePlugin
New submodules has been added to the main repository. This shows the usage of latest ProfanityFilter Virion plugin.
The text was updated successfully, but these errors were encountered: