Advertisement
ThorinEk

Quickshop Configv2

Dec 3rd, 2019
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.67 KB | None | 0 0
  1. #
  2. # ==================
  3. config-version: 70
  4. language: en
  5. langutils-language: en_us
  6. dev-mode: false
  7. tax: 0.05
  8. tax-account: tax
  9. show-tax: false
  10. log-actions: true
  11. whole-number-prices-only: false
  12. force-bukkit-chat-handler: false
  13. disabled-metrics: false
  14. anonymous-metrics: false
  15. updater: true
  16. auto-report-errors: true
  17. include-offlineplayer-list: false
  18. economy-type: 0
  19. send-display-item-protection-alert: true
  20. database:
  21.   mysql: false
  22.   host: localhost
  23.   port: 3306
  24.   database: quickshop
  25.   user: root
  26.   password: passwd
  27.   prefix: none
  28.   usessl: false
  29.   queue: true
  30. limits:
  31.   use: true
  32.   default: 50
  33.   old-algorithm: false
  34.   ranks:
  35.     quickshop:
  36.       vip: 100
  37.       mvp: 150
  38.       polisupaspirant: 100
  39.       polisassistent: 150
  40.       rikspolischef: 200
  41. shop-blocks:
  42. - CHEST
  43. - TRAPPED_CHEST
  44. - ENDER_CHEST
  45. blacklist:
  46. - Bedrock
  47. lockette:
  48.   enable: true
  49.   private: '[Private]'
  50.   more_users: '[More Users]'
  51. plugin:
  52.   Multiverse-Core: true
  53.   OpenInv: true
  54.   PlaceHolderAPI: true
  55. effect:
  56.   sound:
  57.     ontabcomplete: true
  58.     oncommand: true
  59.     onclick: true
  60. matcher:
  61.   work-type: 0
  62.   item:
  63.     damage: true
  64.     repaircost: false
  65.     displayname: true
  66.     lores: true
  67.     enchs: true
  68.     potions: true
  69.     attributes: true
  70.     itemflags: true
  71.     custommodeldata: true
  72. shop:
  73.   cost: 10
  74.   refund: false
  75.   price-change-requires-fee: true
  76.   fee-for-price-change: 50
  77.   lock: true
  78.   sneak-to-create: false
  79.   sneak-to-trade: false
  80.   sneak-to-control: false
  81.   auto-sign: true
  82.   pay-unlimited-shop-owners: false
  83.   display-items: true
  84.   display-items-check-ticks: 6000
  85.   display-type: 0
  86.   display-auto-despawn: false
  87.   display-despawn-range: 10
  88.   display-check-time: 10
  89.   enchance-display-protect: false
  90.   enchance-shop-protect: false
  91.   find-distance: 10
  92.   alternate-currency-symbol: $
  93.   disable-vault-format: false
  94.   ignore-unlimited-shop-messages: false
  95.   special-region-only: false
  96.   auto-fetch-shop-messages: true
  97.   ignore-cancel-chat-event: false
  98.   allow-shop-without-space-for-sign: false
  99.   maximum-price: -1
  100.   sign-material: OAK_WALL_SIGN
  101.   blacklist-world:
  102.  - disabled_world_name
  103.   protection-checking: true
  104.   max-shops-checks-in-once: 100
  105.   display-item-use-name: false
  106.   update-sign-when-inventory-moving: true
  107.   allow-economy-loan: false
  108.   word-for-trade-all-items: all
  109.   allow-free-shop: false
  110.   ongoing-fee:
  111.     enable: false
  112.     ticks: 42000
  113.     cost-per-shop: 2
  114.     ignore-unlimited: true
  115.   minimum-price: 0.01
  116.   show-owner-uuid-in-controlpanel-if-op: false
  117.   blacklist-lores:
  118.  - SoulBound
  119. server-uuid: eea7bde3-7cee-4f6c-8c16-6847209a6c2e
  120. use-deciaml-format: false
  121. decimal-format: '#,###.##'
  122. disable-debuglogger: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement