SongodaCore/Core
Christian Koop 2f6d21c969
fix: Don't catch exceptions when initializing the database
Catching the exception here circumvents the error handing in `SongodaPlugin#onEnable()`.
+ catching the errors without throwing a new one leads to plugins continuing their initialization
before being disabled.
Poluting the server log with additional exceptions and everything because something is broken but surpressed
2023-10-24 01:03:09 +02:00
..
src fix: Don't catch exceptions when initializing the database 2023-10-24 01:03:09 +02:00
pom.xml chore: Updates item-nbt-api to support Spigot 1.20.2 2023-10-19 17:14:16 +02:00