Advertisement
Guest User

Untitled

a guest
Oct 12th, 2011
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. PREFERRED_ECONOMY_PLUGIN: "iConomy"
  2. #Preferred economy plugin (iConomy, BOSEconomy, Essentials). If you do not want to specify this, leave it blank.
  3. REVERSE_BUTTONS: false
  4. #If true, people will buy with left-click and sell with right-click.
  5. ALLOW_LEFT_CLICK_DESTROYING: true
  6. #If true, if you left-click your own shop sign you won't open chest's inventory, but instead you will start destroying the sign.
  7. STACK_UNSTACKABLES: false
  8. #If true, ALL things (including food, etc.) will stack up to 64
  9. SERVER_ECONOMY_ACCOUNT: ""
  10. #Economy account's name you want Admin Shops to be assigned to
  11. ADMIN_SHOP_NAME: "Admin Shop"
  12. #First line of your admin shop should look like this
  13. SHOP_CREATION_PRICE: 0
  14. #Amount of money player must pay to create a shop
  15. LOG_TO_FILE: true
  16. #If true, plugin will log transactions in its own file
  17. LOG_TO_CONSOLE: true
  18. #Do you want ChestShop's messages to show up in console?
  19. LOG_TO_DATABASE: false
  20. #If true, plugin will log transactions in EBean database
  21. GENERATE_STATISTICS_PAGE: false
  22. #If true, plugin will generate shop statistics webpage.
  23. STATISTICS_PAGE_PATH: "plugins/ChestShop/website.html"
  24. #Where should your generated website be saved?
  25. RECORD_TIME_TO_LIVE: 600
  26. #How long should transaction information be stored?
  27. STATISTICS_PAGE_GENERATION_INTERVAL: 60
  28. #How often should the website be generated?
  29. USE_BUILT_IN_PROTECTION: true
  30. #Do you want to use built-in protection against chest destruction?
  31. PROTECT_CHEST_WITH_LWC: false
  32. #Do you want to protect shop chests with LWC?
  33. PROTECT_SIGN_WITH_LWC: false
  34. #Do you want to protect shop signs with LWC?
  35. MASK_CHESTS_AS_OTHER_BLOCKS: false
  36. #Do you want to mask shop chests as other blocks? HIGHLY EXPERIMENTAL, CAN LAG!
  37. SHOW_MESSAGE_OUT_OF_STOCK: true
  38. #Do you want to show "Out of stock" messages?
  39. SHOW_TRANSACTION_INFORMATION_CLIENT: true
  40. #Do you want to show "You bought/sold... " messages?
  41. SHOW_TRANSACTION_INFORMATION_OWNER: true
  42. #Do you want to show "Somebody bought/sold... " messages?
  43. TOWNY_INTEGRATION: false
  44. #Do you want to only let people build inside shop plots?
  45. WORLDGUARD_INTEGRATION: false
  46. #Do you want to only let people build inside plots?
  47. TAX_AMOUNT: 0
  48. #Percent of the price that should go to the server's account. (100 = 100 percent)
  49. SHOP_REFUND_PRICE: 0
  50. #How much money do you get back when destroying a sign?
  51.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement