3
0
Mirror von https://github.com/TheSilentPro/HeadDB.git synchronisiert 2025-01-03 23:00:10 +01:00
HeadDB/src/main/resources/config.yml

27 Zeilen
580 B
YAML

2020-12-08 22:22:41 +01:00
# When enabled heads will be fetched from startup, otherwise when the /hdb command is ran
fetchStartup: true
# When enabled, heads will be fetched async (Startup Only)
asyncStartup: false
2020-10-19 17:34:36 +02:00
# If the cached heads are older than these amount of seconds, the plugin will refresh the database
refresh: 3600
# Economy options
economy:
enable: false
cost:
alphabet: 100
animals: 100
blocks: 100
decoration: 100
food-drinks: 100
humans: 100
humanoid: 100
miscellaneous: 100
monsters: 100
plants: 100
local: 1000
2020-10-19 17:34:36 +02:00
# Debug Mode
2020-11-07 00:45:44 +01:00
debug: false