Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # BossShopPro
- # by Felix Neubauer
- # Check out following page for more information: https://www.spigotmc.org/wiki/bossshoppro-addons
- #
- #
- # PriceMultiplier:
- # The price players need to pay to buy items = worth * PriceMultiplier.
- PriceMultiplier: 1.2
- #
- #
- # RewardMultiplier:
- # The rewards players get when selling items = worth * RewardMultiplier.
- RewardMultiplier: 0.6
- #
- #
- # WorthIsForOneUnit:
- # If enabled the given worth counts for one unit of the item only. If disabled the worth will count for the whole given item.
- # Examples:
- # Feature enabled: worth of 64 log = 64 * given value
- # Feature disabled: worth of 64 log = given value
- WorthIsForOneUnit: true
- #
- #
- # CurrencyType:
- # This is the kind of currency that is used for all items. Supported are all currencies that work with numbers (Money, Points, Exp).
- CurrencyType: money
- #
- #
- # UseAdvancedStyle:
- # If enabled each shopitem gets its own sub-shop where players can specify the amount of items they want to buy/sell.
- UseAdvancedStyle: true
- #
- #
- # AllowSell:
- # If disabled players can only buy but not sell items.
- # This is a general setting that can be overriden by items of your choice by simply adding the line "AllowSell: <true/false>" to that item.
- AllowSell: true
- #
- #
- # ShopItemLookSimple:
- # Here you can define the look of all shopitems when having the simple mode activated.
- ShopItemLookSimple:
- MenuItem:
- - 'lore:&eClick &2left &eto buy &b%reward% &efor &c%price%&e.'
- - 'lore:&eClick &2right &eto sell &c%price_right% &efor &b%reward_right%&e.'
- - 'lore:&eClick your &2mousewheel &eto sell &c%price_middle% &eeach for &b%reward_middle%&e.'
- MessageBuy: '&eYou''ve bought &3%reward% &efor &c%price%&e'
- MessageSell: '&eYou''ve sold &c%price_right% &efor &3%reward_right%&e.'
- MessageSellAll: '&eYou''ve sold &c%price_middle% &eeach for &3%reward_middle%&e.'
- #
- #
- # ShopItemLookAdvanced
- # Here you can define the look of all shopitems when having the advanced mode activated.
- ShopItemLookAdvanced:
- SubShop:
- Displayname: '&8ItemShop &8&l[right] &8%id%'
- Preview:
- MenuItem:
- - amount:%amount%
- Buy:
- MenuItem:
- - type:160:5
- - name:&aBuy
- - amount:1
- - 'lore:&fAmount: &e%amount%'
- - 'lore:&fCost: &e%price%'
- - 'lore:'
- - 'lore:&f&nClick to buy.'
- Message: '&eYou''ve bought &3%reward% &efor &3%price%&e.'
- Sell:
- MenuItem:
- - type:160:6
- - name:&cSell
- - amount:1
- - 'lore:&fAmount: &e%amount%'
- - 'lore:&fReward: &e%reward%'
- - 'lore:'
- - 'lore:&f&nClick to sell.'
- Message: '&eYou''ve sold &3%price% &efor &3%reward%&e.'
- SellAll:
- MenuItem:
- - type:BUCKET
- - 'name:&cSell All'
- - amount:1
- - 'lore:&fSell all'
- - 'lore:&fReceive &e%reward% &ffor each.'
- - 'lore:'
- - 'lore:&f&nClick to sell all.'
- Message: '&eYou''ve sold &3%price% &efor &3%reward%&e each.'
- Back:
- MenuItem:
- - type:REDSTONE
- - amount:1
- - name:&cBack
- - 'lore:&f&nClick to go back to the shop.'
- Message: ''
- Close:
- MenuItem:
- - type:BARRIER
- - amount:1
- - name:&cClose
- - 'lore:&f&nClick to close the menu.'
- Message: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement