Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pluginPrefix: "&8&l▎ &bY&6Auctions &8&l▎ &7"
- locales: EN
- auctions:
- # how many percent should tax be
- # tax is cut from sell price that
- # player will get from selling item
- tax: 3
- # how much cost player need to pay to sell item
- sale_cost: 50
- # how many items player can sell
- # at one time
- # you can extend this
- # by giving permission
- # ya.maxsell.<amount>
- default_max_sell: 10
- # max sell price
- max_sale_price: 1000000
- # should damaged item allowed to sell
- allow_damaged: false
- # should creative item allowed to sell
- allow_creative: false
- # minimum sale hour for player
- min_sale_hour: 0.08333
- # time before sale item expired
- sale_hour: 30
- # time before expired item destroyed
- destroy_hour: 168
- # max sale hour player can set
- max_sale_hour: 30
- sellall:
- # should sell all menu enabled
- enabled: true
- # how many percent should tax be
- # tax is cut from sell price that
- # player will get from selling item
- tax: 0
- # should damaged item allowed to sell
- allow_damaged: false
- # should creative item allowed to sell
- allow_creative: false
- timer:
- day: "d"
- hour: "h"
- minute: "m"
- second: "s"
- # if set to true , when player auto collect is on then every transaction will be collected instead of on join
- instant-auto-collect: true
- # if set to true first join player will have auto collect on
- auto-collect: false
- # blacklist item will not allowed to sell
- blacklist:
- - "BARRIER"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement