🎞️Database

You can change the database type, where all data from the plugin is stored

config.yml
database:
    type: sqlite
    mysql:
        host: localhost
        port: 3306
        database: velocityutils
        username: root
        password: ''

By default is set with sqlite (and it works well with it) but you can change it to "mysql" by changing the type, and then all the information below (if you dont know how it works, don't touch this)

Last updated