Advertisement
Guest User

Untitled

a guest
Aug 21st, 2011
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.59 KB | None | 0 0
  1. economy:
  2.     use-econplugin: 'true'
  3.     use-economy: 'true'
  4. prices:
  5.     blacksmith:
  6.         creation:
  7.             item: 10
  8.             econplugin: 100
  9.             item-currency-id: 37
  10.         toolrepair:
  11.             item:
  12.                 wood: 1
  13.                 diamond: 5
  14.                 stone: 3
  15.                 gold: 2
  16.                 iron: 4
  17.                 misc: 2
  18.             econplugin:
  19.                 wood: 10
  20.                 diamond: 100
  21.                 stone: 20
  22.                 gold: 60
  23.                 iron: 40
  24.                 misc: 10
  25.             item-currency-id: 37
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement