Quests/core/src/main/resources/config.yml

47 lines
1.0 KiB
YAML
Raw Normal View History

2018-01-08 07:16:40 +01:00
accept-timeout: 20
allow-command-questing: true
allow-command-quests-with-npcs: false
allow-pranks: true
clickable-prompts: true
2022-04-09 16:30:00 +02:00
condition-interval: 10
confirm-abandon: true
confirm-accept: true
console-logging: 2
2021-11-23 23:22:39 +01:00
disable-command-feedback: false
generate-files-on-join: true
give-journal-item: false
ignore-locked-quests: false
kill-delay: 600
language: en-US
language-override-client: false
max-quests: 0
npc-effects:
enabled: true
new-quest: note
redo-quest: heart
show-completed-objectives: true
show-requirements: true
show-titles: true
storage-data:
2020-11-27 10:35:26 +01:00
address: localhost:3306
database: minecraft
username: root
password: ''
table_prefix: 'quests_'
pool-settings:
max-pool-size: 10
min-idle: 10
max-lifetime: 1800000
keepalive-time: 0
connection-timeout: 5000
properties:
useUnicode: true
characterEncoding: utf8
storage-method:
player-data: yaml
strict-player-movement: 0
top-limit: 150
2022-04-07 20:58:18 +02:00
trial-save: false
translate-names: true
translate-subcommands: false
update-check: true