We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d958de7 commit 4fca93cCopy full SHA for 4fca93c
chestshop-database-bukkit/src/main/resources/settings.yml
@@ -1,5 +1,5 @@
1
shop-template-buy:
2
- material: HOPPER_MINECART
+ material: CHEST_MINECART
3
display-name: <bold><green>%owner%
4
lore:
5
- '<aqua>Buy Price: %buy-price%, Sell Price: %sell-price%'
@@ -10,7 +10,7 @@ shop-template-buy:
10
- '<red>Distance: %distance%'
11
- '<red>Location: %x%, %y%, %z% (%world%)'
12
shop-template-sell:
13
- material: CHEST_MINECART
+ material: HOPPER_MINECART
14
15
16
0 commit comments