Skip to content

Commit 4fca93c

Browse files
committed
swap around defaults
1 parent d958de7 commit 4fca93c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chestshop-database-bukkit/src/main/resources/settings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
shop-template-buy:
2-
material: HOPPER_MINECART
2+
material: CHEST_MINECART
33
display-name: <bold><green>%owner%
44
lore:
55
- '<aqua>Buy Price: %buy-price%, Sell Price: %sell-price%'
@@ -10,7 +10,7 @@ shop-template-buy:
1010
- '<red>Distance: %distance%'
1111
- '<red>Location: %x%, %y%, %z% (%world%)'
1212
shop-template-sell:
13-
material: CHEST_MINECART
13+
material: HOPPER_MINECART
1414
display-name: <bold><green>%owner%
1515
lore:
1616
- '<aqua>Buy Price: %buy-price%, Sell Price: %sell-price%'

0 commit comments

Comments
 (0)