Skip to content
Success

Changes

Summary

  1. Back in dev (commit: 8951c1f) (details)
  2. Add a configuration to print jdbc exceptions (commit: 8a4410c) (details)
The file was modified pom.xml (diff)
Commit 8a4410cde8df95fa4e8a4693f622601516bdfa4b by theboyetronic
Add a configuration to print jdbc exceptions
By default, mcmmo tries to pretty print errors, which is fine for many
cases, however; deeper nested errors can lack information, e.g.
networking related issues, while the pretty print is less intimitating
and provides useful information to users, surpressing the trace can
prevent debugging these deeper issues, this config option serves as a
compromise between scaring users and having a means to find these deeper
issues.
(commit: 8a4410c)
The file was modified src/main/java/com/gmail/nossr50/config/Config.java (diff)
The file was modified src/main/java/com/gmail/nossr50/database/SQLDatabaseManager.java (diff)
The file was modified src/main/resources/config.yml (diff)