Releases: CptGummiball/whitelister
Releases · CptGummiball/whitelister
Added Whitelist Check
This update introduces significant improvements to the application’s whitelist functionality. The UUID handling within the API request handler has been refactored for better clarity and maintainability, ensuring smoother operation. Additionally, the whitelist check has been enhanced to provide more informative responses when a user is already on the whitelist, improving user experience and feedback.
Changed
- Refactored UUID handling in the API request handler to improve clarity and maintainability.
Fixed
- Users can no longer end up on the requests list if they are already on the whitelist
Added
- Added the whitelist check to return appropriate messages if the user is already on the whitelist. (API)
Fix
Added:
- added deny command
- Console Response if API or Frontend is used
Changed:
- changed some messages
Fixed:
- PlayerJoinListener now really checks if List is empty
Command Fix
1.1.4 [17.09.2024]
Fixed:
- Commands now working for console
Fixes
Fixed:
- Lang Error
- removes messages files and placed the translation into
config.yml
- removes messages files and placed the translation into
- Default Port is now
8013
- Rules-URL is now empty
Changed:
- rules ar now set in
config.yml
API FIX
1.1.1 Fixes (1.1.1)
Added API
1.1.0 [10.09.2024]
Added:
- API Support (enable in config.yml)
- JSON Responses
Changed
- Command rework for new json format
Version 1.0 Release
Initial Upload