Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Reagent Configuration
- # Spells: fire, bolt, storm, timebomb, teleport, teleportspawn, heal,
- # arrowstorm, stonewall, firewall, skeleton, zombie, timetravel,
- # megabolt, scan, tree
- #
- # Info: https://github.com/pr0f1x/reagent
- # Broadcast to all players when someone casts a spell.
- broadcast: true
- # Give players hints on what materials they are missing.
- hint: true
- # Allow players to cast spells with the command line.
- command: false
- # Allow players to cast spells with an item.
- item: stick
- # List of spells. Configure each spells cost.
- spells:
- tree:
- cooldown: 5
- materials:
- sapling: 1
- redstone: 4
- scan:
- cooldown: 10
- materials:
- redstone: 4
- torch: 1
- megabolt:
- cooldown: 600
- materials:
- redstone: 64
- glowstone_dust: 4
- fire:
- cooldown: 60
- materials:
- redstone: 32
- flint: 2
- bolt:
- cooldown: 60
- materials:
- redstone: 32
- glowstone_dust: 1
- storm:
- cooldown: 5
- materials:
- diamond: 1
- water_bucket: 1
- redstone: 5
- timebomb:
- cooldown: 30
- materials:
- redstone: 5
- sulphur: 5
- teleport:
- cooldown: 5
- materials:
- redstone: 10
- teleportspawn:
- cooldown: 30
- materials:
- compass: 1
- redstone: 5
- heal:
- cooldown: 30
- materials:
- redstone: 16
- wheat: 3
- arrowstorm:
- cooldown: 4
- materials:
- redstone: 5
- arrow: 5
- stonewall:
- cooldown: 30
- materials:
- stone: 20
- redstone: 5
- skeleton:
- cooldown: 60
- materials:
- bone: 1
- redstone: 10
- zombie:
- cooldown: 60
- materials:
- feather: 1
- redstone: 10
- firewall:
- cooldown: 30
- materials:
- redstone: 16
- flint: 1
- timetravel:
- cooldown: 60
- materials:
- watch: 1
- diamond: 5
- redstone: 5
Advertisement
RAW Paste Data
Copied
Advertisement