Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Sell hand command settings
- sellHand:
- # When set to true, players will be able to sell any quantity of the item (the price will be calculated from the base price)
- allowAllQuantities: true
- # When set to true, /sell hand will work same way as /sell handall does
- sellsAllItems: false
- # When set to true, free items (with sell price of $0) will be excluded from being sold using /sell hand and /sell handall
- excludeFreeItems: true
- # Sell all command settings
- sellAll:
- # When set to true, players will get a detailed summary with prices of each item stack sold
- detailedSummary: false
- # Choose if maximal sell price of an item across all shops should be chosen in sell all. Enabling this may affect sell command performance when having lots of shops/items
- findMaxSellPrice: true
- # When set to true, free items (with sell price of $0) will be excluded from being sold using /sell all
- excludeFreeItems: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement