Go to file
Teriuihi 46bfb4fd65 Replace printStackTrace with Logger.throwing in various classes
The changes made in these classes are intended to improve error handling and visibility. Instead of simply printing the StackTrace, the Logger.throwing method is now used to send error messages to the logger in a more controlled manner. This should facilitate better error tracking and resolution. The affected classes include database, configuration, and quest implementation classes.
2024-04-13 20:27:33 +02:00
src/main Replace printStackTrace with Logger.throwing in various classes 2024-04-13 20:27:33 +02:00
build.gradle.kts Started rework for datalockapi 2022-12-05 21:35:39 +01:00
gradlew initial commit 2022-01-06 19:05:33 +01:00
gradlew.bat initial commit 2022-01-06 19:05:33 +01:00
settings.gradle.kts Update minimessage references 2022-05-26 22:57:17 +02:00