cloudnode-pro / BankAccounts

A Minecraft economy plugin that enables players to hold multiple bank accounts.
https://modrinth.com/plugin/bankaccounts
GNU General Public License v3.0
7 stars 3 forks source link

Don't shade SQLite #45

Closed zefir-git closed 1 year ago

zefir-git commented 1 year ago

Supersedes #12

Instead of shading SQLite, we can use the class directly from paper. I believe by doing

config.setDriverClassName("org.sqlite.JDBC");