Advertisement
Guest User

Untitled

a guest
Apr 5th, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 102.75 KB | None | 0 0
  1. PREFIX: "&a[Shop] &r"
  2. ITEMINFO: "&aItem Information: &r"
  3.  
  4. ACCESS_DENIED: "Vous n'êtes pas autorisé à accéder au stockage de cette boutique !"
  5.  
  6. NOT_ENOUGH_MONEY: "Vous n'avez pas assez de monnaie !"
  7. NOT_ENOUGH_MONEY_SHOP: "Le propriétaire de cette boutique n'a pas assez d'argent !"
  8.  
  9. CLIENT_DEPOSIT_FAILED: "Le dépôt d'argent sur votre compte a échoué!"
  10. SHOP_DEPOSIT_FAILED: "Le dépôt d'argent sur le comte du propriétaire a échoué !"
  11. NO_ECONOMY_ACCOUNT: "Le compte économique du propriétaire de la boutique n'existe pas!
  12.  
  13. NO_BUYING_HERE: "vous ne pouvez pas acheter ici !"
  14. NO_SELLING_HERE: "vous ne pouvez pas vendre ici !"
  15.  
  16. NOT_ENOUGH_SPACE_IN_INVENTORY: "Attention ! Votre inventaire est plein !"
  17. NOT_ENOUGH_SPACE_IN_CHEST: "Attention ! Il n'y a pas assez de place dans le coffre"
  18. NOT_ENOUGH_ITEMS_TO_SELL: "Vous n'avez pas assez d'items à vendre ! Enfin je suppose ?"
  19. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "La boutique vendant %item&7 à %price à &r%world/%x/%y/%z&7 est plein ! (%seller tried to sell)"
  20.  
  21. NOT_ENOUGH_STOCK: "Cette boutique est en rupture de stock !"
  22. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "La boutique vendant %item&7 à %price à &r%world/%x/%y/%z&7 est en rupture de stock ! (%buyer tried to buy)"
  23.  
  24. YOU_BOUGHT_FROM_SHOP: "Vous avez acheté %item de %owner pour %price."
  25. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer a acheté %item pour %price du boutique à %world/%x/%y/%z."
  26.  
  27. YOU_SOLD_TO_SHOP: "Vous avez vendu %item à %buyer pour %price."
  28. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller a vendu %item pour %price dans votre boutique à %world/%x/%y/%z."
  29.  
  30. YOU_CANNOT_CREATE_SHOP: "Vous ne pouvez créer se type de boutique !"
  31. NO_CHEST_DETECTED: "Aucun coffre trouvé !"
  32. INVALID_SHOP_DETECTED: "Cette boutique ne peut être utilisé"
  33. CANNOT_ACCESS_THE_CHEST: "Vous n'avez pas la permission d'accéder au contenu de ce coffre ! Non mais oh"
  34.  
  35. SELL_PRICE_ABOVE_MAX: "Le prix de vente est au dessus de la limite maximale"
  36. SELL_PRICE_BELOW_MIN: "Le prix de venre est en dessous de la limite minimale"
  37. BUY_PRICE_ABOVE_MAX: "Le prix d'achat est au dessus de la limite maximale"
  38. BUY_PRICE_BELOW_MIN: "Le prix d'achat est en dessous de la limite minimale"
  39.  
  40. CLICK_TO_AUTOFILL_ITEM: "Clickez sur le panneau avec l'item que vous voulez vendre"
  41. NO_ITEM_IN_HAND: "Ne ne crois pas que vous puissez vendre votre main. C'est la main d'oeuvre peut être ?"
  42.  
  43. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  44. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  45. SHOP_CREATED: "Votre boutique a été créer ! C'est Nice tout ça"
  46. SHOP_FEE_PAID: "You have been charged %amount"
  47. SHOP_REFUNDED: "You have been refunded %amount."
  48. ITEM_GIVEN: "Given %item to %player."
  49.  
  50. RESTRICTED_SIGN_CREATED: "Le panneau a été créer avec succès ! Y E S !"
  51.  
  52. PLAYER_NOT_FOUND: "Le joueur n'est pas trouvé ! Bas ouais, je ne le vois pas !"
  53. NO_PERMISSION: "Vous vous êtes crus pour qui ? Vous n'avez pas la permission de faire cela"
  54. INCORRECT_ITEM_ID: "Euh...Vous n'avez pas spécifié l'id correct de l'item"
  55. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  56.  
  57. CANNOT_CREATE_SHOP_HERE: "Vous ne pouvez pas faire de boutique ici !!!"
  58.  
  59. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  60. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  61.  
  62. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  63. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  64.  
  65. prefix: "&a[Shop] &r"
  66. iteminfo: "&aItem Information: &r"
  67.  
  68. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  69.  
  70. NOT_ENOUGH_MONEY: "You don't have enough money!"
  71. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  72.  
  73. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  74. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  75. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  76.  
  77. NO_BUYING_HERE: "You can't buy here!"
  78. NO_SELLING_HERE: "You can't sell here!"
  79.  
  80. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  81. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  82. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  83. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  84.  
  85. NOT_ENOUGH_STOCK: "This shop is out of stock."
  86. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  87.  
  88. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  89. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  90.  
  91. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  92. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  93.  
  94. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  95. NO_CHEST_DETECTED: "Couldn't find a chest!"
  96. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  97. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  98.  
  99. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  100. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  101. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  102. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  103.  
  104. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  105. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  106.  
  107. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  108. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  109. SHOP_CREATED: "Shop successfully created!"
  110. SHOP_FEE_PAID: "You have been charged %amount"
  111. SHOP_REFUNDED: "You have been refunded %amount."
  112. ITEM_GIVEN: "Given %item to %player."
  113.  
  114. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  115.  
  116. PLAYER_NOT_FOUND: "Player not found!"
  117. NO_PERMISSION: "You don't have permissions to do that!"
  118. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  119. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  120.  
  121. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  122.  
  123. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  124. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  125.  
  126. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  127. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  128.  
  129. prefix: "&a[Shop] &r"
  130. iteminfo: "&aItem Information: &r"
  131.  
  132. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  133.  
  134. NOT_ENOUGH_MONEY: "You don't have enough money!"
  135. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  136.  
  137. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  138. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  139. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  140.  
  141. NO_BUYING_HERE: "You can't buy here!"
  142. NO_SELLING_HERE: "You can't sell here!"
  143.  
  144. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  145. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  146. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  147. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  148.  
  149. NOT_ENOUGH_STOCK: "This shop is out of stock."
  150. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  151.  
  152. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  153. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  154.  
  155. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  156. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  157.  
  158. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  159. NO_CHEST_DETECTED: "Couldn't find a chest!"
  160. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  161. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  162.  
  163. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  164. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  165. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  166. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  167.  
  168. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  169. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  170.  
  171. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  172. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  173. SHOP_CREATED: "Shop successfully created!"
  174. SHOP_FEE_PAID: "You have been charged %amount"
  175. SHOP_REFUNDED: "You have been refunded %amount."
  176. ITEM_GIVEN: "Given %item to %player."
  177.  
  178. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  179.  
  180. PLAYER_NOT_FOUND: "Player not found!"
  181. NO_PERMISSION: "You don't have permissions to do that!"
  182. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  183. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  184.  
  185. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  186.  
  187. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  188. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  189.  
  190. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  191. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  192.  
  193. prefix: "&a[Shop] &r"
  194. iteminfo: "&aItem Information: &r"
  195.  
  196. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  197.  
  198. NOT_ENOUGH_MONEY: "You don't have enough money!"
  199. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  200.  
  201. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  202. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  203. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  204.  
  205. NO_BUYING_HERE: "You can't buy here!"
  206. NO_SELLING_HERE: "You can't sell here!"
  207.  
  208. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  209. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  210. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  211. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  212.  
  213. NOT_ENOUGH_STOCK: "This shop is out of stock."
  214. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  215.  
  216. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  217. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  218.  
  219. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  220. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  221.  
  222. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  223. NO_CHEST_DETECTED: "Couldn't find a chest!"
  224. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  225. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  226.  
  227. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  228. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  229. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  230. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  231.  
  232. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  233. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  234.  
  235. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  236. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  237. SHOP_CREATED: "Shop successfully created!"
  238. SHOP_FEE_PAID: "You have been charged %amount"
  239. SHOP_REFUNDED: "You have been refunded %amount."
  240. ITEM_GIVEN: "Given %item to %player."
  241.  
  242. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  243.  
  244. PLAYER_NOT_FOUND: "Player not found!"
  245. NO_PERMISSION: "You don't have permissions to do that!"
  246. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  247. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  248.  
  249. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  250.  
  251. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  252. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  253.  
  254. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  255. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  256.  
  257. prefix: "&a[Shop] &r"
  258. iteminfo: "&aItem Information: &r"
  259.  
  260. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  261.  
  262. NOT_ENOUGH_MONEY: "You don't have enough money!"
  263. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  264.  
  265. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  266. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  267. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  268.  
  269. NO_BUYING_HERE: "You can't buy here!"
  270. NO_SELLING_HERE: "You can't sell here!"
  271.  
  272. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  273. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  274. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  275. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  276.  
  277. NOT_ENOUGH_STOCK: "This shop is out of stock."
  278. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  279.  
  280. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  281. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  282.  
  283. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  284. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  285.  
  286. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  287. NO_CHEST_DETECTED: "Couldn't find a chest!"
  288. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  289. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  290.  
  291. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  292. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  293. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  294. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  295.  
  296. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  297. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  298.  
  299. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  300. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  301. SHOP_CREATED: "Shop successfully created!"
  302. SHOP_FEE_PAID: "You have been charged %amount"
  303. SHOP_REFUNDED: "You have been refunded %amount."
  304. ITEM_GIVEN: "Given %item to %player."
  305.  
  306. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  307.  
  308. PLAYER_NOT_FOUND: "Player not found!"
  309. NO_PERMISSION: "You don't have permissions to do that!"
  310. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  311. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  312.  
  313. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  314.  
  315. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  316. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  317.  
  318. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  319. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  320.  
  321. prefix: "&a[Shop] &r"
  322. iteminfo: "&aItem Information: &r"
  323.  
  324. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  325.  
  326. NOT_ENOUGH_MONEY: "You don't have enough money!"
  327. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  328.  
  329. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  330. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  331. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  332.  
  333. NO_BUYING_HERE: "You can't buy here!"
  334. NO_SELLING_HERE: "You can't sell here!"
  335.  
  336. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  337. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  338. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  339. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  340.  
  341. NOT_ENOUGH_STOCK: "This shop is out of stock."
  342. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  343.  
  344. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  345. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  346.  
  347. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  348. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  349.  
  350. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  351. NO_CHEST_DETECTED: "Couldn't find a chest!"
  352. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  353. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  354.  
  355. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  356. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  357. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  358. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  359.  
  360. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  361. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  362.  
  363. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  364. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  365. SHOP_CREATED: "Shop successfully created!"
  366. SHOP_FEE_PAID: "You have been charged %amount"
  367. SHOP_REFUNDED: "You have been refunded %amount."
  368. ITEM_GIVEN: "Given %item to %player."
  369.  
  370. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  371.  
  372. PLAYER_NOT_FOUND: "Player not found!"
  373. NO_PERMISSION: "You don't have permissions to do that!"
  374. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  375. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  376.  
  377. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  378.  
  379. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  380. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  381.  
  382. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  383. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  384.  
  385. prefix: "&a[Shop] &r"
  386. iteminfo: "&aItem Information: &r"
  387.  
  388. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  389.  
  390. NOT_ENOUGH_MONEY: "You don't have enough money!"
  391. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  392.  
  393. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  394. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  395. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  396.  
  397. NO_BUYING_HERE: "You can't buy here!"
  398. NO_SELLING_HERE: "You can't sell here!"
  399.  
  400. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  401. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  402. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  403. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  404.  
  405. NOT_ENOUGH_STOCK: "This shop is out of stock."
  406. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  407.  
  408. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  409. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  410.  
  411. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  412. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  413.  
  414. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  415. NO_CHEST_DETECTED: "Couldn't find a chest!"
  416. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  417. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  418.  
  419. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  420. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  421. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  422. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  423.  
  424. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  425. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  426.  
  427. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  428. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  429. SHOP_CREATED: "Shop successfully created!"
  430. SHOP_FEE_PAID: "You have been charged %amount"
  431. SHOP_REFUNDED: "You have been refunded %amount."
  432. ITEM_GIVEN: "Given %item to %player."
  433.  
  434. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  435.  
  436. PLAYER_NOT_FOUND: "Player not found!"
  437. NO_PERMISSION: "You don't have permissions to do that!"
  438. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  439. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  440.  
  441. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  442.  
  443. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  444. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  445.  
  446. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  447. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  448.  
  449. prefix: "&a[Shop] &r"
  450. iteminfo: "&aItem Information: &r"
  451.  
  452. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  453.  
  454. NOT_ENOUGH_MONEY: "You don't have enough money!"
  455. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  456.  
  457. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  458. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  459. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  460.  
  461. NO_BUYING_HERE: "You can't buy here!"
  462. NO_SELLING_HERE: "You can't sell here!"
  463.  
  464. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  465. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  466. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  467. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  468.  
  469. NOT_ENOUGH_STOCK: "This shop is out of stock."
  470. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  471.  
  472. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  473. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  474.  
  475. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  476. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  477.  
  478. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  479. NO_CHEST_DETECTED: "Couldn't find a chest!"
  480. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  481. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  482.  
  483. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  484. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  485. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  486. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  487.  
  488. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  489. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  490.  
  491. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  492. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  493. SHOP_CREATED: "Shop successfully created!"
  494. SHOP_FEE_PAID: "You have been charged %amount"
  495. SHOP_REFUNDED: "You have been refunded %amount."
  496. ITEM_GIVEN: "Given %item to %player."
  497.  
  498. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  499.  
  500. PLAYER_NOT_FOUND: "Player not found!"
  501. NO_PERMISSION: "You don't have permissions to do that!"
  502. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  503. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  504.  
  505. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  506.  
  507. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  508. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  509.  
  510. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  511. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  512.  
  513. prefix: "&a[Shop] &r"
  514. iteminfo: "&aItem Information: &r"
  515.  
  516. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  517.  
  518. NOT_ENOUGH_MONEY: "You don't have enough money!"
  519. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  520.  
  521. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  522. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  523. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  524.  
  525. NO_BUYING_HERE: "You can't buy here!"
  526. NO_SELLING_HERE: "You can't sell here!"
  527.  
  528. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  529. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  530. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  531. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  532.  
  533. NOT_ENOUGH_STOCK: "This shop is out of stock."
  534. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  535.  
  536. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  537. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  538.  
  539. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  540. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  541.  
  542. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  543. NO_CHEST_DETECTED: "Couldn't find a chest!"
  544. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  545. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  546.  
  547. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  548. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  549. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  550. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  551.  
  552. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  553. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  554.  
  555. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  556. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  557. SHOP_CREATED: "Shop successfully created!"
  558. SHOP_FEE_PAID: "You have been charged %amount"
  559. SHOP_REFUNDED: "You have been refunded %amount."
  560. ITEM_GIVEN: "Given %item to %player."
  561.  
  562. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  563.  
  564. PLAYER_NOT_FOUND: "Player not found!"
  565. NO_PERMISSION: "You don't have permissions to do that!"
  566. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  567. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  568.  
  569. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  570.  
  571. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  572. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  573.  
  574. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  575. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  576.  
  577. prefix: "&a[Shop] &r"
  578. iteminfo: "&aItem Information: &r"
  579.  
  580. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  581.  
  582. NOT_ENOUGH_MONEY: "You don't have enough money!"
  583. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  584.  
  585. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  586. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  587. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  588.  
  589. NO_BUYING_HERE: "You can't buy here!"
  590. NO_SELLING_HERE: "You can't sell here!"
  591.  
  592. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  593. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  594. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  595. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  596.  
  597. NOT_ENOUGH_STOCK: "This shop is out of stock."
  598. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  599.  
  600. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  601. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  602.  
  603. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  604. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  605.  
  606. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  607. NO_CHEST_DETECTED: "Couldn't find a chest!"
  608. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  609. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  610.  
  611. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  612. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  613. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  614. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  615.  
  616. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  617. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  618.  
  619. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  620. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  621. SHOP_CREATED: "Shop successfully created!"
  622. SHOP_FEE_PAID: "You have been charged %amount"
  623. SHOP_REFUNDED: "You have been refunded %amount."
  624. ITEM_GIVEN: "Given %item to %player."
  625.  
  626. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  627.  
  628. PLAYER_NOT_FOUND: "Player not found!"
  629. NO_PERMISSION: "You don't have permissions to do that!"
  630. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  631. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  632.  
  633. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  634.  
  635. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  636. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  637.  
  638. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  639. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  640.  
  641. prefix: "&a[Shop] &r"
  642. iteminfo: "&aItem Information: &r"
  643.  
  644. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  645.  
  646. NOT_ENOUGH_MONEY: "You don't have enough money!"
  647. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  648.  
  649. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  650. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  651. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  652.  
  653. NO_BUYING_HERE: "You can't buy here!"
  654. NO_SELLING_HERE: "You can't sell here!"
  655.  
  656. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  657. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  658. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  659. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  660.  
  661. NOT_ENOUGH_STOCK: "This shop is out of stock."
  662. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  663.  
  664. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  665. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  666.  
  667. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  668. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  669.  
  670. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  671. NO_CHEST_DETECTED: "Couldn't find a chest!"
  672. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  673. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  674.  
  675. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  676. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  677. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  678. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  679.  
  680. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  681. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  682.  
  683. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  684. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  685. SHOP_CREATED: "Shop successfully created!"
  686. SHOP_FEE_PAID: "You have been charged %amount"
  687. SHOP_REFUNDED: "You have been refunded %amount."
  688. ITEM_GIVEN: "Given %item to %player."
  689.  
  690. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  691.  
  692. PLAYER_NOT_FOUND: "Player not found!"
  693. NO_PERMISSION: "You don't have permissions to do that!"
  694. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  695. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  696.  
  697. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  698.  
  699. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  700. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  701.  
  702. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  703. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  704.  
  705. prefix: "&a[Shop] &r"
  706. iteminfo: "&aItem Information: &r"
  707.  
  708. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  709.  
  710. NOT_ENOUGH_MONEY: "You don't have enough money!"
  711. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  712.  
  713. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  714. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  715. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  716.  
  717. NO_BUYING_HERE: "You can't buy here!"
  718. NO_SELLING_HERE: "You can't sell here!"
  719.  
  720. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  721. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  722. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  723. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  724.  
  725. NOT_ENOUGH_STOCK: "This shop is out of stock."
  726. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  727.  
  728. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  729. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  730.  
  731. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  732. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  733.  
  734. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  735. NO_CHEST_DETECTED: "Couldn't find a chest!"
  736. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  737. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  738.  
  739. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  740. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  741. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  742. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  743.  
  744. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  745. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  746.  
  747. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  748. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  749. SHOP_CREATED: "Shop successfully created!"
  750. SHOP_FEE_PAID: "You have been charged %amount"
  751. SHOP_REFUNDED: "You have been refunded %amount."
  752. ITEM_GIVEN: "Given %item to %player."
  753.  
  754. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  755.  
  756. PLAYER_NOT_FOUND: "Player not found!"
  757. NO_PERMISSION: "You don't have permissions to do that!"
  758. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  759. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  760.  
  761. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  762.  
  763. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  764. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  765.  
  766. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  767. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  768.  
  769. prefix: "&a[Shop] &r"
  770. iteminfo: "&aItem Information: &r"
  771.  
  772. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  773.  
  774. NOT_ENOUGH_MONEY: "You don't have enough money!"
  775. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  776.  
  777. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  778. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  779. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  780.  
  781. NO_BUYING_HERE: "You can't buy here!"
  782. NO_SELLING_HERE: "You can't sell here!"
  783.  
  784. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  785. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  786. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  787. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  788.  
  789. NOT_ENOUGH_STOCK: "This shop is out of stock."
  790. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  791.  
  792. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  793. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  794.  
  795. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  796. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  797.  
  798. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  799. NO_CHEST_DETECTED: "Couldn't find a chest!"
  800. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  801. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  802.  
  803. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  804. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  805. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  806. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  807.  
  808. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  809. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  810.  
  811. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  812. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  813. SHOP_CREATED: "Shop successfully created!"
  814. SHOP_FEE_PAID: "You have been charged %amount"
  815. SHOP_REFUNDED: "You have been refunded %amount."
  816. ITEM_GIVEN: "Given %item to %player."
  817.  
  818. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  819.  
  820. PLAYER_NOT_FOUND: "Player not found!"
  821. NO_PERMISSION: "You don't have permissions to do that!"
  822. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  823. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  824.  
  825. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  826.  
  827. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  828. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  829.  
  830. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  831. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  832.  
  833. prefix: "&a[Shop] &r"
  834. iteminfo: "&aItem Information: &r"
  835.  
  836. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  837.  
  838. NOT_ENOUGH_MONEY: "You don't have enough money!"
  839. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  840.  
  841. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  842. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  843. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  844.  
  845. NO_BUYING_HERE: "You can't buy here!"
  846. NO_SELLING_HERE: "You can't sell here!"
  847.  
  848. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  849. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  850. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  851. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  852.  
  853. NOT_ENOUGH_STOCK: "This shop is out of stock."
  854. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  855.  
  856. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  857. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  858.  
  859. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  860. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  861.  
  862. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  863. NO_CHEST_DETECTED: "Couldn't find a chest!"
  864. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  865. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  866.  
  867. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  868. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  869. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  870. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  871.  
  872. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  873. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  874.  
  875. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  876. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  877. SHOP_CREATED: "Shop successfully created!"
  878. SHOP_FEE_PAID: "You have been charged %amount"
  879. SHOP_REFUNDED: "You have been refunded %amount."
  880. ITEM_GIVEN: "Given %item to %player."
  881.  
  882. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  883.  
  884. PLAYER_NOT_FOUND: "Player not found!"
  885. NO_PERMISSION: "You don't have permissions to do that!"
  886. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  887. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  888.  
  889. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  890.  
  891. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  892. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  893.  
  894. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  895. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  896.  
  897. prefix: "&a[Shop] &r"
  898. iteminfo: "&aItem Information: &r"
  899.  
  900. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  901.  
  902. NOT_ENOUGH_MONEY: "You don't have enough money!"
  903. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  904.  
  905. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  906. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  907. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  908.  
  909. NO_BUYING_HERE: "You can't buy here!"
  910. NO_SELLING_HERE: "You can't sell here!"
  911.  
  912. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  913. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  914. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  915. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  916.  
  917. NOT_ENOUGH_STOCK: "This shop is out of stock."
  918. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  919.  
  920. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  921. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  922.  
  923. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  924. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  925.  
  926. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  927. NO_CHEST_DETECTED: "Couldn't find a chest!"
  928. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  929. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  930.  
  931. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  932. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  933. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  934. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  935.  
  936. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  937. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  938.  
  939. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  940. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  941. SHOP_CREATED: "Shop successfully created!"
  942. SHOP_FEE_PAID: "You have been charged %amount"
  943. SHOP_REFUNDED: "You have been refunded %amount."
  944. ITEM_GIVEN: "Given %item to %player."
  945.  
  946. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  947.  
  948. PLAYER_NOT_FOUND: "Player not found!"
  949. NO_PERMISSION: "You don't have permissions to do that!"
  950. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  951. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  952.  
  953. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  954.  
  955. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  956. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  957.  
  958. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  959. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  960.  
  961. prefix: "&a[Shop] &r"
  962. iteminfo: "&aItem Information: &r"
  963.  
  964. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  965.  
  966. NOT_ENOUGH_MONEY: "You don't have enough money!"
  967. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  968.  
  969. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  970. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  971. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  972.  
  973. NO_BUYING_HERE: "You can't buy here!"
  974. NO_SELLING_HERE: "You can't sell here!"
  975.  
  976. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  977. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  978. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  979. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  980.  
  981. NOT_ENOUGH_STOCK: "This shop is out of stock."
  982. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  983.  
  984. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  985. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  986.  
  987. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  988. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  989.  
  990. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  991. NO_CHEST_DETECTED: "Couldn't find a chest!"
  992. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  993. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  994.  
  995. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  996. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  997. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  998. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  999.  
  1000. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  1001. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  1002.  
  1003. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  1004. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  1005. SHOP_CREATED: "Shop successfully created!"
  1006. SHOP_FEE_PAID: "You have been charged %amount"
  1007. SHOP_REFUNDED: "You have been refunded %amount."
  1008. ITEM_GIVEN: "Given %item to %player."
  1009.  
  1010. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  1011.  
  1012. PLAYER_NOT_FOUND: "Player not found!"
  1013. NO_PERMISSION: "You don't have permissions to do that!"
  1014. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  1015. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  1016.  
  1017. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  1018.  
  1019. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  1020. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  1021.  
  1022. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  1023. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  1024.  
  1025. prefix: "&a[Shop] &r"
  1026. iteminfo: "&aItem Information: &r"
  1027.  
  1028. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  1029.  
  1030. NOT_ENOUGH_MONEY: "You don't have enough money!"
  1031. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  1032.  
  1033. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  1034. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  1035. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  1036.  
  1037. NO_BUYING_HERE: "You can't buy here!"
  1038. NO_SELLING_HERE: "You can't sell here!"
  1039.  
  1040. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  1041. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  1042. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  1043. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  1044.  
  1045. NOT_ENOUGH_STOCK: "This shop is out of stock."
  1046. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  1047.  
  1048. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  1049. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  1050.  
  1051. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  1052. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  1053.  
  1054. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  1055. NO_CHEST_DETECTED: "Couldn't find a chest!"
  1056. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  1057. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  1058.  
  1059. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  1060. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  1061. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  1062. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  1063.  
  1064. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  1065. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  1066.  
  1067. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  1068. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  1069. SHOP_CREATED: "Shop successfully created!"
  1070. SHOP_FEE_PAID: "You have been charged %amount"
  1071. SHOP_REFUNDED: "You have been refunded %amount."
  1072. ITEM_GIVEN: "Given %item to %player."
  1073.  
  1074. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  1075.  
  1076. PLAYER_NOT_FOUND: "Player not found!"
  1077. NO_PERMISSION: "You don't have permissions to do that!"
  1078. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  1079. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  1080.  
  1081. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  1082.  
  1083. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  1084. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  1085.  
  1086. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  1087. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  1088.  
  1089. prefix: "&a[Shop] &r"
  1090. iteminfo: "&aItem Information: &r"
  1091.  
  1092. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  1093.  
  1094. NOT_ENOUGH_MONEY: "You don't have enough money!"
  1095. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  1096.  
  1097. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  1098. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  1099. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  1100.  
  1101. NO_BUYING_HERE: "You can't buy here!"
  1102. NO_SELLING_HERE: "You can't sell here!"
  1103.  
  1104. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  1105. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  1106. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  1107. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  1108.  
  1109. NOT_ENOUGH_STOCK: "This shop is out of stock."
  1110. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  1111.  
  1112. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  1113. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  1114.  
  1115. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  1116. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  1117.  
  1118. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  1119. NO_CHEST_DETECTED: "Couldn't find a chest!"
  1120. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  1121. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  1122.  
  1123. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  1124. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  1125. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  1126. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  1127.  
  1128. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  1129. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  1130.  
  1131. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  1132. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  1133. SHOP_CREATED: "Shop successfully created!"
  1134. SHOP_FEE_PAID: "You have been charged %amount"
  1135. SHOP_REFUNDED: "You have been refunded %amount."
  1136. ITEM_GIVEN: "Given %item to %player."
  1137.  
  1138. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  1139.  
  1140. PLAYER_NOT_FOUND: "Player not found!"
  1141. NO_PERMISSION: "You don't have permissions to do that!"
  1142. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  1143. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  1144.  
  1145. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  1146.  
  1147. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  1148. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  1149.  
  1150. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  1151. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  1152.  
  1153. prefix: "&a[Shop] &r"
  1154. iteminfo: "&aItem Information: &r"
  1155.  
  1156. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  1157.  
  1158. NOT_ENOUGH_MONEY: "You don't have enough money!"
  1159. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  1160.  
  1161. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  1162. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  1163. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  1164.  
  1165. NO_BUYING_HERE: "You can't buy here!"
  1166. NO_SELLING_HERE: "You can't sell here!"
  1167.  
  1168. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  1169. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  1170. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  1171. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  1172.  
  1173. NOT_ENOUGH_STOCK: "This shop is out of stock."
  1174. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  1175.  
  1176. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  1177. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  1178.  
  1179. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  1180. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  1181.  
  1182. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  1183. NO_CHEST_DETECTED: "Couldn't find a chest!"
  1184. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  1185. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  1186.  
  1187. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  1188. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  1189. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  1190. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  1191.  
  1192. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  1193. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  1194.  
  1195. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  1196. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  1197. SHOP_CREATED: "Shop successfully created!"
  1198. SHOP_FEE_PAID: "You have been charged %amount"
  1199. SHOP_REFUNDED: "You have been refunded %amount."
  1200. ITEM_GIVEN: "Given %item to %player."
  1201.  
  1202. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  1203.  
  1204. PLAYER_NOT_FOUND: "Player not found!"
  1205. NO_PERMISSION: "You don't have permissions to do that!"
  1206. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  1207. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  1208.  
  1209. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  1210.  
  1211. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  1212. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  1213.  
  1214. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  1215. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  1216.  
  1217. prefix: "&a[Shop] &r"
  1218. iteminfo: "&aItem Information: &r"
  1219.  
  1220. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  1221.  
  1222. NOT_ENOUGH_MONEY: "You don't have enough money!"
  1223. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  1224.  
  1225. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  1226. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  1227. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  1228.  
  1229. NO_BUYING_HERE: "You can't buy here!"
  1230. NO_SELLING_HERE: "You can't sell here!"
  1231.  
  1232. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  1233. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  1234. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  1235. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  1236.  
  1237. NOT_ENOUGH_STOCK: "This shop is out of stock."
  1238. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  1239.  
  1240. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  1241. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  1242.  
  1243. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  1244. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  1245.  
  1246. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  1247. NO_CHEST_DETECTED: "Couldn't find a chest!"
  1248. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  1249. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  1250.  
  1251. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  1252. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  1253. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  1254. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  1255.  
  1256. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  1257. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  1258.  
  1259. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  1260. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  1261. SHOP_CREATED: "Shop successfully created!"
  1262. SHOP_FEE_PAID: "You have been charged %amount"
  1263. SHOP_REFUNDED: "You have been refunded %amount."
  1264. ITEM_GIVEN: "Given %item to %player."
  1265.  
  1266. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  1267.  
  1268. PLAYER_NOT_FOUND: "Player not found!"
  1269. NO_PERMISSION: "You don't have permissions to do that!"
  1270. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  1271. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  1272.  
  1273. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  1274.  
  1275. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  1276. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  1277.  
  1278. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  1279. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  1280.  
  1281. prefix: "&a[Shop] &r"
  1282. iteminfo: "&aItem Information: &r"
  1283.  
  1284. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  1285.  
  1286. NOT_ENOUGH_MONEY: "You don't have enough money!"
  1287. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  1288.  
  1289. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  1290. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  1291. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  1292.  
  1293. NO_BUYING_HERE: "You can't buy here!"
  1294. NO_SELLING_HERE: "You can't sell here!"
  1295.  
  1296. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  1297. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  1298. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  1299. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  1300.  
  1301. NOT_ENOUGH_STOCK: "This shop is out of stock."
  1302. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  1303.  
  1304. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  1305. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  1306.  
  1307. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  1308. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  1309.  
  1310. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  1311. NO_CHEST_DETECTED: "Couldn't find a chest!"
  1312. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  1313. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  1314.  
  1315. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  1316. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  1317. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  1318. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  1319.  
  1320. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  1321. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  1322.  
  1323. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  1324. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  1325. SHOP_CREATED: "Shop successfully created!"
  1326. SHOP_FEE_PAID: "You have been charged %amount"
  1327. SHOP_REFUNDED: "You have been refunded %amount."
  1328. ITEM_GIVEN: "Given %item to %player."
  1329.  
  1330. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  1331.  
  1332. PLAYER_NOT_FOUND: "Player not found!"
  1333. NO_PERMISSION: "You don't have permissions to do that!"
  1334. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  1335. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  1336.  
  1337. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  1338.  
  1339. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  1340. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  1341.  
  1342. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  1343. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  1344.  
  1345. prefix: "&a[Shop] &r"
  1346. iteminfo: "&aItem Information: &r"
  1347.  
  1348. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  1349.  
  1350. NOT_ENOUGH_MONEY: "You don't have enough money!"
  1351. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  1352.  
  1353. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  1354. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  1355. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  1356.  
  1357. NO_BUYING_HERE: "You can't buy here!"
  1358. NO_SELLING_HERE: "You can't sell here!"
  1359.  
  1360. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  1361. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  1362. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  1363. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  1364.  
  1365. NOT_ENOUGH_STOCK: "This shop is out of stock."
  1366. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  1367.  
  1368. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  1369. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  1370.  
  1371. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  1372. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  1373.  
  1374. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  1375. NO_CHEST_DETECTED: "Couldn't find a chest!"
  1376. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  1377. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  1378.  
  1379. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  1380. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  1381. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  1382. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  1383.  
  1384. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  1385. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  1386.  
  1387. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  1388. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  1389. SHOP_CREATED: "Shop successfully created!"
  1390. SHOP_FEE_PAID: "You have been charged %amount"
  1391. SHOP_REFUNDED: "You have been refunded %amount."
  1392. ITEM_GIVEN: "Given %item to %player."
  1393.  
  1394. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  1395.  
  1396. PLAYER_NOT_FOUND: "Player not found!"
  1397. NO_PERMISSION: "You don't have permissions to do that!"
  1398. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  1399. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  1400.  
  1401. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  1402.  
  1403. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  1404. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  1405.  
  1406. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  1407. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  1408.  
  1409. prefix: "&a[Shop] &r"
  1410. iteminfo: "&aItem Information: &r"
  1411.  
  1412. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  1413.  
  1414. NOT_ENOUGH_MONEY: "You don't have enough money!"
  1415. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  1416.  
  1417. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  1418. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  1419. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  1420.  
  1421. NO_BUYING_HERE: "You can't buy here!"
  1422. NO_SELLING_HERE: "You can't sell here!"
  1423.  
  1424. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  1425. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  1426. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  1427. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  1428.  
  1429. NOT_ENOUGH_STOCK: "This shop is out of stock."
  1430. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  1431.  
  1432. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  1433. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  1434.  
  1435. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  1436. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  1437.  
  1438. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  1439. NO_CHEST_DETECTED: "Couldn't find a chest!"
  1440. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  1441. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  1442.  
  1443. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  1444. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  1445. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  1446. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  1447.  
  1448. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  1449. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  1450.  
  1451. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  1452. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  1453. SHOP_CREATED: "Shop successfully created!"
  1454. SHOP_FEE_PAID: "You have been charged %amount"
  1455. SHOP_REFUNDED: "You have been refunded %amount."
  1456. ITEM_GIVEN: "Given %item to %player."
  1457.  
  1458. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  1459.  
  1460. PLAYER_NOT_FOUND: "Player not found!"
  1461. NO_PERMISSION: "You don't have permissions to do that!"
  1462. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  1463. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  1464.  
  1465. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  1466.  
  1467. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  1468. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  1469.  
  1470. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  1471. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  1472.  
  1473. prefix: "&a[Shop] &r"
  1474. iteminfo: "&aItem Information: &r"
  1475.  
  1476. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  1477.  
  1478. NOT_ENOUGH_MONEY: "You don't have enough money!"
  1479. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  1480.  
  1481. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  1482. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  1483. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  1484.  
  1485. NO_BUYING_HERE: "You can't buy here!"
  1486. NO_SELLING_HERE: "You can't sell here!"
  1487.  
  1488. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  1489. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  1490. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  1491. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  1492.  
  1493. NOT_ENOUGH_STOCK: "This shop is out of stock."
  1494. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  1495.  
  1496. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  1497. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  1498.  
  1499. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  1500. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  1501.  
  1502. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  1503. NO_CHEST_DETECTED: "Couldn't find a chest!"
  1504. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  1505. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  1506.  
  1507. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  1508. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  1509. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  1510. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  1511.  
  1512. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  1513. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  1514.  
  1515. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  1516. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  1517. SHOP_CREATED: "Shop successfully created!"
  1518. SHOP_FEE_PAID: "You have been charged %amount"
  1519. SHOP_REFUNDED: "You have been refunded %amount."
  1520. ITEM_GIVEN: "Given %item to %player."
  1521.  
  1522. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  1523.  
  1524. PLAYER_NOT_FOUND: "Player not found!"
  1525. NO_PERMISSION: "You don't have permissions to do that!"
  1526. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  1527. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  1528.  
  1529. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  1530.  
  1531. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  1532. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  1533.  
  1534. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  1535. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  1536.  
  1537. prefix: "&a[Shop] &r"
  1538. iteminfo: "&aItem Information: &r"
  1539.  
  1540. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  1541.  
  1542. NOT_ENOUGH_MONEY: "You don't have enough money!"
  1543. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  1544.  
  1545. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  1546. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  1547. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  1548.  
  1549. NO_BUYING_HERE: "You can't buy here!"
  1550. NO_SELLING_HERE: "You can't sell here!"
  1551.  
  1552. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  1553. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  1554. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  1555. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  1556.  
  1557. NOT_ENOUGH_STOCK: "This shop is out of stock."
  1558. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  1559.  
  1560. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  1561. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  1562.  
  1563. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  1564. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  1565.  
  1566. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  1567. NO_CHEST_DETECTED: "Couldn't find a chest!"
  1568. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  1569. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  1570.  
  1571. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  1572. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  1573. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  1574. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  1575.  
  1576. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  1577. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  1578.  
  1579. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  1580. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  1581. SHOP_CREATED: "Shop successfully created!"
  1582. SHOP_FEE_PAID: "You have been charged %amount"
  1583. SHOP_REFUNDED: "You have been refunded %amount."
  1584. ITEM_GIVEN: "Given %item to %player."
  1585.  
  1586. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  1587.  
  1588. PLAYER_NOT_FOUND: "Player not found!"
  1589. NO_PERMISSION: "You don't have permissions to do that!"
  1590. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  1591. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  1592.  
  1593. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  1594.  
  1595. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  1596. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  1597.  
  1598. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  1599. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  1600.  
  1601. prefix: "&a[Shop] &r"
  1602. iteminfo: "&aItem Information: &r"
  1603.  
  1604. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  1605.  
  1606. NOT_ENOUGH_MONEY: "You don't have enough money!"
  1607. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  1608.  
  1609. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  1610. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  1611. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  1612.  
  1613. NO_BUYING_HERE: "You can't buy here!"
  1614. NO_SELLING_HERE: "You can't sell here!"
  1615.  
  1616. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  1617. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  1618. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  1619. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  1620.  
  1621. NOT_ENOUGH_STOCK: "This shop is out of stock."
  1622. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  1623.  
  1624. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  1625. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  1626.  
  1627. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  1628. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  1629.  
  1630. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  1631. NO_CHEST_DETECTED: "Couldn't find a chest!"
  1632. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  1633. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  1634.  
  1635. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  1636. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  1637. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  1638. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  1639.  
  1640. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  1641. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  1642.  
  1643. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  1644. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  1645. SHOP_CREATED: "Shop successfully created!"
  1646. SHOP_FEE_PAID: "You have been charged %amount"
  1647. SHOP_REFUNDED: "You have been refunded %amount."
  1648. ITEM_GIVEN: "Given %item to %player."
  1649.  
  1650. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  1651.  
  1652. PLAYER_NOT_FOUND: "Player not found!"
  1653. NO_PERMISSION: "You don't have permissions to do that!"
  1654. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  1655. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  1656.  
  1657. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  1658.  
  1659. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  1660. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  1661.  
  1662. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  1663. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  1664.  
  1665. prefix: "&a[Shop] &r"
  1666. iteminfo: "&aItem Information: &r"
  1667.  
  1668. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  1669.  
  1670. NOT_ENOUGH_MONEY: "You don't have enough money!"
  1671. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  1672.  
  1673. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  1674. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  1675. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  1676.  
  1677. NO_BUYING_HERE: "You can't buy here!"
  1678. NO_SELLING_HERE: "You can't sell here!"
  1679.  
  1680. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  1681. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  1682. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  1683. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  1684.  
  1685. NOT_ENOUGH_STOCK: "This shop is out of stock."
  1686. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  1687.  
  1688. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  1689. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  1690.  
  1691. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  1692. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  1693.  
  1694. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  1695. NO_CHEST_DETECTED: "Couldn't find a chest!"
  1696. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  1697. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  1698.  
  1699. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  1700. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  1701. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  1702. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  1703.  
  1704. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  1705. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  1706.  
  1707. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  1708. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  1709. SHOP_CREATED: "Shop successfully created!"
  1710. SHOP_FEE_PAID: "You have been charged %amount"
  1711. SHOP_REFUNDED: "You have been refunded %amount."
  1712. ITEM_GIVEN: "Given %item to %player."
  1713.  
  1714. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  1715.  
  1716. PLAYER_NOT_FOUND: "Player not found!"
  1717. NO_PERMISSION: "You don't have permissions to do that!"
  1718. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  1719. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  1720.  
  1721. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  1722.  
  1723. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  1724. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  1725.  
  1726. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  1727. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  1728.  
  1729. prefix: "&a[Shop] &r"
  1730. iteminfo: "&aItem Information: &r"
  1731.  
  1732. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  1733.  
  1734. NOT_ENOUGH_MONEY: "You don't have enough money!"
  1735. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  1736.  
  1737. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  1738. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  1739. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  1740.  
  1741. NO_BUYING_HERE: "You can't buy here!"
  1742. NO_SELLING_HERE: "You can't sell here!"
  1743.  
  1744. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  1745. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  1746. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  1747. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  1748.  
  1749. NOT_ENOUGH_STOCK: "This shop is out of stock."
  1750. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  1751.  
  1752. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  1753. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  1754.  
  1755. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  1756. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  1757.  
  1758. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  1759. NO_CHEST_DETECTED: "Couldn't find a chest!"
  1760. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  1761. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  1762.  
  1763. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  1764. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  1765. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  1766. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  1767.  
  1768. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  1769. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  1770.  
  1771. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  1772. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  1773. SHOP_CREATED: "Shop successfully created!"
  1774. SHOP_FEE_PAID: "You have been charged %amount"
  1775. SHOP_REFUNDED: "You have been refunded %amount."
  1776. ITEM_GIVEN: "Given %item to %player."
  1777.  
  1778. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  1779.  
  1780. PLAYER_NOT_FOUND: "Player not found!"
  1781. NO_PERMISSION: "You don't have permissions to do that!"
  1782. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  1783. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  1784.  
  1785. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  1786.  
  1787. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  1788. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  1789.  
  1790. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  1791. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  1792.  
  1793. prefix: "&a[Shop] &r"
  1794. iteminfo: "&aItem Information: &r"
  1795.  
  1796. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  1797.  
  1798. NOT_ENOUGH_MONEY: "You don't have enough money!"
  1799. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  1800.  
  1801. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  1802. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  1803. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  1804.  
  1805. NO_BUYING_HERE: "You can't buy here!"
  1806. NO_SELLING_HERE: "You can't sell here!"
  1807.  
  1808. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  1809. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  1810. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  1811. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  1812.  
  1813. NOT_ENOUGH_STOCK: "This shop is out of stock."
  1814. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  1815.  
  1816. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  1817. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  1818.  
  1819. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  1820. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  1821.  
  1822. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  1823. NO_CHEST_DETECTED: "Couldn't find a chest!"
  1824. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  1825. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  1826.  
  1827. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  1828. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  1829. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  1830. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  1831.  
  1832. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  1833. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  1834.  
  1835. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  1836. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  1837. SHOP_CREATED: "Shop successfully created!"
  1838. SHOP_FEE_PAID: "You have been charged %amount"
  1839. SHOP_REFUNDED: "You have been refunded %amount."
  1840. ITEM_GIVEN: "Given %item to %player."
  1841.  
  1842. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  1843.  
  1844. PLAYER_NOT_FOUND: "Player not found!"
  1845. NO_PERMISSION: "You don't have permissions to do that!"
  1846. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  1847. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  1848.  
  1849. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  1850.  
  1851. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  1852. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  1853.  
  1854. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  1855. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  1856.  
  1857. prefix: "&a[Shop] &r"
  1858. iteminfo: "&aItem Information: &r"
  1859.  
  1860. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  1861.  
  1862. NOT_ENOUGH_MONEY: "You don't have enough money!"
  1863. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  1864.  
  1865. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  1866. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  1867. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  1868.  
  1869. NO_BUYING_HERE: "You can't buy here!"
  1870. NO_SELLING_HERE: "You can't sell here!"
  1871.  
  1872. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  1873. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  1874. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  1875. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  1876.  
  1877. NOT_ENOUGH_STOCK: "This shop is out of stock."
  1878. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  1879.  
  1880. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  1881. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  1882.  
  1883. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  1884. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  1885.  
  1886. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  1887. NO_CHEST_DETECTED: "Couldn't find a chest!"
  1888. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  1889. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  1890.  
  1891. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  1892. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  1893. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  1894. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  1895.  
  1896. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  1897. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  1898.  
  1899. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  1900. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  1901. SHOP_CREATED: "Shop successfully created!"
  1902. SHOP_FEE_PAID: "You have been charged %amount"
  1903. SHOP_REFUNDED: "You have been refunded %amount."
  1904. ITEM_GIVEN: "Given %item to %player."
  1905.  
  1906. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  1907.  
  1908. PLAYER_NOT_FOUND: "Player not found!"
  1909. NO_PERMISSION: "You don't have permissions to do that!"
  1910. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  1911. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  1912.  
  1913. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  1914.  
  1915. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  1916. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  1917.  
  1918. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  1919. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  1920.  
  1921. prefix: "&a[Shop] &r"
  1922. iteminfo: "&aItem Information: &r"
  1923.  
  1924. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  1925.  
  1926. NOT_ENOUGH_MONEY: "You don't have enough money!"
  1927. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  1928.  
  1929. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  1930. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  1931. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  1932.  
  1933. NO_BUYING_HERE: "You can't buy here!"
  1934. NO_SELLING_HERE: "You can't sell here!"
  1935.  
  1936. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  1937. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  1938. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  1939. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  1940.  
  1941. NOT_ENOUGH_STOCK: "This shop is out of stock."
  1942. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  1943.  
  1944. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  1945. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  1946.  
  1947. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  1948. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  1949.  
  1950. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  1951. NO_CHEST_DETECTED: "Couldn't find a chest!"
  1952. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  1953. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  1954.  
  1955. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  1956. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  1957. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  1958. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  1959.  
  1960. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  1961. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  1962.  
  1963. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  1964. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  1965. SHOP_CREATED: "Shop successfully created!"
  1966. SHOP_FEE_PAID: "You have been charged %amount"
  1967. SHOP_REFUNDED: "You have been refunded %amount."
  1968. ITEM_GIVEN: "Given %item to %player."
  1969.  
  1970. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  1971.  
  1972. PLAYER_NOT_FOUND: "Player not found!"
  1973. NO_PERMISSION: "You don't have permissions to do that!"
  1974. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  1975. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  1976.  
  1977. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  1978.  
  1979. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  1980. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  1981.  
  1982. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  1983. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  1984.  
  1985. prefix: "&a[Shop] &r"
  1986. iteminfo: "&aItem Information: &r"
  1987.  
  1988. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  1989.  
  1990. NOT_ENOUGH_MONEY: "You don't have enough money!"
  1991. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  1992.  
  1993. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  1994. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  1995. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  1996.  
  1997. NO_BUYING_HERE: "You can't buy here!"
  1998. NO_SELLING_HERE: "You can't sell here!"
  1999.  
  2000. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  2001. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  2002. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  2003. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  2004.  
  2005. NOT_ENOUGH_STOCK: "This shop is out of stock."
  2006. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  2007.  
  2008. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  2009. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  2010.  
  2011. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  2012. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  2013.  
  2014. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  2015. NO_CHEST_DETECTED: "Couldn't find a chest!"
  2016. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  2017. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  2018.  
  2019. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  2020. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  2021. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  2022. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  2023.  
  2024. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  2025. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  2026.  
  2027. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  2028. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  2029. SHOP_CREATED: "Shop successfully created!"
  2030. SHOP_FEE_PAID: "You have been charged %amount"
  2031. SHOP_REFUNDED: "You have been refunded %amount."
  2032. ITEM_GIVEN: "Given %item to %player."
  2033.  
  2034. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  2035.  
  2036. PLAYER_NOT_FOUND: "Player not found!"
  2037. NO_PERMISSION: "You don't have permissions to do that!"
  2038. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  2039. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  2040.  
  2041. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  2042.  
  2043. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  2044. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  2045.  
  2046. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  2047. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  2048.  
  2049. prefix: "&a[Shop] &r"
  2050. iteminfo: "&aItem Information: &r"
  2051.  
  2052. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  2053.  
  2054. NOT_ENOUGH_MONEY: "You don't have enough money!"
  2055. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  2056.  
  2057. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  2058. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  2059. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  2060.  
  2061. NO_BUYING_HERE: "You can't buy here!"
  2062. NO_SELLING_HERE: "You can't sell here!"
  2063.  
  2064. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  2065. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  2066. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  2067. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  2068.  
  2069. NOT_ENOUGH_STOCK: "This shop is out of stock."
  2070. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  2071.  
  2072. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  2073. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  2074.  
  2075. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  2076. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  2077.  
  2078. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  2079. NO_CHEST_DETECTED: "Couldn't find a chest!"
  2080. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  2081. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  2082.  
  2083. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  2084. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  2085. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  2086. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  2087.  
  2088. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  2089. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  2090.  
  2091. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  2092. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  2093. SHOP_CREATED: "Shop successfully created!"
  2094. SHOP_FEE_PAID: "You have been charged %amount"
  2095. SHOP_REFUNDED: "You have been refunded %amount."
  2096. ITEM_GIVEN: "Given %item to %player."
  2097.  
  2098. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  2099.  
  2100. PLAYER_NOT_FOUND: "Player not found!"
  2101. NO_PERMISSION: "You don't have permissions to do that!"
  2102. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  2103. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  2104.  
  2105. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  2106.  
  2107. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  2108. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  2109.  
  2110. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  2111. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  2112.  
  2113. prefix: "&a[Shop] &r"
  2114. iteminfo: "&aItem Information: &r"
  2115.  
  2116. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  2117.  
  2118. NOT_ENOUGH_MONEY: "You don't have enough money!"
  2119. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  2120.  
  2121. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  2122. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  2123. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  2124.  
  2125. NO_BUYING_HERE: "You can't buy here!"
  2126. NO_SELLING_HERE: "You can't sell here!"
  2127.  
  2128. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  2129. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  2130. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  2131. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  2132.  
  2133. NOT_ENOUGH_STOCK: "This shop is out of stock."
  2134. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  2135.  
  2136. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  2137. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  2138.  
  2139. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  2140. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  2141.  
  2142. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  2143. NO_CHEST_DETECTED: "Couldn't find a chest!"
  2144. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  2145. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  2146.  
  2147. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  2148. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  2149. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  2150. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  2151.  
  2152. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  2153. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  2154.  
  2155. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  2156. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  2157. SHOP_CREATED: "Shop successfully created!"
  2158. SHOP_FEE_PAID: "You have been charged %amount"
  2159. SHOP_REFUNDED: "You have been refunded %amount."
  2160. ITEM_GIVEN: "Given %item to %player."
  2161.  
  2162. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  2163.  
  2164. PLAYER_NOT_FOUND: "Player not found!"
  2165. NO_PERMISSION: "You don't have permissions to do that!"
  2166. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  2167. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  2168.  
  2169. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  2170.  
  2171. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  2172. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  2173.  
  2174. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  2175. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  2176.  
  2177. prefix: "&a[Shop] &r"
  2178. iteminfo: "&aItem Information: &r"
  2179.  
  2180. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  2181.  
  2182. NOT_ENOUGH_MONEY: "You don't have enough money!"
  2183. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  2184.  
  2185. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  2186. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  2187. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  2188.  
  2189. NO_BUYING_HERE: "You can't buy here!"
  2190. NO_SELLING_HERE: "You can't sell here!"
  2191.  
  2192. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  2193. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  2194. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  2195. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  2196.  
  2197. NOT_ENOUGH_STOCK: "This shop is out of stock."
  2198. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  2199.  
  2200. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  2201. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  2202.  
  2203. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  2204. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  2205.  
  2206. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  2207. NO_CHEST_DETECTED: "Couldn't find a chest!"
  2208. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  2209. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  2210.  
  2211. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  2212. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  2213. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  2214. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  2215.  
  2216. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  2217. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  2218.  
  2219. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  2220. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  2221. SHOP_CREATED: "Shop successfully created!"
  2222. SHOP_FEE_PAID: "You have been charged %amount"
  2223. SHOP_REFUNDED: "You have been refunded %amount."
  2224. ITEM_GIVEN: "Given %item to %player."
  2225.  
  2226. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  2227.  
  2228. PLAYER_NOT_FOUND: "Player not found!"
  2229. NO_PERMISSION: "You don't have permissions to do that!"
  2230. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  2231. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  2232.  
  2233. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  2234.  
  2235. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  2236. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  2237.  
  2238. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  2239. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
  2240.  
  2241. prefix: "&a[Shop] &r"
  2242. iteminfo: "&aItem Information: &r"
  2243.  
  2244. ACCESS_DENIED: "You don't have permission to access that shop's storage container!"
  2245.  
  2246. NOT_ENOUGH_MONEY: "You don't have enough money!"
  2247. NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
  2248.  
  2249. CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!"
  2250. SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!"
  2251. NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
  2252.  
  2253. NO_BUYING_HERE: "You can't buy here!"
  2254. NO_SELLING_HERE: "You can't sell here!"
  2255.  
  2256. NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
  2257. NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
  2258. NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
  2259. NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is full! (%seller tried to sell)"
  2260.  
  2261. NOT_ENOUGH_STOCK: "This shop is out of stock."
  2262. NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "%price %item&7 shop at &r%world/%x/%y/%z&7 is out of stock! (%buyer tried to buy)"
  2263.  
  2264. YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
  2265. SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from your shop at %world/%x/%y/%z."
  2266.  
  2267. YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
  2268. SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to your shop at %world/%x/%y/%z."
  2269.  
  2270. YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
  2271. NO_CHEST_DETECTED: "Couldn't find a chest!"
  2272. INVALID_SHOP_DETECTED: "The shop cannot be used!"
  2273. CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
  2274.  
  2275. SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
  2276. SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
  2277. BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
  2278. BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
  2279.  
  2280. CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
  2281. NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
  2282.  
  2283. PROTECTED_SHOP: "Successfully protected the shop with LWC!"
  2284. PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
  2285. SHOP_CREATED: "Shop successfully created!"
  2286. SHOP_FEE_PAID: "You have been charged %amount"
  2287. SHOP_REFUNDED: "You have been refunded %amount."
  2288. ITEM_GIVEN: "Given %item to %player."
  2289.  
  2290. RESTRICTED_SIGN_CREATED: "Sign successfully created!"
  2291.  
  2292. PLAYER_NOT_FOUND: "Player not found!"
  2293. NO_PERMISSION: "You don't have permissions to do that!"
  2294. INCORRECT_ITEM_ID: "You have specified an invalid item id!"
  2295. NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
  2296.  
  2297. CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
  2298.  
  2299. TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
  2300. TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
  2301.  
  2302. TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
  2303. TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement