Add optional MySQL support for statistics storage
Build / build (push) Successful in 1m15s

This commit is contained in:
Michael Burgess
2026-08-07 06:09:24 -04:00
parent bcb603dadf
commit 1c16f9a83b
7 changed files with 128 additions and 25 deletions
+12
View File
@@ -45,6 +45,18 @@ default-floor-materials:
- LIGHT_GRAY_CONCRETE
- BROWN_CONCRETE
storage:
# type: sqlite (default, file-based, zero setup) or mysql
type: sqlite
mysql:
host: localhost
port: 3306
database: blockparty
username: blockparty
password: password
use-ssl: false
table-prefix: "bp_"
rewards:
winner:
commands: