- Added `profanity_threshold` to `config/chatit.toml` with a default value of `0.5`. - Added `profanity_regex` to `config/chatit.toml` with the provided regular expression for profanity filtering. - Updated `ProfanityChecker` and `ChatEventHandler` to utilize the new configuration settings. - Enhanced the flexibility and configurability of the mod.  | 
			||
|---|---|---|
| gradle/wrapper | ||
| src/main | ||
| .gitignore | ||
| CHANGELOG.md | ||
| README.md | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| settings.gradle | ||