Advertisement
Multitallented

Untitled

Jul 16th, 2011
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. # Reagent Configuration
  2. # Spells: fire, bolt, storm, timebomb, teleport, teleportspawn, heal,
  3. # arrowstorm, stonewall, firewall, skeleton, zombie, timetravel,
  4. # megabolt, scan, tree
  5. #
  6. # Info: https://github.com/pr0f1x/reagent
  7.  
  8. # Broadcast to all players when someone casts a spell.
  9. broadcast: true
  10.  
  11. # Give players hints on what materials they are missing.
  12. hint: true
  13.  
  14. # Allow players to cast spells with the command line.
  15. command: false
  16.  
  17. # Allow players to cast spells with an item.
  18. item: stick
  19.  
  20. # List of spells. Configure each spells cost.
  21. spells:
  22. tree:
  23. cooldown: 5
  24. materials:
  25. sapling: 1
  26. redstone: 4
  27. scan:
  28. cooldown: 10
  29. materials:
  30. redstone: 4
  31. torch: 1
  32. megabolt:
  33. cooldown: 600
  34. materials:
  35. redstone: 64
  36. glowstone_dust: 4
  37. fire:
  38. cooldown: 60
  39. materials:
  40. redstone: 32
  41. flint: 2
  42. bolt:
  43. cooldown: 60
  44. materials:
  45. redstone: 32
  46. glowstone_dust: 1
  47. storm:
  48. cooldown: 5
  49. materials:
  50. diamond: 1
  51. water_bucket: 1
  52. redstone: 5
  53. timebomb:
  54. cooldown: 30
  55. materials:
  56. redstone: 5
  57. sulphur: 5
  58. teleport:
  59. cooldown: 5
  60. materials:
  61. redstone: 10
  62. teleportspawn:
  63. cooldown: 30
  64. materials:
  65. compass: 1
  66. redstone: 5
  67. heal:
  68. cooldown: 30
  69. materials:
  70. redstone: 16
  71. wheat: 3
  72. arrowstorm:
  73. cooldown: 4
  74. materials:
  75. redstone: 5
  76. arrow: 5
  77. stonewall:
  78. cooldown: 30
  79. materials:
  80. stone: 20
  81. redstone: 5
  82. skeleton:
  83. cooldown: 60
  84. materials:
  85. bone: 1
  86. redstone: 10
  87. zombie:
  88. cooldown: 60
  89. materials:
  90. feather: 1
  91. redstone: 10
  92. firewall:
  93. cooldown: 30
  94. materials:
  95. redstone: 16
  96. flint: 1
  97. timetravel:
  98. cooldown: 60
  99. materials:
  100. watch: 1
  101. diamond: 5
  102. redstone: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement