Advertisement
Guest User

Untitled

a guest
Mar 25th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. #GlobalShop 0.8 by Phate
  2. #Configuration File
  3.  
  4. #Use Yeti's Permissions system?
  5. useYetiPerm: false
  6.  
  7.  
  8. #Here the sale ratio is determined
  9. buysell: 0.8
  10.  
  11. #Use XP instead of a currency (doesn't work yet)
  12. buywithxp: false
  13.  
  14. #Here the shops Item- and Pricelist is determined
  15. #This is how the items are defined:
  16. #- ItemID:ItemName:Amount:Price(:Damage/Color)
  17. ShopItems:
  18. - 1:stone:1:2.50
  19. - 278:diamond_pickaxe:1:160.00
  20. - 35:wool:1:2.00:0
  21. - 49:obsidian:16:100.00
  22. - 2:grass:1:2.50
  23. - 3:dirt:64:5.00
  24. - 4:cobblestone:64:10.00
  25. - 5:woodenplanks:4:5.00
  26. - 6:sapling:1:2.00
  27. - 7:bedrock:1:50000
  28. - 12:sand:1:2.50
  29. - 13:gravel:1:2.50
  30. - 17:wood:1:5.00
  31. - 20:glass:1:3.00
  32. - 30:web:1:25.00
  33. - 45:brick:1:4.00
  34. - 46:tnt:1:50.00
  35. - 50:torch:1:2.50
  36. - 54:chest:1:5.00
  37. - 56:diamond:1:70.00
  38. - 58:craftingtable:1:2.50
  39. - 79:ice:1:10.00
  40. - 87:netherrack:1:3.00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement