Advertisement
Guest User

Untitled

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