Skip to content

Releases: HaHaWTH/AdvancedSensitiveWords

2.0.0

20 Jun 10:59

Choose a tag to compare

What's Changed

Full Changelog: 1.2...2.0.0

Pro-1.2

05 Oct 11:00

Choose a tag to compare

Version 1.2 has been released! Heres the changelog:

Bukkit version changes:

  1. Move permission package
  2. Use PermissionsEnum instead of PermissionsConstant
  3. Kotlin migration
  4. Added dev version check
  5. Added bypass permission check for item spawn
  6. Use parallel stream to load external files & reduce memory consume
  7. Cache for loading words from internet
  8. Early return if no files to load

Velocity version changes:

  1. Added config & update checker

Bungeecord version changes:

  1. Added config & update checker

Download

Update Notes:

  1. Update all AdvancedSensitiveWords on your proxy network(if you have)

Pro-1.1

24 Sep 08:52

Choose a tag to compare

Version 1.1 has been released! Heres the changelog:

Bukkit version changes:

  1. Added reloadconfig & add & remove command
  2. Fix FakeMessageExecutor
  3. Fix /asw status output
  4. Use player uuid to store data instead of player object
  5. VL-based punishment system
  6. Make fake message work under packet mode
  7. Remove DatabaseManager & Messages fixes & Added /asw reset command
  8. Make hooks reloadable
  9. Use Gson to parse response
  10. Cache permission check
  11. Offload logging operation to single thread
  12. Use Caffeine
  13. Improve logic in listeners
  14. Monitor item spawn
  15. Add addallow/removeallow command & More full match condition
  16. Further improve library download speed in China
  17. Update dependencies

Velocity version changes:

  1. Fix message being sent twice
  2. Improve forwarding performance

Bungeecord version changes:

  1. Use LimitedByteArrayDataOutput

Download

Update Notes:

  1. Regenerate message files
  2. Update all AdvancedSensitiveWords on your proxy network(if you have)
  3. Database logging has been removed.

Pro-1.0

26 Aug 07:22

Choose a tag to compare

This version is completely overhauled!

Changelog:

  1. Fix bug when running on latest packetevents
  2. Notify operators on update available
  3. Integrate OpenAI & Ollama AI moderation processors
  4. Optimize zh dict
  5. Expand en default dict
  6. Invert command whitelist by default
  7. Added check for SimpleVoiceChat
  8. Fix potential CME by using ConcurrentHashmap
  9. Added punish command
  10. Added is_shadow placeholder
  11. Simplify message file
  12. Update dependency
  13. Runtime library loading
  14. Fix ip retrieve
  15. Add proxy command execution
  16. Recode fakemessage
  17. Add config for chat check
  18. Process message even it is cancelled
  19. Code cleanup
  20. Throw exception on player ip is null

Download