✅
MariaDB and Redis Storage Support Implemented
The storage system now supports
MariaDB and
Redis, expanding compatibility options for various server environments. These are now available alongside existing storage types.
Configuration Sample (in config.yml)
Code (YAML):
storage
:
# Storage type for cache and player-country tracking.
# Velocity/Bungee: "json", "mysql", "MariaDB", "Redis"
# Spigot/Paper/Purpur: "sqlite", "json", "Redis", "MariaDB", "mysql"
type
: json
# If using MySQL or MariaDB, uncomment and configure:
# mysqlHost: localhost
# mysqlPort: 3306
# mysqlDatabase: network_security
# mysqlUser: root
# mysqlPassword: password123
# If using Redis, uncomment and configure:
# redis:
# host: "127.0.0.1"
# port: 6379
# password: ""