Guest User

Untitled

a guest
Feb 9th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. enable-feature:
  2. shops: true
  3. item-displays: true
  4. chest-shops: true
  5. info-signs: true
  6. composite-items: false
  7. player-shops: true
  8. scrolling-transaction-signs: false
  9. price-history-storage: true
  10. transaction-signs: true
  11. automatic-backups: true
  12. per-shop-permissions: false
  13. price-change-notifications: true
  14. treat-damaged-items-as-equals-to-undamaged-ones: true
  15. debug-mode: false
  16. uuid-support: true
  17. economy-plugin:
  18. use-external: true
  19. hook-internal-economy-into-vault: false
  20. starting-player-account-balance: 0.0
  21. sql:
  22. use-mysql: false
  23. log-sql-statements: false
  24. mysql-connection:
  25. username: default_username
  26. port: 3306
  27. password: default_password
  28. host: localhost
  29. database: minecraft
  30. language: english
  31. intervals:
  32. shop-check: 6
  33. save: 24000
  34. tax:
  35. purchase: 3
  36. initial: 100
  37. static: 100
  38. enchant: 100
  39. sales: 0
  40. dynamic:
  41. enable: false
  42. money-floor: 0
  43. money-cap: 1000000
  44. max-tax-percent: 100
  45. shop:
  46. default-server-shop-account: hyperconomy
  47. default-server-shop-account-initial-balance: 20000000
  48. display-shop-exit-message: true
  49. max-stock-per-item-in-playershops: 100000
  50. max-player-shop-volume: 1000
  51. max-player-shops-per-player: 1
  52. sell-remaining-if-less-than-requested-amount: true
  53. server-shops-have-unlimited-money: false
  54. limit-info-commands-to-shops: false
  55. block-selling-in-creative-mode: false
  56. show-currency-symbol-after-price: false
  57. unlimited-stock-for-static-items: false
  58. require-chest-shops-to-be-in-shop: false
  59. require-transaction-signs-to-be-in-shop: false
  60. send-price-change-notifications-for: diamond,diamondblock,
  61. history:
  62. days-to-save: 7
  63. enchantment:
  64. classvalue:
  65. wood: .1
  66. leather: .1
  67. stone: .15
  68. chainmail: .2
  69. iron: .25
  70. gold: .1
  71. diamond: 1
  72. bow: .25
  73. book: 1
  74. bank:
  75. max-ownerships-per-player: 3
  76. multi-server:
  77. enable: false
  78. remote-server-ip-addresses: 192.168.1.1,3313;192.168.1.1,3314;192.168.1.2,3313;
  79. port: 3313
  80. update-interval: 500
  81. connection-timeout-ms: 2000
  82. sync-shops: true
  83. sync-trade-objects: true
  84. sync-accounts: true
  85. updater:
  86. enabled: true
  87. notify-in-game: true
  88. notify-for:
  89. dev-builds: true
  90. beta-builds: true
  91. recommended-builds: true
Add Comment
Please, Sign In to add comment