Advertisement
Guest User

Untitled

a guest
Apr 16th, 2016
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.41 KB | None | 0 0
  1. #List of items players won't be to put up for auction. Explained in FAQ #1 here: https://www.spigotmc.org/resources/auctiongui-1-9-support.19015/
  2. bannedItems:
  3.   1: #This ID has to be unique, value doesn't matter
  4.     material: BEACON
  5.     compareQuantity: false
  6.     compareItemMeta: false
  7.   2:
  8.     material: NETHER_STAR
  9.     quantity: 5
  10.     name: "Example"
  11.     compareQuantity: true
  12.     compareItemMeta: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement