Advertisement
Guest User

Untitled

a guest
May 18th, 2011
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. sell: true
  2. distance: 1
  3. position: 'DOWN'
  4. protection: true
  5. LWCprotection: false
  6. logFilePath: "plugins/iConomyChestShop/iConomyChestShop.log"
  7. sneakMode: true
  8. allowUsedItemsToBeSold: false
  9. stackUnstackableItems: false
  10.  
  11.  
  12. separatingLineAfterTransaction: false
  13.  
  14. #allowUsedItemsToBeSold - allows used items to be sold. WARNING. the tools will be "fresh" if player sells them. I don't reccomend it, really.
  15. #protection - do you want to use anti-stealing protection?
  16. #sell - do you want to activate selling?
  17. #distance - distance between the chest and the sign
  18. #position - position of the chest, goo.gl/YItRO
  19. #LWCprotection - do you want to protect the chests with LWC?
  20. #logFilePath - where will the log be stored?
  21. #sneakMode - if on, left-clicking the sign automatically sells to shop, if you want to break the sign, just sneak and break it.
  22. #separatingLineAfterTransaction - if on, after every transaction there will be one line of "------" in the chat
  23. #stackUnstackableItems - if turned on, plugin uses default MinecartMania behavior - stacks food, etc. I reccoment to turn it OFF!
  24.  
  25. # prefix will be dispayed at the beggining of every message.
  26. # you can use terms like <buyer>, <amount> or <item> in messages, however
  27. # only certain messagess offer this.
  28. #
  29. #
  30. # <buyer> - nick of the person who bought.
  31. # <owner> - nick of the person who own the shop.
  32. # <amount> - amount of item
  33. # <item> - name of item
  34. # <money> - amount of money with iConomy currency
  35. #
  36. # You can always use hMod colors, like
  37. # &1, &f etc...
  38. # For example: This is my&6 golden text.
  39.  
  40. #MAXIMUM OF 55 CHARACTERS WITH PREFIX!
  41.  
  42. #Experimental: Try changing the prefix to ' &a[Shop] &f '
  43. #The text will be centered!
  44. lang:
  45. prefix: '&a[Shop] &f'
  46. Somebody_sold_items_to_your_shop: '<seller> sold <amount> <item> for <cost> to your shop!'
  47. Somebody_bought_items_from_your_shop: '<buyer> bought <amount> <item> for <cost>!'
  48. Your_shop_is_out_of_stock: 'Your <item> shop is out of stock!'
  49. You_cannot_use_your_own_shop: "You can't use your own shop!"
  50.  
  51. You_bought_items: 'You bought <amount> <item> from <owner> for <cost>.'
  52.  
  53. Your_inventory_is_full: 'Your inventory is full!'
  54. You_have_got_not_enough_money: "You don't have enough money!"
  55. Shop_is_out_of_stock: 'This shop is out of stock!'
  56.  
  57. You_have_not_enough_items: 'You have not enough items to sell!'
  58. You_sold_items: "You sold <amount> <item> for <cost> to <owner>'s shop."
  59. Chest_is_full: 'This chest is full!'
  60.  
  61. Seller_has_not_enough_money: "Seller has not enough money!"
  62. Seller_has_no_account: "Seller's account doesn't exist!"
  63. No_selling_to_this_shop: "Shop owner doesn't want you to sell here!"
  64. No_buying_from_this_shop: "Shop owner doesn't want you to buy here!"
  65.  
  66. Your_balance: 'After transaction you have <money>.'
  67.  
  68. Shop_is_created: 'Your shop has been successfully created!'
  69. Shop_cannot_be_created: "You have no chest set up!"
  70. Shop_was_LWC_protected: "Your shop was successfully protected with LWC."
  71.  
  72. Mode_changed_to_sell: 'Mode set to selling!'
  73. Mode_changed_to_buy: 'Mode set to buying!'
  74.  
  75. You_tried_to_steal: "Don't steal!"
  76.  
  77. iteminfo: "&aItem ID and names:"
  78. incorrectID: "Incorrect item ID!"
  79. Couldnt_fit_on_sign: "Couldn't fit something on the sign!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement