Advertisement
Guest User

HawtNips Iconomy Config File

a guest
May 28th, 2011
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.60 KB | None | 0 0
  1. reverseButtons: false
  2. sell: true
  3. distance: 1
  4. position: 'ANY'
  5. protection: true
  6.  
  7. #reverseButtons - If true, people buy with left click and sell with right click.
  8. #sell - Do you want to let people create/use shops, that buy things from players?
  9. #distance - Distance between the chest and the sign. (Warning, chests that aren't exactly that far WON'T work as shops)
  10. #position - Position of the chest, relative to the sign. ANY for anything in radius of 1 block, other: goo.gl/YItRO
  11. #protection - Do you want to use built-in shop protection?
  12.  
  13. LWCprotection: true
  14. signLWCprotection: false
  15.  
  16. #LWCprotection - Do you want to protect the chests with LWC?
  17. #signLWCprotection - Do you want to protection signs with LWC? (Warning, gives LWC message when using shop!)
  18.  
  19. log: true
  20. logToFile: false
  21. logFilePath: "plugins/iConomyChestShop/iConomyChestShop.log"
  22.  
  23. #log - Do you want to log transactions and shop creating?
  24. #logToFile - Do you want to save the log to file? (Warning, this lags a bit - I reccomend turning this off, as server.log will have these informations too.)
  25. #logFilePath - Path to log file.
  26.  
  27. sneakMode: true
  28. allowUsedItemsToBeSold: false
  29. stackUnstackableItems: false
  30.  
  31. #sneakMode - Do you want to let people to shop using left mouse button, and destroy the shop signs when sneaking?
  32. #allowUsedItemsToBeSold - Do you want to let people sell used tools to the shop? (Warning, the tools will be "fresh" if player sells them. NOT RECCOMENDED)
  33. #stackUnstackableItems - Do you want to stack all items in chest?
  34.  
  35. useDB: true
  36. howLongToStoreInformationInDB: 600
  37. intervalBetweenTransactions: 100
  38.  
  39. #useDB - Do you want to use bukkit's built-in database to log the transactions? (Must be turned on, if you want to generate price list)
  40. #howLongToStoreInformationInDB - How old the transation must be before being deleted? (In seconds)
  41. #intervalBetweenTransaction - How often can one person buy or sell to the shop? (In miliseconds: 1000ms = 1 sec)
  42.  
  43. generateTransactionList: false
  44. intervalBetweenGeneratingTransactionList: 5
  45. showUnusedItemsInGeneratedList: false
  46.  
  47. #generateTransactionList - Do you want to generate average price, amount of bought, sold items page? (Currently in ALPHA state)
  48. #intervalBetweenGeneratingTransactionList - Interval between generating the list. (In seconds)
  49. #showUnusedItemsInGeneratedList - Do you want to show items, that were not bought/sold on the list?
  50.  
  51. separatingLineAfterTransaction: false
  52. doNotRemoveSignIfNotCorrect: false
  53. serverAccountName: ""
  54. #separatingLineAfterTransaction - Do you want to show a line in the chat after transaction?
  55. #doNotRemoveSignIfNotCorrect - Do you want to keep the sign, if it's not correct?
  56. #serverAccountName - Account of the server to use with AdminShops, blank if you don't want to use one
  57.  
  58. #Messages:
  59. showOutOfStock: false
  60. showMoneyAfterTransaction: false
  61.  
  62.  
  63. #showOutOfStock - Do you want to show "Out of stock" messages?
  64. #showMoneyAfterTransaction - Do you want to show your balance after transaction?
  65.  
  66.  
  67. # If you want to translate this file, do it yourself, or copy the "lang:" part from another translation.
  68. # Prefix will be dispayed at the beggining of every message.
  69. # You can use terms like <buyer>, <amount> or <item> in messages, however
  70. # only certain messagess offer this.
  71. #
  72. # <buyer> - nick of the person who bought from shop.
  73. # <seller> - nick of the person who sold to shop.
  74. # <owner> - nick of the person who own the shop.
  75. # <amount> - amount of item
  76. # <item> - name of item
  77. # <money> - amount of money with iConomy currency
  78. # <cost> - cost of the item
  79. #
  80. # You can always use hMod colors, like
  81. # &1, &f etc...
  82. # For example: This is my&6 golden text.
  83.  
  84. #MAXIMUM OF 55 CHARACTERS WITH PREFIX!
  85.  
  86. #Experimental: Try changing the prefix to ' &a[Shop] &f '
  87. #The text will be centered!
  88. lang:
  89. prefix: '&a[Shop] &f'
  90. Somebody_sold_items_to_your_shop: '<seller> sold <amount> <item> for <cost> to your shop!'
  91. Somebody_bought_items_from_your_shop: '<buyer> bought <amount> <item> for <cost>!'
  92. Your_shop_is_out_of_stock: 'Your <item> shop is out of stock!'
  93. You_cannot_use_your_own_shop: "You can't use your own shop!"
  94.  
  95. You_bought_items: 'You bought <amount> <item> from <owner> for <cost>.'
  96.  
  97. Your_inventory_is_full: 'Your inventory is full!'
  98. You_have_got_not_enough_money: "You don't have enough money!"
  99. Shop_is_out_of_stock: 'This shop is out of stock!'
  100.  
  101. You_have_not_enough_items: 'You have not enough items to sell!'
  102. You_sold_items: "You sold <amount> <item> for <cost> to <owner>'s shop."
  103. Chest_is_full: 'This chest is full!'
  104.  
  105. Seller_has_not_enough_money: "Seller has not enough money!"
  106. Seller_has_no_account: "Seller's account doesn't exist!"
  107. No_selling_to_this_shop: "Shop owner doesn't want you to sell here!"
  108. No_buying_from_this_shop: "Shop owner doesn't want you to buy here!"
  109.  
  110. Your_balance: 'After transaction you have <money>.'
  111.  
  112. Shop_is_created: 'Your shop has been successfully created!'
  113. Shop_cannot_be_created: "You have no chest set up!"
  114. Shop_was_LWC_protected: "Your shop was successfully protected with LWC."
  115.  
  116. Mode_changed_to_sell: 'Mode set to selling!'
  117. Mode_changed_to_buy: 'Mode set to buying!'
  118.  
  119. You_tried_to_steal: "Don't steal!"
  120. wait: "&4Wait!"
  121.  
  122. iteminfo: "&aItem ID and names:"
  123. incorrectID: "Incorrect item ID!"
  124. Couldnt_fit_on_sign: "Couldn't fit something on the sign!"
  125. Negative_price: "Can't make shop with negative buy/sell price!"
  126. Incorrect_item_amount: "The item amount you specified is invalid!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement