Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.48 KB | None | 0 0
  1. stock:
  2.   '1':
  3.     Type: Item
  4.     Reward: Wood:1
  5.     Displayname: This is a custom Item name.
  6.     lore:
  7.    - 'Look a '
  8.     - fance lore
  9.     - '&ccan &abe &fadded :)'
  10.     Pricetype: Money
  11.     Price: 25.0
  12.     Sell: 5.0
  13.     Amount: 9
  14.   '2':
  15.     Type: Item
  16.     Reward: Stone
  17.     Pricetype: Money
  18.     Price: 40.0
  19.     Sell: 19.5
  20.     Amount: 9
  21.   '3':
  22.     Type: Permission
  23.     Reward: Diamond_Pickaxe
  24.     Permission: essentials.home
  25.     Displayname: Extra Home
  26.     Description: Unlock the home permission
  27.     Pricetype: Money
  28.     Price: 25.0
  29.   '4':
  30.     Type: Item
  31.     Reward: Diamond_sword
  32.     Displayname: Sword of Fire
  33.     Enchantments: FIRE_ASPECT:3;KNOCKBACK:40
  34.     Pricetype: Money
  35.     Price: 25.0
  36.     Sell: -1
  37.     Amount: 1
  38.   '5':
  39.     Type: Item
  40.     Reward: Mob_Spawner
  41.     Pricetype: Money
  42.     Price: 500.125
  43.     Sell: 0.0
  44.     Amount: 1
  45.   '6':
  46.     Type: Item
  47.     Reward: Lever
  48.     Pricetype: EXP
  49.     Price: 5
  50.     Sell: 1
  51.     Amount: 64
  52.   '7':
  53.     Type: Item
  54.     Reward: Apple
  55.     Pricetype: Money
  56.     Price: 0
  57.     Sell: 0.0
  58.     Amount: 20
  59.   '8':
  60.     Type: Item
  61.     Reward: MONSTER_EGG:90
  62.     Pricetype: EXP
  63.     Price: 15
  64.     Sell: 10
  65.     Amount: 5
  66.   '9':
  67.     Type: Command
  68.     Reward: Wood:4
  69.     Pricetype: Money
  70.     Displayname: Free Wood
  71.     Command: give %player% wood
  72.     Price: 15
  73.   '10':
  74.     Type: PlayerCommand
  75.     Reward: Diamond
  76.     Pricetype: Money
  77.     Displayname: Show your money balance
  78.     Command: money
  79.     Price: 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement