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
|
|
|
|
|
2021-07-05 00:32:13 +02:00
|
|
|
# UI customization options.
|
|
|
|
ui:
|
|
|
|
category:
|
|
|
|
alphabet:
|
|
|
|
location: 20
|
|
|
|
animals:
|
|
|
|
location: 21
|
|
|
|
blocks:
|
|
|
|
location: 22
|
|
|
|
decoration:
|
|
|
|
location: 23
|
|
|
|
food-drinks:
|
|
|
|
location: 24
|
|
|
|
humans:
|
|
|
|
location: 29
|
|
|
|
humanoid:
|
|
|
|
location: 30
|
|
|
|
miscellaneous:
|
|
|
|
location: 31
|
|
|
|
monsters:
|
|
|
|
location: 32
|
|
|
|
plants:
|
|
|
|
location: 33
|
|
|
|
favorites:
|
|
|
|
location: 39
|
2021-07-05 01:37:18 +02:00
|
|
|
item: BOOK
|
2021-07-05 00:32:13 +02:00
|
|
|
search:
|
|
|
|
location: 40
|
2021-07-05 01:37:18 +02:00
|
|
|
item: DARK_OAK_SIGN
|
2021-07-05 00:32:13 +02:00
|
|
|
local:
|
|
|
|
location: 41
|
2021-07-05 01:37:18 +02:00
|
|
|
item: COMPASS
|
2021-07-05 00:32:13 +02:00
|
|
|
|
2020-10-19 17:34:36 +02:00
|
|
|
# Debug Mode
|
2021-07-05 00:32:13 +02:00
|
|
|
debug: false
|