πConfiguration
# Remote databases
# - MariaDB
#
# Don't require any extra configuration
# - H2
storage-method: h2
entry:
flush-interval: 30 # (in seconds)
flush-min-size: 0
console-log: false
# A list of commands that should be ignored by the plugin.
ignored-commands:
- "register"
- "login"
- "setblock"
- "minecraft:setblock"
- "fill"
- "minecraft:fill"
# The following block defines the settings for remote database storage methods.
data:
address: localhost
database: minecraft
username: root
password: ''
pool-settings:
maximum-pool-size: 5
minimum-idle: 5
maximum-lifetime: 1800000 # 30 minutes
keepalive-time: 0
connection-timeout: 5000 # 5 seconds
properties:
useUnicode: true
characterEncoding: utf8
table-prefix: 'datahistory_'
Last updated
Was this helpful?