Advertisement
Krustymk

Untitled

Apr 28th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. #
  2. # Enable or disable plugin support.
  3. config-version: 22
  4. language: default
  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. database:
  16. mysql: false
  17. host: localhost
  18. port: 3306
  19. database: quickshop
  20. user: root
  21. password: passwd
  22. prefix: none
  23. limits:
  24. use: true
  25. default: 10
  26. old-algorithm: false
  27. ranks:
  28. quickshop:
  29. vip: 20
  30. shop-blocks:
  31. - CHEST
  32. - TRAPPED_CHEST
  33. - ENDER_CHEST
  34. shop:
  35. sign-material: OAK_WALL_SIGN
  36. cost: 10
  37. refund: false
  38. price-change-requires-fee: true
  39. fee-for-price-change: 50
  40. lock: true
  41. sneak-to-create: false
  42. sneak-to-trade: false
  43. sneak-to-control: false
  44. auto-sign: true
  45. pay-unlimited-shop-owners: false
  46. display-items: true
  47. display-items-check-ticks: 1200
  48. find-distance: 45
  49. alternate-currency-symbol: $
  50. disable-vault-format: false
  51. ignore-unlimited-shop-messages: false
  52. special-region-only: false
  53. auto-fetch-shop-messages: true
  54. ignore-cancel-chat-event: false
  55. allow-shop-without-space-for-sign: false
  56. maximum-price: -1
  57. blacklist:
  58. - Bedrock
  59. protect:
  60. minecart: true
  61. entity: true
  62. redstone: true
  63. structuregrow: true
  64. explode: true
  65. hopper: true
  66. lockette:
  67. private: '[Private]'
  68. more_users: '[More Users]'
  69. enable: false
  70. item:
  71. enable: false
  72. blacklist: true
  73. list:
  74. - STONE
  75. - GRASS_BLOCK
  76. lore:
  77. enable: false
  78. blacklist: true
  79. list:
  80. - NOT FLOAT LORE
  81. displayname:
  82. enable: false
  83. blacklist: true
  84. list:
  85. - Super Sword(Can't float)
  86. plugin:
  87. Multiverse-Core: true
  88. OpenInv: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement