Guest User

Untitled

a guest
Nov 6th, 2016
690
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Format of item lores in shops, %buy% will be replaced with the buy price and %sell% with sell price
  2. shopItemLoreFormat:
  3.  #This lore will be applied to items
  4.   item:
  5.     - "&7Buy price: &c%buy%$"
  6.     - "&7Sell price: &a%sell%$"
  7.     - "&9Click with MMB to sell all"
  8.   #This lore will be applied to items in the buy GUI (when enableBuyGUI is set to true)
  9.   itemBuyGUI:
  10.     - "&7Buy price: &c%buy%$"  
  11.   #This lore will be applied to items in the sell GUI (when enableSellGUI is set to true)
  12.   itemSellGUI:
  13.     - "&7Sell price: &a%sell%$"
  14.   #This lore will be applied to the sell all button in the sell GUI (when enableSellGUI and enableSellGUISellAll are set to true)
  15.   itemSellGUISellAll:
  16.     - "&7Sell all for: &a%sell%$"
  17.   #This one to permissions
  18.   permission:
  19.     - "&7Buy price: &c%buy%$"
  20.     - "%owned%"
  21.   #And this one to enchantments
  22.   enchantment:
  23.     - "&7Buy price: &c%buy%$"
  24.   #And the last one to commands
  25.   command:
  26.     - "&7Buy price: &c%buy%$"
RAW Paste Data