Guest User

Untitled

a guest
Nov 23rd, 2017
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. prefix: "§a[Shop] §r"
  2. iteminfo: "§aItem Information: §r"
  3.  
  4. ACCESS_DENIED: "You don't have permission to do that!"
  5.  
  6. NOT_ENOUGH_MONEY: "You don't have enough money!"
  7. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  8.  
  9. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  10. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  11.  
  12. NO_BUYING_HERE: "You can't buy here!"
  13. NO_SELLING_HERE: "You can't sell here!"
  14.  
  15. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  16. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  17. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  18.  
  19. NOT_ENOUGH_STOCK: "This shop is out of stock."
  20. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "Your %material shop is out of stock!"
  21.  
  22. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  23. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from you."
  24.  
  25. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  26. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to you."
  27.  
  28. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  29. NO_CHEST_DETECTED: "Couldn't find a chest!"
  30. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  31. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  32.  
  33. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  34. SHOP_CREATED: "Shop successfully created!"
  35. SHOP_FEE_PAID: "You have been charged %amount"
  36. SHOP_REFUNDED: "You have been refunded %amount."
  37. ITEM_GIVEN: "Given %item to %player."
  38.  
  39. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  40.  
  41. PLAYER_NOT_FOUND: "Player not found!"
  42. NO_PERMISSION: "You don't have permissions to do that!"
  43. INCORRECT_ITEM_ID: "You have specified invalid item id!"
  44. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  45.  
  46. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
Add Comment
Please, Sign In to add comment