No reload command. so please restart the server (PlugMan Reloading wont work, ServerUtils reloading will.)
Placeholders:
%player% = Player Username
prefix: "&d&lXP&a&lShop &8&l» "
error: "&cyou dont have enough xp to make this purchase."
purchased: "&cyou have succesfully purchased this item."
shop:
title: "&dKush&aPvP &8» &c&nXP Shop&R"
slots: 27 # number of slots
items:
example:
name: "&61x Chunk Buster"
slot: 0 # the slot number you want - 1
xp_required: 1000 # the amount of xp you need
material: BEACON
glow: true
lore:
- "&eItem cost 1000 xp"
- "&eAnother lore line"
commands: # commands which happen on purchase
- "msg %player% You have brought 1x Chunk Buster"
- "cb give %player% 1 1"
example1:
name: "&61x Chunk Buster"
slot: 1 # the slot number you want - 1
xp_required: 1000 # the amount of xp you need
material: BEACON
glow: true
lore:
- "&eItem cost 1000 xp"
- "&eAnother lore line"
commands: # commands which happen on purchase
- "msg %player% You have brought 1x Chunk Buster"
- "cb give %player% 1 1"