Advertisement
Guest User

Untitled

a guest
Sep 10th, 2021
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.71 KB | None | 0 0
  1. # Choose predefined settings for all items (will be overriden when set explicitly for an item in shops yaml)
  2. defaultItemSettings:
  3.  # Choose whether item meta (name, lore etc.) should be compared when players attempt to sell an item
  4.   compareMeta: false
  5.   # Choose whether item meta should be removed from an item when it's purchased by a player from the shop
  6.   stripItemMeta: false
  7.   # Choose whether item model should be compared when players attempt to sell an item
  8.   compareModel: true
  9.   # Choose whether item damage/durability should be compared when players attempt to sell an item
  10.   compareDamage: false
  11.   # Choose whether item NBT data should be compared when players attempt to sell an item
  12.   compareNbt: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement