Advertisement
Guest User

Untitled

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