Default db on Bukkit/Sponge: SQLite -> H2

This will only affect new installs.

Affected issue: #996
This commit is contained in:
Rsl1122 2019-04-23 12:53:54 +03:00
parent 14584065fb
commit b642432b1c

View File

@ -25,7 +25,7 @@ Plugin:
# Supported databases: SQLite, H2, MySQL
# -----------------------------------------------------
Database:
Type: SQLite
Type: H2
MySQL:
Host: localhost
Port: 3306