Advertisement
Guest User

Untitled

a guest
Jan 11th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. {
  2. "Message - Bought": "You've successfully bought {0}x {1}",
  3. "Message - Error - Building Blocked": "You cannot shop while in building blocked area.",
  4. "Message - Error - Command Multiple": "Can't buy multiple",
  5. "Message - Error - Cooldown": "This item has a cooldown of {0} seconds.",
  6. "Message - Error - Cooldown Amount": "This item has a cooldown and amount is limited to 1.",
  7. "Message - Error - Invetory Full": "Your inventory is full.",
  8. "Message - Error - Invetory Slots": "Your inventory needs {0} free slots.",
  9. "Message - Error - Item Doesnt Exist": "WARNING: The item you are trying to buy doesn't seem to exist",
  10. "Message - Error - Item Not Set Properly": "WARNING: The admin didn't set this item properly! (item)",
  11. "Message - Error - Item Not Valid": "WARNING: It seems like it's not a valid item",
  12. "Message - Error - No Action In Shop": "You are not allowed to {0} in this shop",
  13. "Message - Error - No Action Item": "You are not allowed to {0} this item here",
  14. "Message - Error - No Buy Price": "WARNING: No buy price was given by the admin, you can't buy this item",
  15. "Message - Error - No Chat Shop": "You may not use the chat shop. You might need to find the NPC Shops.",
  16. "Message - Error - No Econonomics": "Couldn't get informations out of Economics. Is it installed?",
  17. "Message - Error - No NPC": "The NPC owning this shop was not found around you",
  18. "Message - Error - No Sell Price": "WARNING: No sell price was given by the admin, you can't sell this item",
  19. "Message - Error - No Shop": "This shop doesn't seem to exist.",
  20. "Message - Error - Not Enough Items": "You don't have enough of this item.",
  21. "Message - Error - Not Enough Money": "You need {0} coins to buy {1} of {2}",
  22. "Message - Error - Not Nothing": "You cannot buy nothing of this item.",
  23. "Message - Error - Redeem Kit": "WARNING: There was an error while giving you this kit",
  24. "Message - Sold": "You've successfully sold {0}x {1}",
  25. "Shop - Balance": false,
  26. "Shop - Shop Categories": {
  27. "Apple": {
  28. "buy": "1",
  29. "item": "apple",
  30. "sell": "1"
  31. },
  32. "Assault Rifle": {
  33. "buy": "10",
  34. "item": "assault rifle",
  35. "sell": "8"
  36. },
  37. "BlueBerries": {
  38. "buy": "1000",
  39. "item": "blueberries",
  40. "sell": "1"
  41. },
  42. "Bolt Action Rifle": {
  43. "buy": "10",
  44. "item": "bolt action rifle",
  45. "sell": "8"
  46. }
  47. },
  48. "Shop - Shop Icon Url": "",
  49. "Shop - Shop List": {
  50. "chat": {
  51. "buy": [
  52. "Apple",
  53. "BlueBerries"
  54. ],
  55. "description": "You currently have {0} coins to spend in this shop",
  56. "name": "Shop"
  57. }
  58. }
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement