Commit Graph

6 Commits

Author SHA1 Message Date
itqop dd248095d6 chore(release): v0.1.5
### Fixed
- Local Chat Issue:
  - Resolved bugs affecting the functionality of the local chat.
2024-10-21 19:05:06 +03:00
itqop b78e25ceac chore(release): v0.1.4
### Added
- Console error logging
- Configurable message text

### Fixed
- Tick timeout error

### Changed
- Renamed command class from `ChatitCommand.java` to `ChatITCommand.java`
2024-10-21 18:21:24 +03:00
itqop 280eb64159 feat: Make profanity threshold and regex configurable
- 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.
2024-10-21 11:54:09 +03:00
itqop 779ba9c8b4 Rename class name and fix CHANGELOG dates 2024-10-21 11:31:59 +03:00
itqop 0b4a253dcb Add 0.1.1 version 2024-10-21 11:25:52 +03:00
itqop 3fc9e8ef33 Init first version project 2024-10-21 11:05:56 +03:00