Advertisement
JoneK

chestshop config

Dec 21st, 2011
761
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 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: "OsuusPankki"
  13. #First line of your admin shop should look like this
  14. SHOP_CREATION_PRICE: 1000
  15. #Amount of money player must pay to create a shop
  16. LOG_TO_FILE: true
  17. #If true, plugin will log transactions in its own file
  18. LOG_TO_CONSOLE: false
  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/op/ChestShop/website.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: true
  33. #Do you want to protect shop chests with LWC?
  34. PROTECT_SIGN_WITH_LWC: true
  35. #Do you want to protect shop signs with LWC?
  36. IGNORE_CREATIVE_MODE: true
  37. #Do you want to allow using shops to people in creative mode?
  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. WORLDGUARD_INTEGRATION: true
  47. #Do you want to only let people build inside plots?
  48. TAX_AMOUNT: 2.0
  49. #Percent of the price that should go to the server's account. (100 = 100 percent)
  50. SHOP_REFUND_PRICE: 1000
  51. #How much money do you get back when destroying a sign?
  52. ALLOW_MULTIPLE_SHOPS_AT_ONE_BLOCK: false
  53. #Do you want to allow other players to build a shop on a block where there's one already?
  54. SHOP_INTERACTION_INTERVAL: 100
  55. #(In 1/1000th of a second) How often can a player use a shop sign?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement