Releases: SyntaxDevTeam/CleanerX
Releases · SyntaxDevTeam/CleanerX
v.1.5.4-SNAPSHOT
Full Changelog: v.1.5.3...v1.5.4
v.1.5.3
What's Changed
- [CleanerX-Paper] Migrating from internal classes to SyntaxCore library by @WieszczY85 in #20
- Update actions/upload-artifact action to v5 by @renovate[bot] in #21
New Contributors
- @WieszczY85 made their first contribution in #20
Full Changelog: v1.5.2...v.1.5.3
Release 1.5.2
What's Changed
Full Changelog: v1.5.1...v1.5.2
Release 1.5.1
🚀 Long-awaited improved version with all feedback from players and server administrators taken into account!
Version 1.5.0
Functional Changes:
- Replaced the simple word addition command with a full-featured version, allowing adding, removing, and viewing the current list of banned words in-game.
- In response to multiple requests, added a WHITELIST to exclude words that may theoretically contain offensive words in normal expressions.
- Added a command for the whitelist, enabling real-time addition, removal, and checking of the current list of whitelisted words.
- Completely rewritten permission handling logic for all plugin components!
Attention server administrators! Be sure to review the new permission table!! - Improved link detection logic.
- Refactored multiple classes, and some were rewritten from scratch to improve performance.
- CleanerX no longer interferes with chat formatting and does not conflict with specialized chat formatting plugins.
- All static messages are now available in the language file, allowing translation into any language.
- All messages fully support every popular text formatting style, and mixing styles no longer causes conflicts, thanks to the latest SyntaxDevTeam message handling standard based on Adventure libraries.
- Updated all dependencies and classes to their latest versions for greater stability and performance.
Technical Changed
- Update plugin com.gradleup.shadow to v9.0.0-beta10 by @renovate in #15
- Update dependency gradle to v8.13 by @renovate in #16
- Update plugin com.gradleup.shadow to v9.0.0-beta11 by @renovate in #17
- Update plugin org.jetbrains.kotlin.jvm to v2.1.20 by @renovate in #18
Full Changelog: v1.4.0...v1.5.0
Version 1.5.1
What's Changed
- Update plugin com.gradleup.shadow to v9.0.0-beta10 by @renovate in #15
- Update dependency gradle to v8.13 by @renovate in #16
- Update plugin com.gradleup.shadow to v9.0.0-beta11 by @renovate in #17
- Update plugin org.jetbrains.kotlin.jvm to v2.1.20 by @renovate in #18
Full Changelog: v1.4.0...v1.5.1
Release v1.4.0
What's Changed
Full Changelog: v1.3.1...v1.4.0
Releases 1.3.1-DEV
What's Changed
- Update dependency gradle to v8.11 by @renovate in #4
- Update dependency gradle to v8.11.1 by @renovate in #5
- Update dependency org.jetbrains.kotlin:kotlin-stdlib-jdk8 to v2.1.0-RC2 by @renovate in #6
- Update plugin org.jetbrains.kotlin.jvm to v2.1.0-RC2 by @renovate in #7
- Update dependency org.jetbrains.kotlin:kotlin-stdlib-jdk8 to v2.1.0 by @renovate in #8
- Update plugin org.jetbrains.kotlin.jvm to v2.1.0 by @renovate in #9
Full Changelog: v1.3.0...v1.3.1
Releases 1.3.0-DEV
What's Changed
Functional Changes:
- Significant improvement in the logic for comparing words in the list of prohibited words.
- Added a command to clear the chat window /clean.
- Added the ability to block website links in the chat (enabled by default in the config.yml file).
- Added the ability to execute commands (e.g., punishing players) for repeated use of offensive words (enabled by default in the config.yml file), with the option to set how many words trigger the command and its content.
- Various bug fixes, both minor and major.
Technical Changes:
- Update dependency gradle to v8.10.2 by @renovate in #2
- Update plugin org.jetbrains.kotlin.jvm to v2.1.0-RC by @renovate in #3
New Contributors
Full Changelog: v1.2.1...v1.3.0