Advertisement
Guest User

Untitled

a guest
Jan 13th, 2020
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.92 KB | None | 0 0
  1. # Sell hand command settings
  2. sellHand:
  3.  # When set to true, players will be able to sell any quantity of the item (the price will be calculated from the base price)
  4.   allowAllQuantities: true
  5.   # When set to true, /sell hand will work same way as /sell handall does
  6.   sellsAllItems: false
  7.   # When set to true, free items (with sell price of $0) will be excluded from being sold using /sell hand and /sell handall
  8.   excludeFreeItems: true
  9.  
  10. # Sell all command settings
  11. sellAll:
  12.  # When set to true, players will get a detailed summary with prices of each item stack sold
  13.   detailedSummary: false
  14.   # 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
  15.   findMaxSellPrice: true
  16.   # When set to true, free items (with sell price of $0) will be excluded from being sold using /sell all
  17.   excludeFreeItems: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement