Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Format of item lores in shops, %buy% will be replaced with the buy price and %sell% with sell price
- shopItemLoreFormat:
- #This lore will be applied to items
- item:
- - "&7Buy price: &c%buy%$"
- - "&7Sell price: &a%sell%$"
- - "&9Click with MMB to sell all"
- #This lore will be applied to items in the buy GUI (when enableBuyGUI is set to true)
- itemBuyGUI:
- - "&7Buy price: &c%buy%$"
- #This lore will be applied to items in the sell GUI (when enableSellGUI is set to true)
- itemSellGUI:
- - "&7Sell price: &a%sell%$"
- #This lore will be applied to the sell all button in the sell GUI (when enableSellGUI and enableSellGUISellAll are set to true)
- itemSellGUISellAll:
- - "&7Sell all for: &a%sell%$"
- #This one to permissions
- permission:
- - "&7Buy price: &c%buy%$"
- - "%owned%"
- #And this one to enchantments
- enchantment:
- - "&7Buy price: &c%buy%$"
- #And the last one to commands
- command:
- - "&7Buy price: &c%buy%$"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement