Skip to content

Releases: CptGummiball/whitelister

Added Whitelist Check

03 Oct 14:38
Compare
Choose a tag to compare

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

17 Sep 21:34
cf2b05f
Compare
Choose a tag to compare
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

17 Sep 12:01
fd63e7d
Compare
Choose a tag to compare

1.1.4 [17.09.2024]

Fixed:

  • Commands now working for console

Fixes

12 Sep 09:44
Compare
Choose a tag to compare

Fixed:

  • Lang Error
    • removes messages files and placed the translation into config.yml
  • Default Port is now 8013
  • Rules-URL is now empty

Changed:

  • rules ar now set in config.yml

API FIX

11 Sep 04:26
184d951
Compare
Choose a tag to compare
1.1.1

Fixes (1.1.1)

Added API

10 Sep 01:16
ea73255
Compare
Choose a tag to compare

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

09 Sep 20:31
081330f
Compare
Choose a tag to compare
Initial Upload