VGRAVES CONFIGURATIONS
database.yml
This file controls only storage backend selection and SQL connection details.
Storage Options
LOCALstores one JSON file per player.MYSQL,MARIADB, andH2use SQL through HikariCP.Prefixis applied before every SQL table name created by VGraves.
Representative Excerpt
storage:
Type: LOCAL
Hostname: 172.168.0.1
Port: 3306
Username: minecraft
Database: minecraft
Pool Size: 5
Use SSL: false
Jdbc Url: ""
Driver Class: ""
Prefix: vgraves_