Advertisement
aubernet

Citizens economy.yml config

Jun 9th, 2011
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.79 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: '10'
  12.             econplugin: '100'
  13.             item-currency-id: '37'
  14.         armorrepair:
  15.             item: '10'
  16.             econplugin: '100'
  17.             item-currency-id: '37'
  18.     basic:
  19.         creation:
  20.             item: '10'
  21.             econplugin: '100'
  22.             item-currency-id: '37'
  23.     guard:
  24.         creation:
  25.             item: '10'
  26.             econplugin: '100'
  27.             item-currency-id: '37'
  28.     wizard:
  29.         creation:
  30.             item: '20'
  31.             econplugin: '150'
  32.             item-currency-id: '37'
  33.         teleport:
  34.             item: '20'
  35.             econplugin: '150'
  36.             item-currency-id: '37'
  37.         spawnmob:
  38.             item: '20'
  39.             econplugin: '150'
  40.             item-currency-id: '37'
  41.         changetime:
  42.             item: '20'
  43.             econplugin: '150'
  44.             item-currency-id: '37'
  45.         togglestorm:
  46.             item: '20'
  47.             econplugin: '150'
  48.             item-currency-id: '37'
  49.     trader:
  50.         creation:
  51.             item: '20'
  52.             econplugin: '250'
  53.             item-currency-id: '37'
  54.     bandit:
  55.         creation:
  56.             item: '10'
  57.             econplugin: '100'
  58.             item-currency-id: '37'
  59.     healer:
  60.         creation:
  61.             item: '10'
  62.             econplugin: '100'
  63.             item-currency-id: '37'
  64.         levelup:
  65.             item: '10'
  66.             econplugin: '100'
  67.             item-currency-id: '37'
  68.     quester:
  69.         creation:
  70.             item: '10'
  71.             econplugin: '100'
  72.             item-currency-id: '37'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement