Advertisement
Guest User

Untitled

a guest
Jan 26th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 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. multi-server:
  25. connection-timeout-ms: 2000
  26. port: 3313
  27. update-interval: 500
  28. sync-shops: true
  29. enable: false
  30. sync-accounts: true
  31. remote-server-ip-addresses: 192.168.1.1,3313;192.168.1.1,3314;192.168.1.2,3313;
  32. sync-trade-objects: true
  33. economy-plugin:
  34. starting-player-account-balance: 0
  35. hook-internal-economy-into-vault: false
  36. use-external: true
  37. web-page:
  38. port: 7777
  39. header-color: '091926'
  40. enable-web-api: false
  41. highlight-row-color: 8FA685
  42. font: verdana
  43. font-size: 12
  44. background-color: 8FA685
  45. enable: false
  46. table-data-color: 314A59
  47. decrease-value-color: F2B2A8
  48. border-color: '091926'
  49. increase-value-color: C8D9B0
  50. font-color: F2F2F2
  51. web-api-path: API
  52. intervals:
  53. save: 24000
  54. shop-check: 6
  55. history:
  56. days-to-save: 7
  57. sql:
  58. log-sql-statements: false
  59. use-mysql: false
  60. mysql-connection:
  61. port: 3306
  62. username: default_username
  63. host: localhost
  64. password: default_password
  65. database: minecraft
  66. enable-feature:
  67. treat-damaged-items-as-equals-to-undamaged-ones: true
  68. scrolling-transaction-signs: false
  69. debug-mode: false
  70. chest-shops: true
  71. automatic-backups: true
  72. price-change-notifications: true
  73. uuid-support: true
  74. composite-items: true
  75. shops: false
  76. transaction-signs: true
  77. item-displays: true
  78. price-history-storage: true
  79. info-signs: true
  80. per-shop-permissions: false
  81. player-shops: true
  82. tax:
  83. dynamic:
  84. money-cap: 10000000
  85. money-floor: 0
  86. enable: true
  87. max-tax-percent: 95
  88. static: 100
  89. sales: 10
  90. initial: 100
  91. account: hyperconomy
  92. purchase: 3
  93. enchant: 100
  94. enchantment:
  95. classvalue:
  96. wood: 0.1
  97. diamond: 1
  98. book: 1
  99. stone: 0.15
  100. bow: 0.25
  101. gold: 0.1
  102. leather: 0.1
  103. iron: 0.25
  104. chainmail: 0.2
  105. bank:
  106. max-ownerships-per-player: 3
  107. language: english
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement