-
Notifications
You must be signed in to change notification settings - Fork 1
Config
Huynh Tien edited this page Apr 18, 2025
·
1 revision
# The group including the server
group: default
# The server name
server-name: server
# The storage type
# Available types: FLAT, MYSQL, SQLITE, NEW-SQLITE, JSON, YAML
storage-type: FLAT
tasks:
save:
# The interval in ticks to do the saving task
interval: 10
# The amount of entries to save per call
entry-per-call: 10
sync:
# Enable the sync task
# This will sync the votes from other servers within the group
enable: false
# The interval in ticks to do the sync task
interval: 10
stats:
# The interval in ticks to do the stats task
interval: 10
event:
# The interval in ticks to do the event task
interval: 10
vote:
# Should the plugin handle offline votes?
offline: false
# The accepted vote services
# Use '*' to accept all services
services:
- '*'
# The event settings
events: {}