Advertisement
Guest User

Untitled

a guest
Feb 28th, 2021
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.48 KB | None | 0 0
  1. # Define whether lines containing the %buy% placeholder should be hidden for unbuyable items
  2. hideBuyPriceForUnbuyable: true
  3. # Choose placeholder for the price when hideBuyPriceForUnbuyable is disabled
  4. buyPriceForUnsellablePlaceholder: "-"
  5. # Define whether lines containing the %sell% placeholder should be hidden for unsellable items
  6. hideSellPriceForUnsellable: true
  7. # Choose placeholder for the price when hideSellPriceForUnsellable is disabled
  8. sellPriceForUnsellablePlaceholder: "-"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement