Paris

Results 2 comments of Paris

I believe the issue is in the `ServerApi.java` file where the `/v1/server/whitelist` endpoint checks if whitelist is enabled using `bukkitServer.hasWhitelist()` before returning the whitelist data. However, the `/v1/server` endpoint includes...

Added robust error handling to scheduler methods ensuring exceptions are logged appropriately. Refactored code to leverage SchedulerUtils across the project for consistent task scheduling on Bukkit and Folia. These changes...