Admin shop heads showing as Steve, now shows as entity type.
Some online player heads weren't loading properly, now loads correctly
Separated sell item and buy item in config. This will ensure both sell item and buy item get separate properties.
Automatic config.yml migration on updates.
Config Changes:
Removed:
Code (YAML):
economy:
item: # Name format. Use %price% for the price. name: "Price: §f$%price%" material: GOLD_NUGGET
glow: true
lore: -
"§bClick to edit"
Added:
Code (YAML):
economy: # Currency Item: sell-item: # Name format. Use %price% for the price. name: "Price: §f$%price%" material: GOLD_NUGGET
glow: true
lore: -
"§bClick to edit" # Currency Item: buy-item: # Name format. Use %price% for the price. name: "You get: §f$%price%" material: GOLD_INGOT
glow: true
lore: -
"§bClick to edit"
messages: no-shop-lore: -
"&cThis player has not setup a shop." -
"&cUse &f/setshop &c to setup."