Advertisement
Guest User

rskelhorn

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