Skip to content

Instantly share code, notes, and snippets.

@games647
Last active December 12, 2021 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save games647/d2a57abf90f707c0bd1107e432c580f3 to your computer and use it in GitHub Desktop.
Save games647/d2a57abf90f707c0bd1107e432c580f3 to your computer and use it in GitHub Desktop.
Add SQLite support to your BungeeCord server.
  1. Download the SQLite driver .jar from here: https://bitbucket.org/xerial/sqlite-jdbc/downloads
  2. Open your BungeeCord/Waterfall jar with any archiver program
  3. Open the SQLite driver with any archiver program
  4. Copy the contents (the "org"-folder) from the SQLite driver to BungeeCord
  5. Now just use the SQLite settings in the ChangeSkin config.
@NovaStream2030
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment