Advertisement
Guest User

Untitled

a guest
Sep 1st, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1.  
  2. PREFERRED_ECONOMY_PLUGIN: ""
  3. #WHEN NOT USING VAULT. Preferred (if not found, uses any other) economy plugin (iConomy, BOSEconomy, Essentials).
  4.  
  5. SHOP_INTERACTION_INTERVAL: 100
  6. #(In 1/1000th of a second) How often can a player use the shop sign?
  7. IGNORE_CREATIVE_MODE: true
  8. #Do you want to allow using shops to people in creative mode?
  9. REVERSE_BUTTONS: false
  10. #If true, people will buy with left-click and sell with right-click.
  11. ALLOW_SIGN_CHEST_OPEN: true
  12. #Can shop's chest be opened by owner with right-clicking a shop's sign?
  13. ALLOW_LEFT_CLICK_DESTROYING: true
  14. #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.
  15.  
  16. REMOVE_EMPTY_SHOPS: false
  17. #If true, if the shop is empty, the sign is destroyed and put into the chest, so the shop isn't usable anymore.
  18.  
  19. ADMIN_SHOP_NAME: "Admin Shop"
  20. #First line of your Admin Shop's sign should look like this
  21. SERVER_ECONOMY_ACCOUNT: ""
  22. #The economy account which Admin Shops should use and to which all taxes will go
  23. TAX_AMOUNT: 0
  24. #Percent of the price that should go to the server's account. (100 = 100 percent)
  25. SERVER_TAX_AMOUNT: 0
  26. #Percent of the price that should go to the server's account when buying from an Admin Shop
  27.  
  28. SHOP_CREATION_PRICE: 0
  29. #Amount of money player must pay to create a shop
  30. SHOP_REFUND_PRICE: 0
  31. #How much money do you get back when destroying a sign?
  32.  
  33. BLOCK_SHOPS_WITH_SELL_PRICE_HIGHER_THAN_BUY_PRICE: false
  34. #Should we block shops that sell things for more than they buy? (This prevents newbies from creating shops that would be exploited)
  35.  
  36. ALLOW_MULTIPLE_SHOPS_AT_ONE_BLOCK: false
  37. #Do you want to allow other players to build a shop on a block where there's one already?
  38. ALLOW_PARTIAL_TRANSACTIONS: true
  39. #Can shops be used even when the seller doesn't have enough items? (The price will be scaled adequatly to the item amount)
  40.  
  41. SHOW_MESSAGE_OUT_OF_STOCK: true
  42. #Do you want to show "Out of stock" messages?
  43. SHOW_TRANSACTION_INFORMATION_CLIENT: true
  44. #Do you want to show "You bought/sold... " messages?
  45. SHOW_TRANSACTION_INFORMATION_OWNER: true
  46. #Do you want to show "Somebody bought/sold... " messages?
  47.  
  48. LOG_TO_FILE: true
  49. #If true, plugin will log transactions in its own file
  50. LOG_TO_CONSOLE: true
  51. #Do you want ChestShop's messages to show up in console?
  52. LOG_TO_DATABASE: false
  53. #If true, plugin will log transactions in EBean database
  54. RECORD_TIME_TO_LIVE: 600
  55. #How long should transaction information be stored in the database (in seconds, -1 means forever)?
  56.  
  57. USE_BUILT_IN_PROTECTION: true
  58. #Do you want to use built-in protection against chest destruction?
  59. PROTECT_CHEST_WITH_LWC: true
  60. #Do you want to protect shop chests with LWC?
  61. PROTECT_SIGN_WITH_LWC: true
  62. #Do you want to protect shop signs with LWC?
  63.  
  64. GENERATE_STATISTICS_PAGE: false
  65. #If true, plugin will generate shop statistics webpage.
  66. STATISTICS_PAGE_PATH: "plugins/ChestShop/website.html"
  67. #Where should your generated website be saved?
  68. STATISTICS_PAGE_GENERATION_INTERVAL: 60
  69. #How often should the website be generated?
  70.  
  71. TOWNY_INTEGRATION: false
  72. #Do you want to only let people build inside shop plots?
  73. TOWNY_SHOPS_FOR_OWNERS_ONLY: false
  74. #If true, only plot owners are able to build inside a shop plot. If false, every town's resident is able to build there.
  75.  
  76. WORLDGUARD_INTEGRATION: false
  77. #Do you want to only let people build inside regions?
  78. WORLDGUARD_USE_FLAG: false
  79. #Do you want to only let poeple build inside region flagged by doing /region regionName flag chestshop allow?
  80. WORLDGUARD_USE_PROTECTION: false
  81. #Do you want ChestShop to respect WorldGuard's chest protection?
  82.  
  83. HEROES_EXP: 100
  84. #How much Heroes exp should people get for creating a ChestShop?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement