Releases: Jochyoua/SafeChatX
Releases · Jochyoua/SafeChatX
2.1.8-SNAPSHOT
- Add comma character to IPV4_REGEX
- Add help messages from wiki into configs
- Add too little arguments
- This is called when a user only types
safechat flags
- This is called when a user only types
- Fixed issue with Jitpack.io
- API now works fully
2.1.7-SNAPSHOT
- Added version command to the help message
- Added permissions for tab complete
- Added permissions for help and version commands
- Permissions for help and version commands are given to players by default
- You can remove the permissions by removing safechat.commands.help and safechat.commands.version respectfully
- Added configuration option to strip abnormal characters in regex fallback (any special characters, and spaces)
- This only applies to scanning for blacklisted strings, strings remain the same
- Added fail-safe for words containing spaces in regexFallback
2.1.6-SNAPSHOT
- Added new version command
- Returns the current version of the plugin and the server version
- Checking strings similarity is now compatible with regex fallback
- Fixed bug with blacklist regex with strings that have multiple spaces (Silly me)
- Check similar now works with Regex
- Regex is now case insensitive
- Tab complete now makes sure player has the permission before suggesting
- Flags command returns online players when attempting to complete the command
- Check logging should now only log when a user is punished
2.1.5-SNAPSHOT
- Fixed disabling caps checking doing nothing
- Added check logging
- Added new getLoggingEnabled() interface
- Added basic blacklist regex fallback if all else fails for blacklist
- can be disabled via checks config
- Added localization for messages sent to players, check README.md for more information
2.1.4-SNAPSHOT
Fixed spigot /reload issue
Supports 1.17