Advertisement
Guest User

TINKERER.YML

a guest
Aug 11th, 2017
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.27 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.   name: "You                   Tinkerer"
  8.   # Max: 54, min: 9 (9-18-27-36-45-54)
  9.   inv-size: 54
  10.   items:
  11.     agree:
  12.       type: STAINED_GLASS_PANE
  13.       id: 14
  14.       name: "&eClick to ACCEPT trade"
  15.       lore: []
  16.     placeholder-items:
  17.       type: THIN_GLASS
  18.       id: 0
  19.       name: " "
  20.       lore: []
  21.     confirm-agree:
  22.       enable: true
  23.       type: STAINED_GLASS_PANE
  24.       id: 5
  25.       name: "&aClick to confirm the transaction"
  26.       lore: []
  27.     confirm-agree-tinkerer:
  28.       enable: true
  29.       type: STAINED_GLASS_PANE
  30.       id: 5
  31.       name: "&aClick to confirm the transaction"
  32.       lore: []
  33. prices:
  34.  # Exp or money (exp/money)
  35.   type: exp
  36.   # Define how much of currency should be paid for items per enchantment number (3 enchantments = x3 the amount, and so on)
  37.   amount: 10
  38. items:
  39.   money:
  40.     type: PAPER
  41.     id: 0
  42.     name: "&cMoney Voucher &7(%amount%)"
  43.     lore:
  44.      - "&cReceived from &fEnchanter"
  45.       - "&cReceived by &f%name%"
  46.   exp:
  47.     type: EXP_BOTTLE
  48.     id: 0
  49.     name: "&cExperience Bottle &7(%amount%)"
  50.     lore:
  51.      - "&cReceived from &fEnchanter"
  52.       - "&cReceived by &f%name%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement