Advertisement
Onenrico

ya config.yml

Sep 14th, 2018
834
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.46 KB | None | 0 0
  1. pluginPrefix: "&8&l▎ &bY&6Auctions &8&l▎ &7"
  2. locales: EN
  3.  
  4. auctions:
  5.  # how many percent should tax be
  6.   # tax is cut from sell price that
  7.   # player will get from selling item
  8.   tax: 3
  9.   # how much cost player need to pay to sell item
  10.   sale_cost: 50
  11.   # how many items player can sell
  12.   # at one time
  13.   # you can extend this
  14.   # by giving permission
  15.   # ya.maxsell.<amount>
  16.   default_max_sell: 10
  17.   # max sell price
  18.   max_sale_price: 1000000
  19.   # should damaged item allowed to sell
  20.   allow_damaged: false
  21.   # should creative item allowed to sell
  22.   allow_creative: false
  23.   # minimum sale hour for player
  24.   min_sale_hour: 0.08333
  25.   # time before sale item expired
  26.   sale_hour: 30
  27.   # time before expired item destroyed
  28.   destroy_hour: 168
  29.   # max sale hour player can set
  30.   max_sale_hour: 30
  31. sellall:
  32.  # should sell all menu enabled
  33.   enabled: true
  34.   # how many percent should tax be
  35.   # tax is cut from sell price that
  36.   # player will get from selling item
  37.   tax: 0
  38.   # should damaged item allowed to sell
  39.   allow_damaged: false
  40.   # should creative item allowed to sell
  41.   allow_creative: false
  42.  
  43. timer:
  44.   day: "d"
  45.   hour: "h"
  46.   minute: "m"
  47.   second: "s"
  48.  
  49. # if set to true , when player auto collect is on then every transaction will be collected instead of on join
  50. instant-auto-collect: true
  51.  
  52. # if set to true first join player will have auto collect on
  53. auto-collect: false
  54.  
  55. # blacklist item will not allowed to sell
  56. blacklist:
  57. - "BARRIER"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement