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
|
|
|
|
|
2021-07-03 18:40:05 +02:00
|
|
|
# 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
|