Advertisement
Guest User

TINKERER.yml

a guest
Jan 2nd, 2018
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.36 KB | None | 0 0
  1. messages:
  2.   non-tradeable-item:
  3.    - '&cThe Enchanter doesn''t want that item'
  4.   trade-accepted:
  5.    - '&eTrade accepted.'
  6. inventory:
  7.  # set to 'none' to disable
  8.   open-sound: 'BLOCK_CHEST_OPEN'
  9.   name: "You                   Tinkerer"
  10.   # Max: 54, min: 9 (9-18-27-36-45-54)
  11.   inv-size: 54
  12.   items:
  13.     agree:
  14.       type: STAINED_GLASS_PANE
  15.       id: 14
  16.       name: "&eClick to ACCEPT trade"
  17.       lore: []
  18.     placeholder-items:
  19.       type: THIN_GLASS
  20.       id: 0
  21.       name: " "
  22.       lore: []
  23.     confirm-agree:
  24.       enable: true
  25.       type: STAINED_GLASS_PANE
  26.       id: 5
  27.       name: "&aClick to confirm the transaction"
  28.       lore: []
  29.       sound: 'BLOCK_LEVER_CLICK'
  30.     confirm-agree-tinkerer:
  31.       enable: true
  32.       type: STAINED_GLASS_PANE
  33.       id: 5
  34.       name: "&aClick to confirm the transaction"
  35.       lore: []
  36. prices:
  37.  # Exp or money (exp/money)
  38.   type: exp
  39.   # Define how much of currency should be paid for items per enchantment number (3 enchantments = x3 the amount, and so on)
  40.   amount: 10
  41. items:
  42.   money:
  43.     type: PAPER
  44.     id: 0
  45.     name: "&cMoney Voucher &7(%amount%)"
  46.     lore:
  47.      - "&cReceived from &fEnchanter"
  48.       - "&cReceived by &f%name%"
  49.   exp:
  50.     type: EXP_BOTTLE
  51.     id: 0
  52.     name: "&cExperience Bottle &7(%amount%)"
  53.     lore:
  54.      - "&cReceived from &fEnchanter"
  55.       - "&cReceived by &f%name%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement