forgot to do small contribs lmao
This commit is contained in:
29
src/main/resources/config.yml
Normal file
29
src/main/resources/config.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
# hopper protection
|
||||
hoppers:
|
||||
allow-product-output: true
|
||||
block-price-input: true
|
||||
|
||||
# transaction history
|
||||
history:
|
||||
max-transactions-per-shop: 100
|
||||
auto-prune: true
|
||||
|
||||
# material aliases
|
||||
aliases:
|
||||
# common abbreviations
|
||||
dia: diamond
|
||||
dias: diamond
|
||||
iron: iron_ingot
|
||||
gold: gold_ingot
|
||||
emerald: emerald
|
||||
ems: emerald
|
||||
|
||||
# blocks
|
||||
stone: stone
|
||||
dirt: dirt
|
||||
cobble: cobblestone
|
||||
|
||||
# tools
|
||||
pick: diamond_pickaxe
|
||||
sword: diamond_sword
|
||||
axe: diamond_axe
|
||||
Reference in New Issue
Block a user