Examples
-
BossShopPro showcase - Taking a look at the example shops
You don't want to spend time creating big item shops? Don't worry: The addon ItemShops comes with big pre-made and super fast to expand/edit item buy- and sellshops.
Besides here you can find a few shop/menu examples.
External links
Note: BossShopPro supports all BossShop shops.
- MarriageReloaded GUI made with BossShop
- Towny GUI made with BossShop
- SpreadsheetToBossShopConverter - quickly generate BossShop shops
- Citizen/Denizen NPC Script for BossShop
- Citizens integration (external addon for BossShop)
- MythicMobs BossShopPro addon
Shop examples for 1.12.* and below
Created by Instantout.
Requirements:
- BossShopPro
- TrickyShop (BSP Addon)
- SilkSpawners
Step 1:
Plugins >> BossShopPro >> Shops >> (Make a yml file and Copy/Paste)
https://pastebin.com/hZZU58aS
Step 2:
Plugins >> BossShopPro >> Addons >> Tricky Shops >> Layouts.yml
Open Layouts and Copy/Paste this Inside.
Code (Text):layout_Mobheads:
input:
Item: '[amount]:[type]'
Price: '[buyprice]'
Name: '[name]'
output:
MenuItem:
- 'customskull:[type]'
- 'amount:[amount]'
- 'name:&7[name] Spawner'
- 'lore:&aBuy Spawner'
- 'lore:&2Price&a: &7%price%'
- 'type:SKULL_ITEM:3'
ExtraPermission: ''
PriceType: MONEY
Price: '[buyprice]'
RewardType: COMMAND
Reward:
- spawner give %player% %shopitemname% [amount]
Message: '&4&l>> &7You bought [amount] [name] for %price%.'
InventoryLocation: 0
Code (Text):Skeletonhorse:
Layout: layout_Mobheads
Name: 'Skeleton Horse'
Item: '1:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDdlZmZjZTM1MTMyYzg2ZmY3MmJjYWU3N2RmYmIxZDIyNTg3ZTk0ZGYzY2JjMjU3MGVkMTdjZjg5NzNhIn19fQ=='
Price: 300
Other tips
Do you want special features which are not included in BossShopPro? You can simply make players execute commands of any other plugin by clicking a gui button. For example, if you want to provide players a sell-all button (which sells their whole inventory) simply download any plugin with the wanted Sell-All command and create a shopitem with rewardtype "playercommand" and reward "sellall". That way basically anything is possible.
Default shop examples for 1.12.* and below
Code (Text):ShopName: GameShop
DisplayName: '&2&lGameShop'
Command: gameshop
Sound:
Shop:
Open: ENTITY_WITHER_SPAWN:1:1
ChangeShop: ENTITY_WITHER_SPAWN:1:1
signs:
text: '[GameShop]'
NeedPermissionToCreateSign: true
shop:
sword_wood:
MenuItem:
- '%rewarditem_1%'
- lore:&cCosts %price%.
RewardType: ITEM
Reward:
- - type:WOOD_SWORD
- amount:1
- name:&1&lToy Sword
PriceType: EXP
Price: 4
Message: '&2You have bought a new weapon for &c%price%&2.'
ExtraPermission: ''
InventoryLocation: 1
sword_iron:
MenuItem:
- '%rewarditem_1%'
- lore:&cCosts %price%.
RewardType: ITEM
Reward:
- - type:IRON_SWORD
- amount:1
- name:&1&lTraditional Sword
PriceType: EXP
Price: 10
Message: '&2You have bought a new weapon for &c%price%&2.'
ExtraPermission: ''
InventoryLocation: 2
sword_stone_magic:
MenuItem:
- '%rewarditem_1%'
- lore:&cCosts %price%.
RewardType: ITEM
Reward:
- - enchantment:FIRE_ASPECT#5
- enchantment:KNOCKBACK#4
- type:STONE_SWORD
- amount:1
- name:&1&lAncient Sword
- lore:&cCosts %price%.
PriceType: EXP
Price: 12
Message: '&2You have bought a new weapon for &c%price%&2.'
ExtraPermission: ''
InventoryLocation: 3
sword_iron_strong:
MenuItem:
- '%rewarditem_1%'
- lore:&cCosts %price%.
RewardType: ITEM
Reward:
- - type:IRON_SWORD
- amount:1
- name:&1&lTraditional Sword
PriceType: EXP
Price: 16
Message: '&2You have bought a new weapon for &c%price%&2.'
ExtraPermission: ''
InventoryLocation: 4
sword_diamond:
MenuItem:
- '%rewarditem_1%'
- lore:&cCosts %price%.
RewardType: ITEM
Reward:
- - enchantment:DAMAGE_ALL#5
- enchantment:FIRE_ASPECT#2
- type:DIAMOND_SWORD
- amount:1
- name:&1&lNoble Sword
PriceType: EXP
Price: 24
Message: '&2You have bought a new weapon for &c%price%&2.'
ExtraPermission: ''
InventoryLocation: 5
weapon_cookie:
MenuItem:
- '%rewarditem_1%'
- lore:&cCosts %price%.
RewardType: ITEM
Reward:
- - enchantment:KNOCKBACK#10
- enchantment:FIRE_ASPECT#10
- type:COOKIE
- amount:1
- name:&4&lKiller Cookie &2&l[*]
PriceType: EXP
Price: 25
Message: '&2You have bought a new weapon for &c%price%&2.'
ExtraPermission: ''
InventoryLocation: 6
weapon_axe:
MenuItem:
- '%rewarditem_1%'
- lore:&cCosts %price%.
RewardType: ITEM
Reward:
- - enchantment:DAMAGE_ALL#10
- type:DIAMOND_AXE
- amount:1
- name:&4&lBerserk Axe
PriceType: EXP
Price: 30
Message: '&2You have bought a new weapon for &c%price%&2.'
ExtraPermission: Permission.VIP
InventoryLocation: 7
bow_low:
MenuItem:
- '%rewarditem_1%'
- lore:&cCosts %price%.
RewardType: ITEM
Reward:
- - name:&2&lNoob Bow
- amount:1
- type:BOW
- - amount:16
- type:ARROW
PriceType: EXP
Price: 6
Message: '&2You have bought a new weapon for &c%price%&2.'
ExtraPermission: ''
InventoryLocation: 10
bow_medium:
MenuItem:
- '%rewarditem_1%'
- lore:&cCosts %price%.
RewardType: ITEM
Reward:
- - enchantment:ARROW_DAMAGE#2
- enchantment:ARROW_FIRE#1
- type:BOW
- amount:1
- name:&2&lHunter Bow
- - type:ARROW
- amount:16
PriceType: EXP
Price: 10
Message: '&2You have bought a new weapon for &c%price%&2.'
ExtraPermission: ''
InventoryLocation: 11
bow_strong:
MenuItem:
- '%rewarditem_1%'
- lore:&cCosts %price%.
RewardType: ITEM
Reward:
- - enchantment:ARROW_KNOCKBACK#2
- enchantment:ARROW_DAMAGE#4
- type:BOW
- amount:1
- name:&2&lSoldier Bow
- - type:ARROW
- amount:16
PriceType: EXP
Price: 20
Message: '&2You have bought a new weapon for &c%price%&2.'
ExtraPermission: ''
InventoryLocation: 12
bow_infinity:
MenuItem:
- '%rewarditem_1%'
- lore:&cCosts %price%.
RewardType: ITEM
Reward:
- - name:&5&lInfinity Bow
- amount:1
- type:BOW
- enchantment:ARROW_INFINITE#1
- enchantment:ARROW_DAMAGE#4
- - amount:1
- type:ARROW
PriceType: EXP
Price: 25
Message: '&2You have bought a new weapon for &c%price%&2.'
ExtraPermission: ''
InventoryLocation: 13
bow_ranger:
MenuItem:
- '%rewarditem_1%'
- lore:&cCosts %price%.
RewardType: ITEM
Reward:
- - name:&2&lRanger Bow
- amount:1
- type:BOW
- enchantment:ARROW_DAMAGE#7
- enchantment:ARROW_KNOCKBACK#10
- - amount:16
- type:ARROW
PriceType: EXP
Price: 30
Message: '&2You have bought a new weapon for &c%price%&2.'
ExtraPermission: ''
InventoryLocation: 14
potion_ninja:
MenuItem:
- '%rewarditem_1%'
- lore:&cCosts %price%.
RewardType: ITEM
Reward:
- - name:&5&lNinja Potion
- amount:1
- type:POTION
- potion:speed#2#120
- potion:jump#0#120
PriceType: ITEM
Price:
- - amount:20
- type:FEATHER
Message: '&2You have bought a new potion for &c%price%&2.'
ExtraPermission: ''
InventoryLocation: 28
potion_berserk:
MenuItem:
- '%rewarditem_1%'
- lore:&cCosts %price%.
RewardType: ITEM
Reward:
- - name:&5&lBerserk Potion
- amount:1
- type:POTION
- potion:increase_damage#2#120
- potion:confusion#1#120
PriceType: ITEM
Price:
- - amount:1
- type:GHAST_TEAR
- - amount:1
- type:IRON_SWORD
Message: '&2You have bought a new potion for &c%price%&2.'
ExtraPermission: ''
InventoryLocation: 29
potion_ghost:
MenuItem:
- '%rewarditem_1%'
- lore:&cCosts 5 Player heads.
RewardType: ITEM
Reward:
- - name:&5&lGhost Potion
- amount:1
- type:POTION
- potion:invisibility#2#120
- potion:night_vision#0#120
PriceType: ITEM
Price:
- - amount:5
- type:SKULL_ITEM
- durability:3
Message: '&2You have bought a new potion for &c5 Player heads&2.'
ExtraPermission: ''
InventoryLocation: 30
Sound:
Shopitem:
Purchase: ENTITY_WITHER_DEATH:1:1.0
potion_titan:
MenuItem:
- '%rewarditem_1%'
- lore:&cCosts %price%.
RewardType: ITEM
Reward:
- - name:&4&l[x] &5&lTitan Potion &4&l[x]
- amount:1
- type:POTION
- potion:regeneration#1#120
PriceType: POINTS
Price: 15
Message: '&2You have bought a new potion for &c%price%&2.'
ExtraPermission: ''
InventoryLocation: 32
Back:
MenuItem:
- lore:&8Back to Menu
- name:&cBack
- amount:1
- type:REDSTONE
RewardType: SHOP
Reward: menu
PriceType: NOTHING
Message: '&6Leaving the GameShop...'
ExtraPermission: ''
InventoryLocation: 36
Code (Text):ShopName: Commands
DisplayName: '&2&lCommands'
signs:
text: '[Commands]'
NeedPermissionToCreateSign: true
shop:
warp_spawn:
MenuItem:
- name:&f&l&nWarp:&0 &2&lSpawn
- amount:1
- type:COMPASS
RewardType: PLAYERCOMMAND
Reward:
- warp spawn
PriceType: NOTHING
Message: ''
ExtraPermission: ''
InventoryLocation: 1
warp_pvp:
MenuItem:
- name:&f&l&nWarp:&0 &2&lPvP
- amount:1
- type:DIAMOND_SWORD
- enchantment:DAMAGE_ALL#5
- itemflag:all
RewardType: PLAYERCOMMAND
Reward:
- warp pvp
PriceType: NOTHING
Message: ''
ExtraPermission: ''
InventoryLocation: 2
command_day:
MenuItem:
- lore:&cThis item is visible at night only.
- name:&f&l&nCommand:&0 &2&lDay
- amount:1
- type:TORCH
RewardType: COMMAND
Reward:
- time day %world%
PriceType: NOTHING
Message: '&8Set time to day.'
ExtraPermission: ''
InventoryLocation: 3
Condition:
- type:worldtime
- between:11615-24000
command_night:
MenuItem:
- lore:&cThis item is visible at day only.
- name:&f&l&nCommand:&0 &2&lNight
- amount:1
- type:NETHERRACK
RewardType: COMMAND
Reward:
- time night %world%
PriceType: NOTHING
Message: '&8Set time to night.'
ExtraPermission: ''
InventoryLocation: 3
Condition:
- type:worldtime
- between:0-11615
command_fly:
MenuItem:
- lore:&cThis example command is executed with op permissions.
- name:&f&l&nCommand:&0 &2&lFly
- amount:1
- type:FEATHER
RewardType: PLAYERCOMMANDOP
Reward:
- fly
PriceType: NOTHING
Message: ''
ExtraPermission: ''
InventoryLocation: 4
Back:
MenuItem:
- type:REDSTONE
- amount:1
- name:&cBack
- lore:&8Back to Menu
RewardType: SHOP
Reward: menu
PriceType: NOTHING
Message: '&6Leaving the ItemShop...'
ExtraPermission: ''
InventoryLocation: 27
Code (Text):ShopName: Potions
DisplayName: '&5&lPotions'
signs:
text: '[Potions]'
NeedPermissionToCreateSign: true
shop:
NinjaPotion:
RewardType: item
PriceType: item
Price:
- - type:EMERALD
- amount:5
Reward:
- - type:POTION
- amount:1
- name:&5NinjaPotion
- lore:&8No Barrier can stop you!
- potioneffect:SPEED#2#600
- potioneffect:JUMP#0#600
- amount:3
MenuItem:
- type:POTION
- amount:1
- name:&5NinjaPotion
- 'lore:&8No Barrier can stop you! #&cPrice: 5 Emeralds'
- potioneffect:SPEED#2#600
- potioneffect:JUMP#0#600
- amount:3
Message: '&eYou bought 3 NinjaPotions!'
InventoryLocation: 1
ExtraPermission: ''
BeserkerPotion:
RewardType: item
PriceType: item
Price:
- - type:GHAST_TEAR
- amount:1
Reward:
- - type:POTION
- amount:1
- name:&5BeserkerPotion
- lore:&8Cut em down!!!
- potioneffect:INCREASE_DAMAGE#2#600
- potioneffect:CONFUSION#0#600
- amount:3
MenuItem:
- type:POTION
- amount:1
- name:&5BeserkerPotion
- 'lore:&8Cut em down!!! #&cPrice: 1 Ghast Tear'
- potioneffect:INCREASE_DAMAGE#2#600
- potioneffect:CONFUSION#0#600
- amount:3
Message: '&eYou bought 3 BeserkerPotions!'
InventoryLocation: 2
ExtraPermission: ''
GhostPotion:
RewardType: item
PriceType: item
Price:
- - type:SOUL_SAND
- amount:30
Reward:
- - type:POTION
- amount:1
- name:&5GhostPotion
- lore:&8Where are you? I can't see you!
- potioneffect:INVISIBILITY#0#600
- potioneffect:NIGHT_VISION#0#600
- amount:3
MenuItem:
- type:POTION
- amount:1
- name:&5GhostPotion
- 'lore:&8Where are you? I can''t see you! #&cPrice: 30 SoulSand'
- potioneffect:INVISIBILITY#0#600
- potioneffect:NIGHT_VISION#0#600
- amount:3
Message: '&eYou bought 3 GhostPotions!'
InventoryLocation: 3
ExtraPermission: ''
TitanPotion:
RewardType: item
PriceType: points
Price: 750
Reward:
- - type:POTION
- amount:1
- name:&cTitanPotion
- lore:&8Ahaha only Gods can defeat you!!!
- potioneffect:REGENERATION#1#600
- amount:3
MenuItem:
- type:POTION
- amount:1
- name:&4[*] &cTitanPotion &4[*]
- 'lore:&8Ahaha only Gods can defeat you!!! #&cPrice: 750 Points'
- potioneffect:REGENERATION#1#600
- amount:3
Message: '&eYou bought 3 TitanPotions!'
InventoryLocation: 5
ExtraPermission: ''
Back:
RewardType: shop
PriceType: free
Reward: menu
MenuItem:
- type:REDSTONE
- amount:1
- name:&cBack
- lore:&8Back to Menu
Message: '&6Leaving the ItemShop...'
InventoryLocation: 9
ExtraPermission: ''
Code (Text):ShopName: Warps
DisplayName: '&a&lWarps'
signs:
text: '[Warps]'
NeedPermissionToCreateSign: true
shop:
Spawn:
RewardType: playercommand
PriceType: free
Reward:
- warp spawn
MenuItem:
- type:COMPASS
- amount:1
- name:&aSpawn
- lore:&8Warp to the Spawn
- amount:1
InventoryLocation: 1
ExtraPermission: ''
PvP:
RewardType: playercommand
PriceType: free
Reward:
- warp pvp
MenuItem:
- type:DIAMOND_SWORD
- amount:1
- name:&aPvP
- lore:&8Warp to the PvP Arena
- amount:1
- ItemFlag:HIDE_ATTRIBUTES
InventoryLocation: 2
ExtraPermission: ''
Shop:
RewardType: playercommand
PriceType: free
Reward:
- warp shop
MenuItem:
- type:GOLD_INGOT
- amount:1
- name:&aShop
- lore:&8Warp to the Shop
- amount:1
InventoryLocation: 3
ExtraPermission: ''
Back:
RewardType: shop
PriceType: free
Reward: menu
MenuItem:
- type:REDSTONE
- amount:1
- name:&cBack
- lore:&8Back to Menu
Message: '&6Leaving the ItemShop...'
InventoryLocation: 27
ExtraPermission: ''
Very simple item shop
Code (Text):ShopName: shop
signs:
text: '[shop]'
NeedPermissionToCreateSign: true
DisplayName: '&9&l&nExample Shop'
shop:
1:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:STONE
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 1
ExtraPermission: ''
2:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:STONE:1
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 2
ExtraPermission: ''
3:
RewardType: item
PriceType: money
Price: 15
Reward:
- '%rewarditem_1%'
MenuItem:
- type:STONE:2
- amount:1
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 3
ExtraPermission: ''
4:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:STONE:3
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 4
ExtraPermission: ''
5:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:STONE:4
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 5
ExtraPermission: ''
6:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:STONE:5
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 6
ExtraPermission: ''
7:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:GRASS
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 7
ExtraPermission: ''
8:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:DIRT
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 8
ExtraPermission: ''
9:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:DIRT:1
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 9
ExtraPermission: ''
10:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:DIRT:2
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 10
ExtraPermission: ''
11:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:COBBLESTONE
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 11
ExtraPermission: ''
12:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:WOOD
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 12
ExtraPermission: ''
13:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:WOOD:1
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 13
ExtraPermission: ''
14:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:WOOD:2
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 14
ExtraPermission: ''
15:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:WOOD:3
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 15
ExtraPermission: ''
16:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:WOOD:4
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 16
ExtraPermission: ''
17:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:WOOD:5
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 17
ExtraPermission: ''
18:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:BEDROCK
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 18
ExtraPermission: ''
19:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:SAND
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 19
ExtraPermission: ''
20:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:SAND:1
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 20
ExtraPermission: ''
21:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:GRAVEL
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 21
ExtraPermission: ''
22:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:GOLD_ORE
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 22
ExtraPermission: ''
23:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:IRON_ORE
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 23
ExtraPermission: ''
24:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:COAL_ORE
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 24
ExtraPermission: ''
25:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:LOG
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 25
ExtraPermission: ''
26:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:LOG:1
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 26
ExtraPermission: ''
27:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:LOG:2
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 27
ExtraPermission: ''
28:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:LOG:3
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 28
ExtraPermission: ''
29:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:SPONGE
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 29
ExtraPermission: ''
30:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:SPONGE:1
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 30
ExtraPermission: ''
31:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:GLASS
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 31
ExtraPermission: ''
32:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:LAPIS_ORE
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 32
ExtraPermission: ''
33:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:LAPIS_BLOCK
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 33
ExtraPermission: ''
34:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:SANDSTONE
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 34
ExtraPermission: ''
35:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:SANDSTONE:1
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 35
ExtraPermission: ''
36:
RewardType: item
PriceType: money
Price: 15
Reward:
- type:SANDSTONE:2
- amount:1
MenuItem:
- '%rewarditem_1%'
- lore:#&eClick to buy for &e$%price%
Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
InventoryLocation: 36
ExtraPermission: ''
MORE EXAMPLES COOMING SOON! - Loading...
- Loading...
XenCarta PRO
© Jason Axelrod from 8WAYRUN.COM