erikzimmermann / TradeSystem

A highly customizable, free and open-source Minecraft plugin for trading between players.

Home Page:https://www.spigotmc.org/resources/trade-system-custom-layouts.58434/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLite: Could not create connection to database server

AlexanderMandera opened this issue · comments

Describe the bug
image
It shows this error even if you use the SQLite database type.

File tradelog.db was created and is available in the plugins/TradeSystem folder

To Reproduce
Config.yml entry:

  Database:
    # Values: SQLite, MySQL
    Type: SQLite
    MySQL:
      Connection_URL: jdbc:mysql://localhost:3306/tradelog?autoReconnect=true&useSSL=false
      User: root
      Password: password

Expected behavior
Uses the database without any errors

Screenshots
See above

Additional context
Related Discord Message: https://discord.com/channels/578230584871092235/585916390083526796/1149754285379309660

Discord contact: kaludi (reported on Support Discord)

Fixed with commit e1d967f.