Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. #
  2. # ==================
  3. config-version: 45
  4. language: en
  5. dev-mode: false
  6. tax: 0.05
  7. tax-account: tax
  8. show-tax: false
  9. log-actions: true
  10. whole-number-prices-only: false
  11. force-bukkit-chat-handler: false
  12. disabled-metrics: false
  13. anonymous-metrics: false
  14. updater: true
  15. auto-report-errors: true
  16. include-offlineplayer-list: false
  17. economy-type: 0
  18. send-display-item-protection-alert: true
  19. database:
  20. mysql: false
  21. host: localhost
  22. port: 3306
  23. database: quickshop
  24. user: root
  25. password: passwd
  26. prefix: none
  27. usessl: false
  28. queue: true
  29. limits:
  30. use: false
  31. default: 10
  32. old-algorithm: false
  33. ranks:
  34. quickshop:
  35. vip: 20
  36. shop-blocks:
  37. - CHEST
  38. - TRAPPED_CHEST
  39. - ENDER_CHEST
  40. shop:
  41. cost: 10
  42. refund: false
  43. price-change-requires-fee: true
  44. fee-for-price-change: 50
  45. lock: true
  46. sneak-to-create: false
  47. sneak-to-trade: false
  48. sneak-to-control: false
  49. auto-sign: true
  50. pay-unlimited-shop-owners: false
  51. display-items: true
  52. display-items-check-ticks: 6000
  53. display-type: 0
  54. find-distance: 45
  55. alternate-currency-symbol: $
  56. disable-vault-format: false
  57. ignore-unlimited-shop-messages: false
  58. special-region-only: false
  59. auto-fetch-shop-messages: true
  60. ignore-cancel-chat-event: false
  61. allow-shop-without-space-for-sign: false
  62. maximum-price: -1
  63. sign-material: OAK_WALL_SIGN
  64. blacklist-world:
  65. - disabled_world_name
  66. strict-matches-check: false
  67. protection-checking: true
  68. update-sign-when-inventory-moving: true
  69. allow-economy-loan: false
  70. blacklist:
  71. - Bedrock
  72. protect:
  73. inventorymove: true
  74. spread: true
  75. fromto: true
  76. entity: true
  77. redstone: true
  78. structuregrow: true
  79. explode: true
  80. lockette:
  81. enable: true
  82. private: '[Private]'
  83. more_users: '[More Users]'
  84. plugin:
  85. Multiverse-Core: true
  86. OpenInv: true
  87. effect:
  88. sound:
  89. ontabcomplete: true
  90. oncommand: true
  91. onclick: true
  92. matcher:
  93. item:
  94. damage: true
  95. displayname: true
  96. lores: true
  97. enchs: true
  98. potions: true
  99. attributes: true
  100. itemflags: true
  101. custommodeldata: true
  102. repaircost: false
  103. server-uuid: 05d6674b-5fb7-450c-ac0b-586601200dc7
  104. langutils-language: en_us
  105. permission-type: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement