Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. updater:
  2. notify-in-game: true
  3. enabled: true
  4. notify-for:
  5. beta-builds: true
  6. recommended-builds: true
  7. dev-builds: true
  8. shop:
  9. require-chest-shops-to-be-in-shop: false
  10. max-player-shops-per-player: 1
  11. require-transaction-signs-to-be-in-shop: false
  12. limit-info-commands-to-shops: false
  13. max-stock-per-item-in-playershops: 100000
  14. max-player-shop-volume: 1000
  15. default-server-shop-account: hyperconomy
  16. default-server-shop-account-initial-balance: 20000000
  17. block-selling-in-creative-mode: false
  18. display-shop-exit-message: true
  19. send-price-change-notifications-for: diamond,diamondblock,
  20. show-currency-symbol-after-price: false
  21. unlimited-stock-for-static-items: true
  22. sell-remaining-if-less-than-requested-amount: true
  23. server-shops-have-unlimited-money: true
  24. remote-gui:
  25. connection-timeout-ms: 10000
  26. remote-server-ip: 192.168.1.1
  27. remote-server-port: 3313
  28. enable: false
  29. server: false
  30. auth-key: 54vkuo2arieefj4ptjpdlncpok
  31. refresh-rate-ms: 20000
  32. listen-port: 3313
  33. multi-server:
  34. connection-timeout-ms: 2000
  35. port: 3313
  36. update-interval: 500
  37. sync-shops: true
  38. enable: false
  39. sync-accounts: true
  40. remote-server-ip-addresses: 192.168.1.1,3313;192.168.1.1,3314;192.168.1.2,3313;
  41. sync-trade-objects: true
  42. economy-plugin:
  43. starting-player-account-balance: 10000
  44. hook-internal-economy-into-vault: true
  45. use-external: false
  46. web-page:
  47. port: 7777
  48. header-color: '091926'
  49. enable-web-api: false
  50. highlight-row-color: 8FA685
  51. font: verdana
  52. font-size: 12
  53. background-color: 8FA685
  54. enable: false
  55. table-data-color: 314A59
  56. decrease-value-color: F2B2A8
  57. border-color: '091926'
  58. increase-value-color: C8D9B0
  59. font-color: F2F2F2
  60. web-api-path: API
  61. intervals:
  62. save: 24000
  63. shop-check: 6
  64. history:
  65. days-to-save: 7
  66. sql:
  67. log-sql-statements: false
  68. use-mysql: false
  69. mysql-connection:
  70. port: 3306
  71. username: default_username
  72. host: localhost
  73. password: default_password
  74. database: minecraft
  75. enable-feature:
  76. treat-damaged-items-as-equals-to-undamaged-ones: true
  77. scrolling-transaction-signs: false
  78. debug-mode: false
  79. time-effects: false
  80. chest-shops: true
  81. automatic-backups: true
  82. price-change-notifications: true
  83. uuid-support: true
  84. composite-items: true
  85. shops: true
  86. transaction-signs: true
  87. item-displays: true
  88. price-history-storage: true
  89. info-signs: true
  90. per-shop-permissions: false
  91. player-shops: true
  92. tax:
  93. dynamic:
  94. money-cap: 1000000
  95. money-floor: 0
  96. enable: false
  97. max-tax-percent: 100
  98. static: 100
  99. sales: 0
  100. initial: 100
  101. account: hyperconomy
  102. purchase: 3
  103. enchant: 100
  104. enchantment:
  105. classvalue:
  106. wood: 0.1
  107. diamond: 1
  108. book: 1
  109. stone: 0.15
  110. bow: 0.25
  111. gold: 0.1
  112. leather: 0.1
  113. iron: 0.25
  114. chainmail: 0.2
  115. bank:
  116. max-ownerships-per-player: 3
  117. language: english
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement