Advertisement
Guest User

Untitled

a guest
Jul 8th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.48 KB | None | 0 0
  1. general:
  2.  
  3. debug: false
  4.  
  5. enable-volatile-features: true
  6.  
  7. alt-config: altConfig.yml
  8.  
  9. str-cast-usage: |
  10.  
  11. Usage: /cast <spell>.
  12.  
  13. Use /cast list to see a list of spells.
  14.  
  15. str-unknown-spell: You do not know a spell with that name.
  16.  
  17. str-spell-change: You are now using the %s spell.
  18.  
  19. str-spell-change-empty: You are no longer using a spell.
  20.  
  21. str-on-cooldown: That spell is on cooldown (%c seconds remaining).
  22.  
  23. str-missing-reagents: You do not have the required reagents for that spell.
  24.  
  25. str-cant-cast: You can't cast that spell right now.
  26.  
  27. str-wrong-world: You cannot cast that spell here.
  28.  
  29. str-console-name: Admin
  30.  
  31. text-color: 3
  32.  
  33. broadcast-range: 20
  34.  
  35. separate-player-spells-per-world: false
  36.  
  37. allow-cycle-to-no-spell: false
  38.  
  39. only-cycle-to-castable-spells: true
  40.  
  41. allow-cast-with-fist: false
  42.  
  43. ops-have-all-spells: true
  44.  
  45. default-all-perms-false: true
  46.  
  47. ignore-default-bindings: false
  48.  
  49. ignore-cast-item-durability: [ 268, 269, 270, 271, 283, 284, 285, 286, 290, 294, 314, 315, 316, 317 ]
  50.  
  51. global-cooldown: 500
  52.  
  53. cast-on-animate: true
  54.  
  55.  
  56.  
  57. entity-names:
  58.  
  59. zombie: an ugly zombie
  60.  
  61. skeleton: a skeleton
  62.  
  63. spider: a spider
  64.  
  65. cavespider: a nasty little spider
  66.  
  67. creeper: a creepy creeper
  68.  
  69. slime: a slimy blob
  70.  
  71. wolf: a wolf
  72.  
  73. snowman: a snow golem
  74.  
  75. villager: an innocent villager
  76.  
  77. enderman: Mr. Enderman
  78.  
  79. silverfish: a slimy silverfish
  80.  
  81. ghast: a ghast
  82.  
  83. pigzombie: a pig zombie
  84.  
  85. blaze: a blaze
  86.  
  87. lavaslime: a magma slime
  88.  
  89. giant: the giant
  90.  
  91. enderdragon: the ender dragon
  92.  
  93. cow: a cow
  94.  
  95. sheep: a sheep
  96.  
  97. pig: a pig
  98.  
  99. chicken: a duck
  100.  
  101. mushroomcow: a deformed cow
  102.  
  103. squid: a squid
  104.  
  105.  
  106.  
  107. mana:
  108.  
  109. enable-mana-bars: true
  110.  
  111. max-mana: 100
  112.  
  113. mana-bar-prefix: "Mana:"
  114.  
  115. mana-bar-size: 35
  116.  
  117. color-full: 10
  118.  
  119. color-empty: 0
  120.  
  121. regen-tick-rate: 100
  122.  
  123. regen-amount: 5
  124.  
  125. show-mana-on-use: true
  126.  
  127. show-mana-on-regen: true
  128.  
  129. show-mana-on-wood-tool: true
  130. show-mana-on-hunger-bar: false
  131. show-mana-on-experience-bar: true
  132.  
  133. tool-slot: 8
  134.  
  135. mana-potion-cooldown: 30
  136.  
  137. str-mana-potion-on-cooldown: You cannot use another mana potion yet (%c seconds).
  138.  
  139. mana-potions:
  140.  
  141. - 351:4 60
  142.  
  143. - 348 40
  144.  
  145. - 331 20
  146.  
  147.  
  148.  
  149. spells:
  150.  
  151.  
  152.  
  153. list:
  154.  
  155. spell-class: ".command.ListSpell"
  156.  
  157. name: list
  158.  
  159. always-granted: true
  160.  
  161. description: List all the spells you know.
  162.  
  163. only-show-castable-spells: true
  164.  
  165. reload-granted-spells: true
  166.  
  167. spells-to-hide: []
  168.  
  169. str-prefix: "Known spells:"
  170.  
  171. str-no-spells: You do not know any spells.
  172.  
  173. help:
  174.  
  175. spell-class: ".command.HelpSpell"
  176.  
  177. name: help
  178.  
  179. always-granted: true
  180.  
  181. description: Get information about a specified spell.
  182.  
  183. require-known-spell: true
  184.  
  185. str-usage: "Usage: /cast help <spell>"
  186.  
  187. str-no-spell: You do not know a spell by that name.
  188.  
  189. str-desc-line: "%s - %d"
  190.  
  191. str-cost-line: "Cost: %c"
  192.  
  193. teach:
  194.  
  195. spell-class: ".command.TeachSpell"
  196.  
  197. name: teach
  198.  
  199. description: Teach a spell to another player.
  200.  
  201. require-known-spell: true
  202.  
  203. str-usage: "Usage: /cast teach <target> <spell>"
  204.  
  205. str-no-target: No such player.
  206.  
  207. str-no-spell: You do not know a spell by that name.
  208.  
  209. str-cant-teach: You can't teach that spell.
  210.  
  211. str-cant-learn: That person cannot learn that spell.
  212.  
  213. str-cast-self: You have taught %t the %s spell.
  214.  
  215. str-cast-target: "%a has taught you the %s spell."
  216.  
  217. forget:
  218.  
  219. spell-class: ".command.ForgetSpell"
  220.  
  221. name: forget
  222.  
  223. description: Make a player forget a spell.
  224.  
  225. allow-self-forget: true
  226.  
  227. str-usage: "Usage: /cast forget <target> <spell>"
  228.  
  229. str-no-target: No such player.
  230.  
  231. str-no-spell: You do not know a spell by that name.
  232.  
  233. str-doesnt-know: That person does not know that spell.
  234.  
  235. str-cast-self: You made %t forget the %s spell.
  236.  
  237. str-cast-target: "%a has made you forget the %s spell."
  238.  
  239. str-cast-self-target: "You have forgotten the %s spell."
  240.  
  241. str-reset-target: "You have reset %t's spellbook."
  242.  
  243. str-reset-self: "You have forgotten all of your spells."
  244.  
  245. spellbook:
  246.  
  247. spell-class: ".command.SpellbookSpell"
  248.  
  249. name: spellbook
  250.  
  251. description: Create a spellbook that teaches a spell.
  252.  
  253. default-uses: -1
  254.  
  255. destroy-when-used-up: false
  256.  
  257. spellbook-block: 47
  258.  
  259. str-use: "Usage: /cast spellbook <spell> [uses]"
  260.  
  261. str-cast-self: You have created a spellbook with the %s spell.
  262.  
  263. str-no-spell: You do not know a spell by that name.
  264.  
  265. str-cant-teach: You can't create a spellbook with that spell.
  266.  
  267. str-no-target: You must target a bookcase to create a spellbook.
  268.  
  269. str-has-spellbook: That bookcase already has a spellbook.
  270.  
  271. str-cant-destroy: You cannot destroy a bookcase with a spellbook.
  272.  
  273. str-cant-learn: You cannot learn the spell in this spellbook.
  274.  
  275. str-already-known: You already know the %s spell.
  276.  
  277. str-learned: You have learned the %s spell!
  278.  
  279. bind:
  280.  
  281. spell-class: ".command.BindSpell"
  282.  
  283. name: bind
  284.  
  285. enabled: true
  286.  
  287. description: Binds a spell to a wand item.
  288.  
  289. allow-bind-to-fist: false
  290.  
  291. str-cast-self: "You have successfully bound the %s spell to the \nitem you are holding."
  292.  
  293. str-usage: You must specify a spell name and hold an item in your hand.
  294.  
  295. str-no-spell: You do not know a spell by that name.
  296.  
  297. str-cant-bind-spell: That spell cannot be bound to an item.
  298.  
  299. str-cant-bind-item: That spell cannot be bound to that item.
  300.  
  301. unbind:
  302.  
  303. spell-class: ".command.UnbindSpell"
  304.  
  305. name: unbind
  306.  
  307. enabled: true
  308.  
  309. description: Unbinds a spell from its assigned wand item.
  310.  
  311. str-cast-self: "You have successfully unbound the %s spell."
  312.  
  313. str-usage: You must specify a spell name.
  314.  
  315. str-no-spell: You do not know a spell by that name.
  316.  
  317. str-cant-bind-spell: That spell cannot be bound to an item.
  318.  
  319. str-not-bound: That spell is not bound to that item.
  320.  
  321.  
  322.  
  323. armor:
  324.  
  325. spell-class: ".buff.ArmorSpell"
  326.  
  327. name: armor
  328.  
  329. spell-icon: 307
  330.  
  331. cast-item: 280
  332.  
  333. cooldown: 150
  334.  
  335. duration: 120
  336.  
  337. num-uses: 1
  338.  
  339. helmet: 302 protection_explosions:4
  340.  
  341. chestplate: 299 protection_projectile:4
  342.  
  343. leggings: 304 protection_fire:4
  344.  
  345. boots: 305 protection_fall:4
  346.  
  347. cost:
  348.  
  349. - 101 2
  350.  
  351. - mana 50
  352.  
  353. str-cost: 50 mana and 2 iron bars
  354.  
  355. str-cast-self: You have conjured some magic armor!
  356.  
  357. str-has-armor: You cannot cast this spell if you are already wearing armor.
  358.  
  359. blind:
  360.  
  361. spell-class: ".targeted.PotionEffectSpell"
  362.  
  363. name: blind
  364.  
  365. spell-icon: 351:0
  366.  
  367. description: Blind your target.
  368.  
  369. cast-item: 280
  370.  
  371. cooldown: 15
  372.  
  373. range: 20
  374.  
  375. type: 15
  376.  
  377. strength: 0
  378.  
  379. duration: 200
  380.  
  381. targeted: true
  382.  
  383. target-players: true
  384.  
  385. target-non-players: false
  386.  
  387. obey-los: true
  388.  
  389. cost:
  390.  
  391. - 331 2
  392.  
  393. str-cost: 2 redstone dust
  394.  
  395. str-cast-self: You have blinded your target!
  396.  
  397. str-no-target: No target found.
  398.  
  399. blink:
  400.  
  401. spell-class: ".targeted.BlinkSpell"
  402.  
  403. name: blink
  404.  
  405. spell-icon: 368
  406.  
  407. description: Teleport a short distance.
  408.  
  409. cast-item: 280
  410.  
  411. cooldown: 20
  412.  
  413. range: 25
  414.  
  415. pass-through-ceiling: false
  416.  
  417. smoke-trail: true
  418.  
  419. effects:
  420.  
  421. - pos1 ender
  422.  
  423. - pos2 ender
  424.  
  425. cost:
  426.  
  427. - mana 25
  428.  
  429. str-cost: 25 mana
  430.  
  431. str-cast-self: You blink away!
  432.  
  433. str-cast-others: "%a blinks away!"
  434.  
  435. str-cant-blink: You cannot blink there.
  436.  
  437. build:
  438.  
  439. spell-class: ".targeted.BuildSpell"
  440.  
  441. name: build
  442.  
  443. spell-icon: 1
  444.  
  445. description: Build blocks from far away.
  446.  
  447. cast-item: 294
  448.  
  449. cooldown: 2
  450.  
  451. range: 25
  452.  
  453. slot: 0
  454.  
  455. consume-block: true
  456.  
  457. effects:
  458.  
  459. - target blockbreak
  460.  
  461. check-plugins: true
  462.  
  463. allowed-types: 1,2,3,4,5,12,13,17,20,22,24,35,41,42,43,44,45,47,48,49,50,53,57,65,67,80,85,87,88,89,91,92
  464.  
  465. cost:
  466.  
  467. - mana 5
  468.  
  469. str-invalid-block: You can't build that block.
  470.  
  471. str-cant-build: You can't build there.
  472.  
  473. carpet:
  474.  
  475. spell-class: ".buff.CarpetSpell"
  476.  
  477. name: carpet
  478.  
  479. spell-icon: 102
  480.  
  481. description: Lets you walk on a platform of glass.
  482.  
  483. cast-item: 317
  484.  
  485. cooldown: 30
  486.  
  487. cancel-on-logout: true
  488.  
  489. cancel-on-teleport: true
  490.  
  491. size: 2
  492.  
  493. cost:
  494.  
  495. - 331 5
  496.  
  497. - 288 5
  498.  
  499. use-cost:
  500.  
  501. - 288 1
  502.  
  503. use-cost-interval: 50
  504.  
  505. str-cost: 5 redstone, 5 feathers, plus 1 feather every 50 blocks
  506.  
  507. str-cast-self: You are now walking on air!
  508.  
  509. str-cast-others: "%a is now walking on air!"
  510.  
  511. str-fade: You are no longer walking on air.
  512.  
  513. clarity:
  514.  
  515. spell-class: ".buff.ManaRegenSpell"
  516.  
  517. name: clarity
  518.  
  519. spell-icon: 373
  520.  
  521. description: Increase mana regeneration for a time.
  522.  
  523. cast-item: 290
  524.  
  525. cost:
  526.  
  527. - 89 1
  528.  
  529. cooldown: 300
  530.  
  531. duration: 60
  532.  
  533. regen-mod-amt: 3
  534.  
  535. str-cast-self: Your thoughts race and flow with ease!
  536.  
  537. str-cost: 1 glowstone block
  538.  
  539. str-fade: Your mind returns to normal.
  540.  
  541. combust:
  542.  
  543. spell-class: ".targeted.CombustSpell"
  544.  
  545. name: combust
  546.  
  547. spell-icon: 51
  548.  
  549. description: Set a target on fire.
  550.  
  551. cast-item: 280
  552.  
  553. cooldown: 10
  554.  
  555. range: 20
  556.  
  557. obey-los: true
  558.  
  559. fire-ticks: 100
  560.  
  561. fire-tick-damage: 1
  562.  
  563. prevent-immunity: true
  564.  
  565. target-players: false
  566.  
  567. check-plugins: true
  568.  
  569. cost:
  570.  
  571. - mana 10
  572.  
  573. str-cost: 10 mana
  574.  
  575. str-no-target: No target found.
  576.  
  577. confusion:
  578.  
  579. spell-class: ".instant.ConfusionSpell"
  580.  
  581. name: confusion
  582.  
  583. spell-icon: 381
  584.  
  585. description: Cause nearby monsters to attack each other.
  586.  
  587. cast-item: 283
  588.  
  589. cooldown: 60
  590.  
  591. range: 20
  592.  
  593. cost:
  594.  
  595. - mana 10
  596.  
  597. str-cost: 10 mana
  598.  
  599. str-cast-self: You cause nearby monsters to become confused and attack each other.
  600.  
  601. str-cast-others: "%a causes nearby monsters to attack each other."
  602.  
  603. conjure:
  604.  
  605. spell-class: ".instant.ConjureSpell"
  606.  
  607. name: conjure
  608.  
  609. spell-icon: 331
  610.  
  611. description: Conjure some magical reagents.
  612.  
  613. cast-item: 280
  614.  
  615. cooldown: 600
  616.  
  617. power-affects-quantity: false
  618.  
  619. power-affects-chance: true
  620.  
  621. calculate-drops-individually: true
  622.  
  623. auto-equip: false
  624.  
  625. items:
  626.  
  627. - 331 5-7
  628.  
  629. - 265 1-2 10%
  630.  
  631. - 351:4 1 10%
  632.  
  633. add-to-inventory: false
  634.  
  635. str-cost: free
  636.  
  637. str-cast-self: You have conjured some magical reagents!
  638.  
  639. cripple:
  640.  
  641. spell-class: ".targeted.CrippleSpell"
  642.  
  643. name: cripple
  644.  
  645. spell-icon: 30
  646.  
  647. description: Slow down a targeted enemy.
  648.  
  649. cast-item: 280
  650.  
  651. cooldown: 240
  652.  
  653. range: 5
  654.  
  655. effect-strength: 4
  656.  
  657. effect-duration: 75
  658.  
  659. target-players: true
  660.  
  661. obey-los: true
  662.  
  663. cost:
  664.  
  665. - mana 50
  666.  
  667. - 287 4
  668.  
  669. str-cost: 50 mana and 4 string
  670.  
  671. str-cast-self: You have crippled your enemy.
  672.  
  673. str-no-target: No target found.
  674.  
  675. disarm:
  676.  
  677. spell-class: ".targeted.DisarmSpell"
  678.  
  679. name: disarm
  680.  
  681. spell-icon: 272:130
  682.  
  683. description: Disarm your opponent.
  684.  
  685. cast-item: 283
  686.  
  687. cooldown: 60
  688.  
  689. range: 20
  690.  
  691. disarmable-items:
  692.  
  693. - 280
  694.  
  695. - 261
  696.  
  697. - 267
  698.  
  699. - 268
  700.  
  701. - 276
  702.  
  703. - 283
  704.  
  705. - 279
  706.  
  707. - 258
  708.  
  709. - 271
  710.  
  711. - 275
  712.  
  713. - 270
  714.  
  715. - 274
  716.  
  717. - 257
  718.  
  719. - 278
  720.  
  721. - 261
  722.  
  723. - 256
  724.  
  725. - 269
  726.  
  727. - 273
  728.  
  729. - 277
  730.  
  731. - 284
  732.  
  733. - 285
  734.  
  735. - 286
  736.  
  737. disarm-duration: 75
  738.  
  739. dont-drop: false
  740.  
  741. prevent-theft: true
  742.  
  743. obey-los: true
  744.  
  745. cost:
  746.  
  747. - mana 50
  748.  
  749. - 349 1
  750.  
  751. str-cost: 50 mana and 1 raw fish
  752.  
  753. str-no-target: No target found.
  754.  
  755. str-invalid-item: Your target could not be disarmed.
  756.  
  757. str-cast-self: You have disarmed %t.
  758.  
  759. str-cast-target: "%a has disarmed you."
  760.  
  761. drainlife:
  762.  
  763. spell-class: ".targeted.DrainlifeSpell"
  764.  
  765. name: drainlife
  766.  
  767. spell-icon: 370
  768.  
  769. description: Drain life from your enemy and give it to you.
  770.  
  771. cast-item: 280
  772.  
  773. cooldown: 10
  774.  
  775. range: 10
  776.  
  777. take-type: health
  778.  
  779. take-amt: 4
  780.  
  781. give-type: health
  782.  
  783. give-amt: 2
  784.  
  785. animation-speed: 2
  786.  
  787. ignore-armor: false
  788.  
  789. obey-los: true
  790.  
  791. target-players: false
  792.  
  793. check-plugins: true
  794.  
  795. cost:
  796.  
  797. - mana 10
  798.  
  799. str-cost: 10 mana
  800.  
  801. str-cast-self: You drain life from your enemy.
  802.  
  803. str-no-target: No target found.
  804.  
  805. empower:
  806.  
  807. spell-class: ".buff.EmpowerSpell"
  808.  
  809. name: empower
  810.  
  811. spell-icon: 348
  812.  
  813. description: Makes your spells more powerful.
  814.  
  815. cast-item: 280
  816.  
  817. power-multiplier: 1.5
  818.  
  819. cooldown: 120
  820.  
  821. duration: 30
  822.  
  823. num-uses: 10
  824.  
  825. cost:
  826.  
  827. - 331 3
  828.  
  829. - mana 25
  830.  
  831. use-cost:
  832.  
  833. - 331 1
  834.  
  835. use-cost-interval: 1
  836.  
  837. str-cost: 3 redstone, plus 1 redstone for each spell cast
  838.  
  839. str-cast-self: You feel yourself glowing with magical energy.
  840.  
  841. str-cast-others: "%a begins to glow with magical energy."
  842.  
  843. str-fade: You are no longer glowing with magical energy.
  844.  
  845. entomb:
  846.  
  847. spell-class: ".targeted.EntombSpell"
  848.  
  849. name: entomb
  850.  
  851. spell-icon: 20
  852.  
  853. description: Encase an enemy in glass.
  854.  
  855. cast-item: 280
  856.  
  857. cooldown: 30
  858.  
  859. range: 15
  860.  
  861. obey-los: true
  862.  
  863. target-players: true
  864.  
  865. tomb-block-type: 20
  866.  
  867. tomb-duration: 20
  868.  
  869. cost:
  870.  
  871. - mana 20
  872.  
  873. - 20 1
  874.  
  875. str-cost: 20 mana and 1 glass
  876.  
  877. str-no-target: No target found.
  878.  
  879. explode:
  880.  
  881. spell-class: ".targeted.ExplodeSpell"
  882.  
  883. name: explode
  884.  
  885. spell-icon: 46
  886.  
  887. description: Create an explosion.
  888.  
  889. cast-item: 280
  890.  
  891. cooldown: 300
  892.  
  893. range: 10
  894.  
  895. explosion-size: 4
  896.  
  897. backfire-chance: 2
  898.  
  899. prevent-block-damage: true
  900.  
  901. prevent-player-damage: false
  902.  
  903. damage-multiplier: 10
  904.  
  905. add-fire: false
  906.  
  907. simulate-tnt: true
  908.  
  909. ignore-canceled: false
  910.  
  911. cost:
  912.  
  913. - mana 75
  914.  
  915. - 289 5
  916.  
  917. str-cost: 75 mana and 5 gunpowder
  918.  
  919. str-no-target: You cannot create an explosion there.
  920.  
  921. str-cast-self: Boom!
  922.  
  923. str-cast-others: Boom!
  924.  
  925. explosivearrow:
  926.  
  927. spell-class: ".instant.ProjectileSpell"
  928.  
  929. name: explosivearrow
  930.  
  931. spell-icon: 262
  932.  
  933. description: Cause an explosion where an arrow lands
  934.  
  935. cast-item: 283
  936.  
  937. cooldown: 30
  938.  
  939. projectile: arrow
  940.  
  941. velocity: 0
  942.  
  943. require-hit-entity: false
  944.  
  945. cancel-damage: true
  946.  
  947. remove-projectile: true
  948.  
  949. max-distance: 25
  950.  
  951. spells: [explode]
  952.  
  953. cost:
  954.  
  955. - 331 4
  956.  
  957. - 289 2
  958.  
  959. - 262 1
  960.  
  961. str-cost: 4 redstone, 2 gunpowder, 1 arrow
  962.  
  963. str-cast-self: You fire an explosive arrow.
  964.  
  965. farm:
  966.  
  967. spell-class: ".targeted.FarmSpell"
  968.  
  969. name: farm
  970.  
  971. spell-icon: 295
  972.  
  973. description: Make crops grow nearby.
  974.  
  975. cooldown: 10
  976.  
  977. radius: 3
  978.  
  979. growth: 1
  980.  
  981. targeted: false
  982.  
  983. cost:
  984.  
  985. - 331 1
  986.  
  987. - 295 2
  988.  
  989. str-cost: 1 redstone dust and 2 seeds
  990.  
  991. str-cast-self: The crops around you grow quickly.
  992.  
  993. str-no-target: There are no crops nearby.
  994.  
  995. fireball:
  996.  
  997. spell-class: ".targeted.FireballSpell"
  998.  
  999. name: fireball
  1000.  
  1001. spell-icon: 385
  1002.  
  1003. description: Throw a fiery ball of destruction.
  1004.  
  1005. cast-item: 283
  1006.  
  1007. cooldown: 7
  1008.  
  1009. range: 30
  1010.  
  1011. require-entity-target: false
  1012.  
  1013. obey-los: true
  1014.  
  1015. target-players: true
  1016.  
  1017. check-plugins: true
  1018.  
  1019. damage-multiplier: 3
  1020.  
  1021. small-fireball: false
  1022.  
  1023. no-fire: false
  1024.  
  1025. no-explosion: true
  1026.  
  1027. no-explosion-effect: true
  1028.  
  1029. no-explosion-damage: 5
  1030.  
  1031. no-explosion-damage-range: 3
  1032.  
  1033. cost:
  1034.  
  1035. - mana 5
  1036.  
  1037. str-cost: 5 mana
  1038.  
  1039. str-no-target: You cannot throw a fireball there.
  1040.  
  1041. str-cast-self: You throw a fiery ball of destruction!
  1042.  
  1043. str-cast-others: "%a throws a fiery ball of destruction!"
  1044.  
  1045. firenova:
  1046.  
  1047. spell-class: ".instant.FirenovaSpell"
  1048.  
  1049. name: firenova
  1050.  
  1051. spell-icon: 377
  1052.  
  1053. description: Summon an expanding ring of fire.
  1054.  
  1055. cast-item: 280
  1056.  
  1057. cooldown: 30
  1058.  
  1059. range: 5
  1060.  
  1061. tick-speed: 10
  1062.  
  1063. burn-tall-grass: true
  1064.  
  1065. check-plugins: true
  1066.  
  1067. cost:
  1068.  
  1069. - 331 2
  1070.  
  1071. - 263 3
  1072.  
  1073. - mana 20
  1074.  
  1075. str-cost: 20 mana, 3 coal, 2 redstone
  1076.  
  1077. str-cast-self: You summon an expanding ring of fire.
  1078.  
  1079. str-cast-others: "%a summons an expanding ring of fire."
  1080.  
  1081. flamewalk:
  1082.  
  1083. spell-class: ".buff.FlamewalkSpell"
  1084.  
  1085. name: flamewalk
  1086.  
  1087. spell-icon: 51
  1088.  
  1089. description: Burn your enemies around you as you walk.
  1090.  
  1091. cast-item: 317
  1092.  
  1093. cooldown: 30
  1094.  
  1095. range: 8
  1096.  
  1097. fire-ticks: 100
  1098.  
  1099. tick-interval: 100
  1100.  
  1101. target-players: false
  1102.  
  1103. duration: 120
  1104.  
  1105. cost:
  1106.  
  1107. - 331 2
  1108.  
  1109. use-cost:
  1110.  
  1111. - 331 1
  1112.  
  1113. use-cost-interval: 15
  1114.  
  1115. str-cost: 2 redstone, plus 1 redstone occasionally
  1116.  
  1117. str-cast-self: You begin to burn your enemies around you.
  1118.  
  1119. str-fade: You are no longer burning your enemies.
  1120.  
  1121. food:
  1122.  
  1123. spell-class: ".instant.FoodSpell"
  1124.  
  1125. name: food
  1126.  
  1127. spell-icon: 364
  1128.  
  1129. description: Makes you less hungry.
  1130.  
  1131. cast-item: 280
  1132.  
  1133. cooldown: 10
  1134.  
  1135. food: 4
  1136.  
  1137. saturation: 2.5
  1138.  
  1139. cost:
  1140.  
  1141. - mana 5
  1142.  
  1143. str-cost: 5 mana
  1144.  
  1145. str-cast-self: You feel less hungry.
  1146.  
  1147. forcepush:
  1148.  
  1149. spell-class: ".instant.ForcepushSpell"
  1150.  
  1151. name: forcepush
  1152.  
  1153. spell-icon: 2258
  1154.  
  1155. description: Push back your enemies.
  1156.  
  1157. cast-item: 280
  1158.  
  1159. cooldown: 45
  1160.  
  1161. range: 10
  1162.  
  1163. pushback-force: 40
  1164.  
  1165. additional-vertical-force: 20
  1166.  
  1167. max-vertical-force: 40
  1168.  
  1169. target-players: true
  1170.  
  1171. cost:
  1172.  
  1173. - 331 1
  1174.  
  1175. - mana 25
  1176.  
  1177. str-cost: 25 mana and 1 redstone
  1178.  
  1179. str-cast-self: You push back your enemies!
  1180.  
  1181. str-cast-others: "%a pushes back his enemies."
  1182.  
  1183. forcetoss:
  1184.  
  1185. spell-class: ".targeted.ForcetossSpell"
  1186.  
  1187. name: forcetoss
  1188.  
  1189. spell-icon: 33
  1190.  
  1191. description: Magically throw an enemy into the air.
  1192.  
  1193. cast-item: 280
  1194.  
  1195. cooldown: 15
  1196.  
  1197. range: 15
  1198.  
  1199. damage: 2
  1200.  
  1201. horizontal-force: 30
  1202.  
  1203. vertical-force: 15
  1204.  
  1205. obey-los: true
  1206.  
  1207. target-players: true
  1208.  
  1209. check-plugins: true
  1210.  
  1211. cost:
  1212.  
  1213. - mana 25
  1214.  
  1215. str-cost: 25 mana
  1216.  
  1217. str-no-target: No target found.
  1218.  
  1219. str-cast-self: You push back your enemy!
  1220.  
  1221. str-cast-others: "%a pushes back his enemy."
  1222.  
  1223. freeze:
  1224.  
  1225. spell-class: ".instant.FreezeSpell"
  1226.  
  1227. name: freeze
  1228.  
  1229. spell-icon: 332
  1230.  
  1231. description: Spray your enemies with cold snowballs.
  1232.  
  1233. cast-item: 280
  1234.  
  1235. snowballs: 25
  1236.  
  1237. horizontal-spread: 15
  1238.  
  1239. vertical-spread: 5
  1240.  
  1241. damage: 3
  1242.  
  1243. slow-amount: 3
  1244.  
  1245. slow-duration: 80
  1246.  
  1247. target-players: false
  1248.  
  1249. cooldown: 5
  1250.  
  1251. cost:
  1252.  
  1253. - 331 1
  1254.  
  1255. - 332 1
  1256.  
  1257. str-cost: 1 redstone dust and 1 snowball
  1258.  
  1259. frostwalk:
  1260.  
  1261. spell-class: ".buff.FrostwalkSpell"
  1262.  
  1263. name: frostwalk
  1264.  
  1265. spell-icon: 79
  1266.  
  1267. description: Lets you walk on water.
  1268.  
  1269. cast-item: 317
  1270.  
  1271. size: 2
  1272.  
  1273. leave-frozen: false
  1274.  
  1275. cooldown: 30
  1276.  
  1277. cost:
  1278.  
  1279. - 332 1
  1280.  
  1281. - mana 50
  1282.  
  1283. use-cost:
  1284.  
  1285. - 331 0
  1286.  
  1287. use-cost-interval: 50
  1288.  
  1289. str-cost: 30 mana and 1 snowball
  1290.  
  1291. str-cast-self: You can now walk on water!
  1292.  
  1293. str-cast-others: "%a can now walk on water!"
  1294.  
  1295. str-fade: You can no longer walk on water.
  1296.  
  1297. gate:
  1298.  
  1299. spell-class: ".instant.GateSpell"
  1300.  
  1301. name: gate
  1302.  
  1303. spell-icon: 90
  1304.  
  1305. description: Teleport to spawn.
  1306.  
  1307. can-cast-with-item: false
  1308.  
  1309. world: CURRENT
  1310.  
  1311. coordinates: SPAWN
  1312.  
  1313. effects:
  1314.  
  1315. - pos1 ender
  1316.  
  1317. - pos2 ender
  1318.  
  1319. cost:
  1320.  
  1321. - 331 1
  1322.  
  1323. - 265 1
  1324.  
  1325. str-cost: 1 redstone dust and 1 iron bar
  1326.  
  1327. str-cast-self: You have teleported to spawn.
  1328.  
  1329. str-cast-others: "%a teleports!"
  1330.  
  1331. str-gate-failed: Unable to teleport.
  1332.  
  1333. geyser:
  1334.  
  1335. spell-class: ".targeted.GeyserSpell"
  1336.  
  1337. name: geyser
  1338.  
  1339. spell-icon: 8
  1340.  
  1341. description: Create a geyser of water at your enemy's feet.
  1342.  
  1343. cast-item: 280
  1344.  
  1345. cooldown: 20
  1346.  
  1347. range: 20
  1348.  
  1349. damage: 0
  1350.  
  1351. velocity: 15
  1352.  
  1353. animation-speed: 4
  1354.  
  1355. geyser-height: 6
  1356.  
  1357. geyser-type: water
  1358.  
  1359. ignore-armor: false
  1360.  
  1361. obey-los: true
  1362.  
  1363. target-players: true
  1364.  
  1365. check-plugins: true
  1366.  
  1367. cost:
  1368.  
  1369. - 331 2
  1370.  
  1371. str-cost: 10 mana
  1372.  
  1373. str-cast-self: You create a geyser at your enemy's feet.
  1374.  
  1375. str-no-target: No target found.
  1376.  
  1377. gills:
  1378.  
  1379. spell-class: ".buff.GillsSpell"
  1380.  
  1381. name: gills
  1382.  
  1383. spell-icon: 314
  1384.  
  1385. description: Allows you to breathe underwater.
  1386.  
  1387. cast-item: 280
  1388.  
  1389. glass-head-effect: false
  1390.  
  1391. cooldown: 60
  1392.  
  1393. duration: 60
  1394.  
  1395. num-uses: 1
  1396.  
  1397. cost:
  1398.  
  1399. - mana 10
  1400.  
  1401. - 20 1
  1402.  
  1403. use-cost:
  1404.  
  1405. - 331 0
  1406.  
  1407. use-cost-interval: 50
  1408.  
  1409. str-cost: 10 mana
  1410.  
  1411. str-cast-self: You form gills on your neck!
  1412.  
  1413. str-fade: Your gills disappear.
  1414.  
  1415. haste:
  1416.  
  1417. spell-class: ".buff.HasteSpell"
  1418.  
  1419. name: haste
  1420.  
  1421. spell-icon: 317
  1422.  
  1423. description: Sprint faster for a time.
  1424.  
  1425. cast-item: 280
  1426.  
  1427. cooldown: 30
  1428.  
  1429. effect-strength: 3
  1430.  
  1431. boost-duration: 300
  1432.  
  1433. duration: 60
  1434.  
  1435. cost:
  1436.  
  1437. - mana 20
  1438.  
  1439. str-cost: 20 mana
  1440.  
  1441. str-cast-self: You gain unnatural speed!
  1442.  
  1443. str-cast-others: "%a gains unnatural speed!"
  1444.  
  1445. str-fade: You lose your unnatural speed.
  1446.  
  1447. haze:
  1448.  
  1449. spell-class: ".targeted.PotionEffectSpell"
  1450.  
  1451. name: haze
  1452.  
  1453. spell-icon: 341
  1454.  
  1455. description: Makes your target's vision hazey.
  1456.  
  1457. cast-item: 280
  1458.  
  1459. cooldown: 15
  1460.  
  1461. range: 20
  1462.  
  1463. type: 9
  1464.  
  1465. strength: 0
  1466.  
  1467. duration: 200
  1468.  
  1469. targeted: true
  1470.  
  1471. target-players: true
  1472.  
  1473. target-non-players: false
  1474.  
  1475. obey-los: true
  1476.  
  1477. cost:
  1478.  
  1479. - 331 2
  1480.  
  1481. str-cost: 2 redstone dust
  1482.  
  1483. str-cast-self: You have confuzzled your target!
  1484.  
  1485. str-no-target: No target found.
  1486.  
  1487. heal:
  1488.  
  1489. spell-class: ".targeted.HealSpell"
  1490.  
  1491. name: heal
  1492.  
  1493. spell-icon: 38
  1494.  
  1495. description: Heals a target player.
  1496.  
  1497. cast-item: 280
  1498.  
  1499. heal-amount: 20
  1500.  
  1501. cancel-if-full: true
  1502.  
  1503. effects:
  1504.  
  1505. - target potion FF0000 40
  1506.  
  1507. obey-los: true
  1508.  
  1509. cooldown: 240
  1510.  
  1511. range: 12
  1512.  
  1513. cost:
  1514.  
  1515. - mana 25
  1516.  
  1517. - 297 1
  1518.  
  1519. str-cost: 25 mana and 1 bread
  1520.  
  1521. str-cast-self: You have healed %t.
  1522.  
  1523. str-cast-target: "%a has healed you."
  1524.  
  1525. str-no-target: No target to heal.
  1526.  
  1527. str-max-health: "%t is already at max health."
  1528.  
  1529. invisibility:
  1530.  
  1531. spell-class: ".buff.InvisibilitySpell"
  1532.  
  1533. name: invisibility
  1534.  
  1535. spell-icon: 2266
  1536.  
  1537. description: Makes you invisible to players and monsters.
  1538.  
  1539. cast-item: 280
  1540.  
  1541. cooldown: 300
  1542.  
  1543. effects:
  1544.  
  1545. - caster spawn
  1546.  
  1547. - disabled spawn
  1548.  
  1549. toggle: true
  1550.  
  1551. prevent-pickups: true
  1552.  
  1553. cancel-on-give-damage: true
  1554.  
  1555. cancel-on-logout: true
  1556.  
  1557. duration: 10
  1558.  
  1559. cost:
  1560.  
  1561. - 331 5
  1562.  
  1563. - mana 30
  1564.  
  1565. use-cost:
  1566.  
  1567. - 331 1
  1568.  
  1569. use-cost-interval: 1
  1570.  
  1571. str-cost: 30 mana and 5 redstone dust, plus 1 every 3 seconds
  1572.  
  1573. str-cast-self: You vanish!
  1574.  
  1575. str-cast-others: "%a vanishes!"
  1576.  
  1577. str-fade: You are visible again.
  1578.  
  1579. invulnerability:
  1580.  
  1581. spell-class: ".buff.InvulnerabilitySpell"
  1582.  
  1583. name: invulnerability
  1584.  
  1585. spell-icon: 315
  1586.  
  1587. description: Makes you invulnerable to damage.
  1588.  
  1589. cast-item: 280
  1590.  
  1591. damage-causes:
  1592.  
  1593. - block explosion
  1594.  
  1595. - contact
  1596.  
  1597. - drowning
  1598.  
  1599. - entity attack
  1600.  
  1601. - entity explosion
  1602.  
  1603. - fall
  1604.  
  1605. - fire
  1606.  
  1607. - fire tick
  1608.  
  1609. - lava
  1610.  
  1611. - lightning
  1612.  
  1613. - projectile
  1614.  
  1615. - suffocation
  1616.  
  1617. - void
  1618.  
  1619. duration: 60
  1620.  
  1621. cooldown: 300
  1622.  
  1623. cost:
  1624.  
  1625. - 331 5
  1626.  
  1627. use-cost:
  1628.  
  1629. - 331 1
  1630.  
  1631. use-cost-interval: 5
  1632.  
  1633. str-cost: 5 redstone dust, plus 1 occasionally
  1634.  
  1635. str-cast-self: You feel your skin harden.
  1636.  
  1637. str-cast-others: "%a's skin hardens."
  1638.  
  1639. str-fade: You feel your skin return to normal.
  1640.  
  1641. leap:
  1642.  
  1643. spell-class: ".instant.LeapSpell"
  1644.  
  1645. name: leap
  1646.  
  1647. spell-icon: 313
  1648.  
  1649. description: Leap forward.
  1650.  
  1651. cast-item: 280
  1652.  
  1653. forward-velocity: 60
  1654.  
  1655. upward-velocity: 25
  1656.  
  1657. cancel-damage: true
  1658.  
  1659. cooldown: 10
  1660.  
  1661. cost:
  1662.  
  1663. - mana 20
  1664.  
  1665. str-cost: 20 mana
  1666.  
  1667. str-cast-self: You leap forward.
  1668.  
  1669. str-cast-others: "%a leaps forward."
  1670.  
  1671. levitate:
  1672.  
  1673. spell-class: ".targeted.LevitateSpell"
  1674.  
  1675. name: levitate
  1676.  
  1677. spell-icon: 369
  1678.  
  1679. description: Cause your target to fly through the air.
  1680.  
  1681. cast-item: 280
  1682.  
  1683. tick-rate: 5
  1684.  
  1685. duration: 30
  1686.  
  1687. cooldown: 20
  1688.  
  1689. range: 12
  1690.  
  1691. cancel-on-item-switch: false
  1692.  
  1693. cancel-on-spell-cast: false
  1694.  
  1695. target-players: false
  1696.  
  1697. obey-los: true
  1698.  
  1699. cost:
  1700.  
  1701. - mana 15
  1702.  
  1703. str-cost: 15 mana
  1704.  
  1705. str-cast-self: You are levitating %t!
  1706.  
  1707. str-cast-target: "%a is levitating you!"
  1708.  
  1709. lifewalk:
  1710.  
  1711. spell-class: ".buff.LifewalkSpell"
  1712.  
  1713. name: lifewalk
  1714.  
  1715. spell-icon: 6:2
  1716.  
  1717. description: Flowers grow in your footsteps!
  1718.  
  1719. cast-item: 280
  1720.  
  1721. cooldown: 30
  1722.  
  1723. tick-interval: 15
  1724.  
  1725. red-flower-chance: 15
  1726.  
  1727. yellow-flower-chance: 15
  1728.  
  1729. sapling-chance: 5
  1730.  
  1731. tallgrass-chance: 25
  1732.  
  1733. fern-chance: 15
  1734.  
  1735. cost:
  1736.  
  1737. - mana 10
  1738.  
  1739. - 295 1
  1740.  
  1741. use-cost:
  1742.  
  1743. - 295 1
  1744.  
  1745. use-cost-interval: 20
  1746.  
  1747. str-cost: 10 mana and 1 seed, plus 1 seed every few seconds
  1748.  
  1749. str-cast-self: Flowers grow in your footsteps!
  1750.  
  1751. str-cast-others: Flowers grow in %a's footsteps!
  1752.  
  1753. str-fade: Flowers no longer grow in your footsteps.
  1754.  
  1755. lightning:
  1756.  
  1757. spell-class: ".targeted.LightningSpell"
  1758.  
  1759. name: lightning
  1760.  
  1761. spell-icon: 283
  1762.  
  1763. description: Call down lightning.
  1764.  
  1765. cast-item: 283
  1766.  
  1767. cooldown: 300
  1768.  
  1769. range: 20
  1770.  
  1771. additional-damage: 0
  1772.  
  1773. no-damage: false
  1774.  
  1775. require-entity-target: true
  1776.  
  1777. obey-los: true
  1778.  
  1779. target-players: true
  1780.  
  1781. check-plugins: true
  1782.  
  1783. cost:
  1784.  
  1785. - mana 75
  1786.  
  1787. - 374 4
  1788.  
  1789. str-cost: 75 mana and 4 glass bottles
  1790.  
  1791. str-cast-self: You call down lightning.
  1792.  
  1793. str-cast-others: "%a calls down lightning."
  1794.  
  1795. str-no-target: Unable to find target.
  1796.  
  1797. lightwalk:
  1798.  
  1799. spell-class: ".buff.LightwalkSpell"
  1800.  
  1801. name: lightwalk
  1802.  
  1803. spell-icon: 89
  1804.  
  1805. description: Light your path.
  1806.  
  1807. cast-item: 317
  1808.  
  1809. cost:
  1810.  
  1811. - mana 10
  1812.  
  1813. - 4 1
  1814.  
  1815. use-cost:
  1816.  
  1817. - 4 1
  1818.  
  1819. use-cost-interval: 25
  1820.  
  1821. str-cost: 10 mana and 1 cobble, plus 1 cobble occasionally
  1822.  
  1823. str-cast-self: Light appears at your feet.
  1824.  
  1825. str-fade: The light at your feet goes out.
  1826.  
  1827. lilywalk:
  1828.  
  1829. spell-class: ".buff.LilywalkSpell"
  1830.  
  1831. name: lilywalk
  1832.  
  1833. spell-icon: 111
  1834.  
  1835. description: Lets you walk on water on lily pads.
  1836.  
  1837. cast-item: 317
  1838.  
  1839. cooldown: 30
  1840.  
  1841. cost:
  1842.  
  1843. - mana 10
  1844.  
  1845. - 111 1
  1846.  
  1847. use-cost:
  1848.  
  1849. - 111 1
  1850.  
  1851. use-cost-interval: 50
  1852.  
  1853. str-cost: 10 mana and 1 lilypad, plus 1 lilypad every 50 blocks
  1854.  
  1855. str-cast-self: You can now walk on water!
  1856.  
  1857. str-cast-others: "%a can now walk on water!"
  1858.  
  1859. str-fade: You can no longer walk on water.
  1860.  
  1861. mana:
  1862.  
  1863. spell-class: ".instant.ManaSpell"
  1864.  
  1865. name: lifetap
  1866.  
  1867. spell-icon: 373:8193
  1868.  
  1869. description: Restores mana at the cost of life.
  1870.  
  1871. cooldown: 3
  1872.  
  1873. cast-item: 280
  1874.  
  1875. mana: 25
  1876.  
  1877. cost:
  1878.  
  1879. - health 4
  1880.  
  1881. str-cost: 2 hearts
  1882.  
  1883. str-cast-self: You restore 25 mana.
  1884.  
  1885. mark:
  1886.  
  1887. spell-class: ".instant.MarkSpell"
  1888.  
  1889. name: mark
  1890.  
  1891. spell-icon: 355
  1892.  
  1893. description: Marks your location for later recall.
  1894.  
  1895. cooldown: 43200
  1896.  
  1897. permanent-marks: true
  1898.  
  1899. cost:
  1900.  
  1901. - 331 5
  1902.  
  1903. - 265 5
  1904.  
  1905. - mana 100
  1906.  
  1907. str-cost: 100 mana, 5 redstone dust and 5 iron bars
  1908.  
  1909. str-cast-self: You have marked your location.
  1910.  
  1911. minion:
  1912.  
  1913. spell-class: ".buff.MinionSpell"
  1914.  
  1915. name: minion
  1916.  
  1917. spell-icon: 383:54
  1918.  
  1919. description: Summons an undead minion to aid you.
  1920.  
  1921. cast-item: 280
  1922.  
  1923. cooldown: 60
  1924.  
  1925. duration: 60
  1926.  
  1927. mob-chances:
  1928.  
  1929. - Zombie 75
  1930.  
  1931. - Skeleton 25
  1932.  
  1933. prevent-sun-burn: true
  1934.  
  1935. target-players: false
  1936.  
  1937. cost:
  1938.  
  1939. - 331 2
  1940.  
  1941. - 352 1
  1942.  
  1943. str-cost: 2 redstone dust and 1 bone
  1944.  
  1945. str-cast-self: You summon an undead minion.
  1946.  
  1947. str-cast-others: "%a has summoned an undead minion."
  1948.  
  1949. str-fade: Your undead minion dies.
  1950.  
  1951. pain:
  1952.  
  1953. spell-class: ".targeted.PainSpell"
  1954.  
  1955. name: pain
  1956.  
  1957. spell-icon: 352
  1958.  
  1959. description: Cause your enemy pain.
  1960.  
  1961. cast-item: 283
  1962.  
  1963. cooldown: 5
  1964.  
  1965. damage: 3
  1966.  
  1967. range: 15
  1968.  
  1969. ignore-armor: false
  1970.  
  1971. obey-los: true
  1972.  
  1973. target-players: false
  1974.  
  1975. check-plugins: true
  1976.  
  1977. cost:
  1978.  
  1979. - 331 1
  1980.  
  1981. - health 1
  1982.  
  1983. str-cost: 1 redstone dust and a half heart
  1984.  
  1985. str-no-target: No target found.
  1986.  
  1987. phase:
  1988.  
  1989. spell-class: ".instant.PhaseSpell"
  1990.  
  1991. name: phase
  1992.  
  1993. spell-icon: 264
  1994.  
  1995. description: Phase through solid matter.
  1996.  
  1997. cast-item: 280
  1998.  
  1999. cooldown: 10
  2000.  
  2001. range: 5
  2002.  
  2003. max-distance: 15
  2004.  
  2005. allowed-pass-thru-blocks: []
  2006.  
  2007. cost:
  2008.  
  2009. - 331 2
  2010.  
  2011. str-cost: 2 redstone dust
  2012.  
  2013. str-cant-phase: Unable to find place to phase to.
  2014.  
  2015. poison:
  2016.  
  2017. spell-class: ".targeted.PotionEffectSpell"
  2018.  
  2019. name: poison
  2020.  
  2021. spell-icon: 375
  2022.  
  2023. description: Poison your target.
  2024.  
  2025. cast-item: 280
  2026.  
  2027. cooldown: 15
  2028.  
  2029. range: 20
  2030.  
  2031. type: 19
  2032.  
  2033. strength: 3
  2034.  
  2035. duration: 100
  2036.  
  2037. targeted: true
  2038.  
  2039. target-players: true
  2040.  
  2041. target-non-players: true
  2042.  
  2043. obey-los: true
  2044.  
  2045. cost:
  2046.  
  2047. - 331 2
  2048.  
  2049. str-cost: 2 redstone dust
  2050.  
  2051. str-cast-self: You have poisoned your target!
  2052.  
  2053. str-no-target: No target found.
  2054.  
  2055. poisonarrow:
  2056.  
  2057. spell-class: ".instant.ProjectileSpell"
  2058.  
  2059. name: poisonarrow
  2060.  
  2061. spell-icon: 375
  2062.  
  2063. description: fires a poisoned arrow at the target.
  2064.  
  2065. cast-item: 280
  2066.  
  2067. cooldown: 30
  2068.  
  2069. projectile: arrow
  2070.  
  2071. velocity: 0
  2072.  
  2073. require-hit-entity: true
  2074.  
  2075. cancel-damage: false
  2076.  
  2077. remove-projectile: false
  2078.  
  2079. range: 50
  2080.  
  2081. spells:
  2082.  
  2083. - Poison
  2084.  
  2085. obey-los: true
  2086.  
  2087. cost:
  2088.  
  2089. - mana 25
  2090.  
  2091. - 375 1
  2092.  
  2093. str-cost: 25 mana and 1 spider eye
  2094.  
  2095. str-cast-self: You shoot a poison arrow.
  2096.  
  2097. str-no-target: No target found.
  2098.  
  2099. prayer:
  2100.  
  2101. spell-class: ".instant.PrayerSpell"
  2102.  
  2103. name: prayer
  2104.  
  2105. spell-icon: 37
  2106.  
  2107. description: Heals yourself for five hearts.
  2108.  
  2109. cast-item: 38
  2110.  
  2111. cooldown: 30
  2112.  
  2113. amount-healed: 10
  2114.  
  2115. cost:
  2116.  
  2117. - 331 4
  2118.  
  2119. - mana 50
  2120.  
  2121. str-cost: 50 mana and 4 redstone dust
  2122.  
  2123. str-cast-self: You have healed yourself.
  2124.  
  2125. str-at-full-health: You are already at full health.
  2126.  
  2127. purge:
  2128.  
  2129. spell-class: ".instant.PurgeSpell"
  2130.  
  2131. name: purge
  2132.  
  2133. spell-icon: 373:16396
  2134.  
  2135. description: Kill all monsters and animals around you.
  2136.  
  2137. cast-item: 283
  2138.  
  2139. cooldown: 60
  2140.  
  2141. range: 15
  2142.  
  2143. cost:
  2144.  
  2145. - 367 4
  2146.  
  2147. - mana 50
  2148.  
  2149. str-cost: 50 mana and 4 rotten flesh
  2150.  
  2151. str-cast-self: You purge all life around you.
  2152.  
  2153. str-cast-others: "%a purges all nearby life."
  2154.  
  2155. reach:
  2156.  
  2157. spell-class: ".buff.ReachSpell"
  2158.  
  2159. name: reach
  2160.  
  2161. spell-icon: 23
  2162.  
  2163. description: Place and destroy blocks from far away.
  2164.  
  2165. cast-item: 280
  2166.  
  2167. cooldown: 120
  2168.  
  2169. duration: 60
  2170.  
  2171. range: 15
  2172.  
  2173. consume-blocks: true
  2174.  
  2175. drop-blocks: true
  2176.  
  2177. disallowed-break-blocks: [0,7]
  2178.  
  2179. disallowed-place-blocks: [0,7]
  2180.  
  2181. cost:
  2182.  
  2183. - 331 3
  2184.  
  2185. str-cost: 3 redstone dust
  2186.  
  2187. str-cast-self: You gain the ability to manipulate the world around you.
  2188.  
  2189. str-fade: You can no longer manipulate the world around you.
  2190.  
  2191. recall:
  2192.  
  2193. spell-class: ".instant.RecallSpell"
  2194.  
  2195. name: recall
  2196.  
  2197. spell-icon: 345
  2198.  
  2199. description: Teleports you to your marked location.
  2200.  
  2201. cooldown: 300
  2202.  
  2203. mark-spell: mark
  2204.  
  2205. max-range: -1
  2206.  
  2207. allow-cross-world: true
  2208.  
  2209. use-bed-location: false
  2210.  
  2211. cost:
  2212.  
  2213. - 331 1
  2214.  
  2215. - 265 1
  2216.  
  2217. - mana 50
  2218.  
  2219. str-cost: 50 mana, 1 redstone dust and 1 iron bar
  2220.  
  2221. str-cast-self: You teleport to your marked location.
  2222.  
  2223. str-no-mark: You have not marked a location to recall to.
  2224.  
  2225. str-other-world: You cannot recall to another world.
  2226.  
  2227. str-too-far: Your marked location is too far away.
  2228.  
  2229. str-cast-others: "%a disappears!"
  2230.  
  2231. reflect:
  2232.  
  2233. spell-class: ".buff.ReflectSpell"
  2234.  
  2235. name: reflect
  2236.  
  2237. spell-icon: 102
  2238.  
  2239. description: Reflect spells cast at you.
  2240.  
  2241. cooldown: 30
  2242.  
  2243. num-uses: 5
  2244.  
  2245. cost:
  2246.  
  2247. - 331 3
  2248.  
  2249. use-cost:
  2250.  
  2251. - 331 1
  2252.  
  2253. use-cost-interval: 1
  2254.  
  2255. str-cost: 3 redstone dust plus 1 redstone per spell reflected
  2256.  
  2257. str-cast-self: You feel a magical barrier surround you.
  2258.  
  2259. str-cast-others: A magical barrier surrounds %a.
  2260.  
  2261. str-fade: Your magical barrier fades.
  2262.  
  2263. repair:
  2264.  
  2265. spell-class: ".instant.RepairSpell"
  2266.  
  2267. name: repair
  2268.  
  2269. spell-icon: 58
  2270.  
  2271. description: Repairs your gear.
  2272.  
  2273. cooldown: 120
  2274.  
  2275. repair-amount: 300
  2276.  
  2277. to-repair:
  2278.  
  2279. - held
  2280.  
  2281. - hotbar
  2282.  
  2283. - inventory
  2284.  
  2285. - helmet
  2286.  
  2287. - chestplate
  2288.  
  2289. - leggings
  2290.  
  2291. - boots
  2292.  
  2293. ignore-items:
  2294.  
  2295. - 259
  2296.  
  2297. cost:
  2298.  
  2299. - 371 4
  2300.  
  2301. - mana 100
  2302.  
  2303. str-cost: 100 mana and 4 gold nuggets
  2304.  
  2305. str-cast-self: You've repaired your gear!
  2306.  
  2307. str-nothing-to-repair: You have nothing to repair.
  2308.  
  2309. roar:
  2310.  
  2311. spell-class: ".instant.RoarSpell"
  2312.  
  2313. name: roar
  2314.  
  2315. spell-icon: 52
  2316.  
  2317. description: Forces nearby enemies to attack you.
  2318.  
  2319. cooldown: 15
  2320.  
  2321. range: 20
  2322.  
  2323. cost:
  2324.  
  2325. - mana 5
  2326.  
  2327. str-cost: 5 mana
  2328.  
  2329. str-cast-self: "You roar, causing nearby enemies to attack you."
  2330.  
  2331. str-cast-others: "%a roars loudly!"
  2332.  
  2333. safefall:
  2334.  
  2335. spell-class: ".buff.InvulnerabilitySpell"
  2336.  
  2337. name: safefall
  2338.  
  2339. spell-icon: 288
  2340.  
  2341. description: Allows you to fall without taking damage.
  2342.  
  2343. cast-item: 280
  2344.  
  2345. cooldown: 60
  2346.  
  2347. damage-causes:
  2348.  
  2349. - fall
  2350.  
  2351. duration: 300
  2352.  
  2353. num-uses: 5
  2354.  
  2355. cost:
  2356.  
  2357. - 331 2
  2358.  
  2359. use-cost:
  2360.  
  2361. - 288 1
  2362.  
  2363. use-cost-interval: 1
  2364.  
  2365. str-cost: 2 redstone dust, plus 1 feather each time you fall
  2366.  
  2367. str-cast-self: You feel lighter.
  2368.  
  2369. str-fade: Your normal weight returns.
  2370.  
  2371. scroll:
  2372.  
  2373. spell-class: ".command.ScrollSpell"
  2374.  
  2375. name: scroll
  2376.  
  2377. description: Create a limited use spell scroll.
  2378.  
  2379. cast-for-free: true
  2380.  
  2381. default-uses: 5
  2382.  
  2383. max-uses: 10
  2384.  
  2385. item-id: 339
  2386.  
  2387. right-click-cast: true
  2388.  
  2389. left-click-cast: false
  2390.  
  2391. ignore-cast-perm: false
  2392.  
  2393. set-unstackable: true
  2394.  
  2395. remove-scroll-when-depleted: true
  2396.  
  2397. charge-reagents-for-spell-per-charge: false
  2398.  
  2399. require-teach-perm: true
  2400.  
  2401. require-scroll-cast-perm-on-use: true
  2402.  
  2403. stack-by-data-fn: "a"
  2404.  
  2405. str-scroll-over: "Spell Scroll: %s (%u uses remaining)"
  2406.  
  2407. str-usage: |
  2408.  
  2409. You must hold a single blank paper
  2410.  
  2411. and type /cast scroll <spell> <uses>.
  2412.  
  2413. str-fail: You cannot create a spell scroll at this time.
  2414.  
  2415. str-no-spell: You do not know a spell by that name.
  2416.  
  2417. str-cant-teach: You cannot create a tome with that spell.
  2418.  
  2419. str-cast-self: You have created a spell scroll for %s.
  2420.  
  2421. str-on-use: "Spell Scroll: %s used. %u uses remaining."
  2422.  
  2423. str-use-fail: Unable to use this scroll right now.
  2424.  
  2425. shadowstep:
  2426.  
  2427. spell-class: ".targeted.ShadowstepSpell"
  2428.  
  2429. name: shadowstep
  2430.  
  2431. spell-icon: 301
  2432.  
  2433. cast-item: 280
  2434.  
  2435. cooldown: 15
  2436.  
  2437. effects:
  2438.  
  2439. - caster spawner
  2440.  
  2441. - target spawner
  2442.  
  2443. target-players: true
  2444.  
  2445. obey-los: true
  2446.  
  2447. range: 15
  2448.  
  2449. cost:
  2450.  
  2451. - mana 30
  2452.  
  2453. str-cost: 30 mana
  2454.  
  2455. str-no-target: No target.
  2456.  
  2457. str-no-landing-spot: Cannot shadowstep there.
  2458.  
  2459. silence:
  2460.  
  2461. spell-class: ".targeted.SilenceSpell"
  2462.  
  2463. name: silence
  2464.  
  2465. spell-icon: 349
  2466.  
  2467. description: Prevent a player from casting spells for a time.
  2468.  
  2469. cast-item: 280
  2470.  
  2471. range: 10
  2472.  
  2473. prevent-cast: true
  2474.  
  2475. prevent-chat: false
  2476.  
  2477. prevent-commands: true
  2478.  
  2479. duration: 50
  2480.  
  2481. allowed-spells:
  2482.  
  2483. - list
  2484.  
  2485. - help
  2486.  
  2487. cost:
  2488.  
  2489. - mana 25
  2490.  
  2491. - 3 4
  2492.  
  2493. str-cost: 25 mana and 4 dirt
  2494.  
  2495. str-cast-self: You have silenced %t.
  2496.  
  2497. str-cast-target: "%a has silenced you."
  2498.  
  2499. str-silenced: You are silenced.
  2500.  
  2501. spellhaste:
  2502.  
  2503. spell-class: ".buff.SpellHasteSpell"
  2504.  
  2505. name: spellhaste
  2506.  
  2507. spell-icon: 351:4
  2508.  
  2509. description: Reduces the cast time and cooldown of your spells.
  2510.  
  2511. cooldown: 120
  2512.  
  2513. duration: 15
  2514.  
  2515. cast-time-mod-amt: -50
  2516.  
  2517. cooldown-mod-amt: -50
  2518.  
  2519. cost:
  2520.  
  2521. - 331 2
  2522.  
  2523. - mana 25
  2524.  
  2525. str-cost: 25 mana and 2 redstone dust
  2526.  
  2527. str-cast-self: Your mind quickens, allowing you to cast faster!
  2528.  
  2529. str-fade: Your mind slows again.
  2530.  
  2531. stealth:
  2532.  
  2533. spell-class: ".buff.StealthSpell"
  2534.  
  2535. name: stealth
  2536.  
  2537. spell-icon: 301
  2538.  
  2539. description: Become invisible to monsters.
  2540.  
  2541. cast-item: 280
  2542.  
  2543. cooldown: 10
  2544.  
  2545. duration: 10
  2546.  
  2547. cost:
  2548.  
  2549. - mana 20
  2550.  
  2551. str-cost: 20 mana
  2552.  
  2553. str-cast-self: You become invisble to monsters.
  2554.  
  2555. str-fade: You are no longer invisible to monsters.
  2556.  
  2557. stonevision:
  2558.  
  2559. spell-class: ".buff.StonevisionSpell"
  2560.  
  2561. name: stonevision
  2562.  
  2563. spell-icon: 1
  2564.  
  2565. description: See through stone.
  2566.  
  2567. cast-item: 317
  2568.  
  2569. range: 4
  2570.  
  2571. transparent-type: 1
  2572.  
  2573. unobfuscate: false
  2574.  
  2575. cooldown: 60
  2576.  
  2577. duration: 30
  2578.  
  2579. cost:
  2580.  
  2581. - 331 4
  2582.  
  2583. - 1 2
  2584.  
  2585. - 20 2
  2586.  
  2587. str-cost: 4 redstone dust, 2 stone and 2 glass
  2588.  
  2589. str-cast-self: You can see through stone!
  2590.  
  2591. str-fade: You can no longer see through stone.
  2592.  
  2593. storm:
  2594.  
  2595. spell-class: ".targeted.AreaEffectSpell"
  2596.  
  2597. name: storm
  2598.  
  2599. spell-icon: 283
  2600.  
  2601. description: Strike lightning upon all nearby enemies.
  2602.  
  2603. cast-item: 280
  2604.  
  2605. horizontal-radius: 10
  2606.  
  2607. vertical-radius: 5
  2608.  
  2609. point-blank: true
  2610.  
  2611. fail-if-no-targets: true
  2612.  
  2613. target-players: false
  2614.  
  2615. target-non-players: true
  2616.  
  2617. spells:
  2618.  
  2619. - lightning
  2620.  
  2621. cooldown: 15
  2622.  
  2623. cost:
  2624.  
  2625. - 331 5
  2626.  
  2627. str-cost: 5 redstone dust
  2628.  
  2629. str-cast-self: You call down a lightning storm!
  2630.  
  2631. summon_helper:
  2632.  
  2633. spell-class: ".targeted.SummonSpell"
  2634.  
  2635. can-cast-with-item: false
  2636.  
  2637. can-cast-by-command: false
  2638.  
  2639. require-exact-name: false
  2640.  
  2641. require-acceptance: true
  2642.  
  2643. max-accept-delay: 90
  2644.  
  2645. accept-command: accept
  2646.  
  2647. str-usage: |
  2648.  
  2649. Usage: /cast summon <playername>, or /cast summon
  2650.  
  2651. while looking at a sign with a player name on the first line.
  2652.  
  2653. str-no-target: Target player not found.
  2654.  
  2655. str-summon-pending: You are being summoned! Type /accept to teleport.
  2656.  
  2657. str-summon-accepted: You have been summoned.
  2658.  
  2659. str-summon-expired: The summon has expired.
  2660.  
  2661. summon:
  2662.  
  2663. spell-class: ".instant.RitualSpell"
  2664.  
  2665. name: summon
  2666.  
  2667. spell-icon: 90
  2668.  
  2669. description: Summon another player to your position. This ritual requires 3 participants.
  2670.  
  2671. cooldown: 300
  2672.  
  2673. ritual-duration: 200
  2674.  
  2675. req-participants: 3
  2676.  
  2677. charge-reagents-immediately: true
  2678.  
  2679. set-cooldown-immediately: true
  2680.  
  2681. set-cooldown-for-all: true
  2682.  
  2683. spell: summon_helper
  2684.  
  2685. tick-interval: 5
  2686.  
  2687. effect-interval: 20
  2688.  
  2689. cost:
  2690.  
  2691. - 331 5
  2692.  
  2693. - 265 3
  2694.  
  2695. str-cost: 5 redstone and 3 iron bars
  2696.  
  2697. str-cast-self: You begin a summoning ritual.
  2698.  
  2699. str-cast-others: "%a has begun a summoning ritual. Right-click to participate."
  2700.  
  2701. str-ritual-joined: You have joined the summoning ritual.
  2702.  
  2703. str-ritual-success: The summoning ritual is a success!
  2704.  
  2705. str-ritual-interrupted: The summoning ritual has been interrupted.
  2706.  
  2707. str-ritual-fail: The summoning ritual has failed.
  2708.  
  2709. sun:
  2710.  
  2711. spell-class: ".instant.TimeSpell"
  2712.  
  2713. name: sun
  2714.  
  2715. spell-icon: 347
  2716.  
  2717. description: Changes the time to morning.
  2718.  
  2719. cooldown: 1800
  2720.  
  2721. cost:
  2722.  
  2723. - 331 8
  2724.  
  2725. - 347 1
  2726.  
  2727. str-cost: 8 redstone dust and a clock
  2728.  
  2729. time-to-set: 0
  2730.  
  2731. str-announce: The sun has suddenly appeared in the sky!
  2732.  
  2733. telekinesis:
  2734.  
  2735. spell-class: ".targeted.TelekinesisSpell"
  2736.  
  2737. name: telekinesis
  2738.  
  2739. spell-icon: 69
  2740.  
  2741. description: Manipulate switches and buttons remotely.
  2742.  
  2743. cast-item: 280
  2744.  
  2745. cooldown: 15
  2746.  
  2747. range: 20
  2748.  
  2749. cost:
  2750.  
  2751. - 331 1
  2752.  
  2753. str-cost: 1 redstone dust
  2754.  
  2755. str-no-target: You must target a switch or button.
  2756.  
  2757. tome:
  2758.  
  2759. spell-class: ".command.TomeSpell"
  2760.  
  2761. name: tome
  2762.  
  2763. spell-icon: 340
  2764.  
  2765. enabled: false
  2766.  
  2767. description: Create a tome that teaches a spell.
  2768.  
  2769. cancel-read-on-learn: true
  2770.  
  2771. consume-book: true
  2772.  
  2773. allow-overwrite: false
  2774.  
  2775. max-uses: -1
  2776.  
  2777. default-uses: -1
  2778.  
  2779. require-teach-perm: true
  2780.  
  2781. str-usage: "Usage: While holding a book, /cast tome <spell>"
  2782.  
  2783. str-no-spell: You do not know a spell with that name.
  2784.  
  2785. str-cant-teach: You cannot create a tome with that spell.
  2786.  
  2787. str-no-book: You must be holding a book.
  2788.  
  2789. str-already-has-spell: That book already contains a spell.
  2790.  
  2791. str-already-known: You already know the %s spell.
  2792.  
  2793. str-cant-learn: You cannot learn the spell in this tome.
  2794.  
  2795. str-learned: You have learned the %s spell.
  2796.  
  2797. str-cast-self: You have created a spell tome.
  2798.  
  2799. tree:
  2800.  
  2801. spell-class: ".targeted.TreeSpell"
  2802.  
  2803. name: tree
  2804.  
  2805. spell-icon: 6
  2806.  
  2807. range: 15
  2808.  
  2809. cooldown: 5
  2810.  
  2811. tree-type: tree
  2812.  
  2813. animation-speed: 20
  2814.  
  2815. cost:
  2816.  
  2817. - 6 1
  2818.  
  2819. str-cost: 1 sapling
  2820.  
  2821. str-no-target: You cannot grow a tree there.
  2822.  
  2823. volley:
  2824.  
  2825. spell-class: ".targeted.VolleySpell"
  2826.  
  2827. name: volley
  2828.  
  2829. spell-icon: 261
  2830.  
  2831. description: Send a volley of arrows at your targeted location.
  2832.  
  2833. cast-item: 280
  2834.  
  2835. cooldown: 10
  2836.  
  2837. range: 30
  2838.  
  2839. arrows: 15
  2840.  
  2841. speed: 30
  2842.  
  2843. spread: 50
  2844.  
  2845. shoot-interval: 0
  2846.  
  2847. cost:
  2848.  
  2849. - mana 25
  2850.  
  2851. - 262 1
  2852.  
  2853. str-cost: 25 mana and 1 arrow
  2854.  
  2855. str-cast-self: You fire a volley of magic arrows.
  2856.  
  2857. str-cast-others: "%a fires a volley of arrows."
  2858.  
  2859. str-no-target: No target found.
  2860.  
  2861. walkway:
  2862.  
  2863. spell-class: ".buff.WalkwaySpell"
  2864.  
  2865. name: walkway
  2866.  
  2867. spell-icon: 53
  2868.  
  2869. description: Summon a moving magical walkway to take you places.
  2870.  
  2871. cast-item: 280
  2872.  
  2873. cooldown: 60
  2874.  
  2875. platform-type: 5
  2876.  
  2877. size: 6
  2878.  
  2879. cancel-on-logout: true
  2880.  
  2881. cancel-on-teleport: true
  2882.  
  2883. cost:
  2884.  
  2885. - 331 4
  2886.  
  2887. use-cost:
  2888.  
  2889. - 331 1
  2890.  
  2891. use-cost-interval: 25
  2892.  
  2893. str-cost: 4 redstone, plus 1 redstone every 25 blocks
  2894.  
  2895. str-cast-self: You summon a magical walkway.
  2896.  
  2897. str-fade: Your magical walkway disappears.
  2898.  
  2899. wall:
  2900.  
  2901. spell-class: ".instant.WallSpell"
  2902.  
  2903. name: wall
  2904.  
  2905. spell-icon: 45
  2906.  
  2907. description: Creates a temporary wall to block your enemies.
  2908.  
  2909. cast-item: 280
  2910.  
  2911. cooldown: 15
  2912.  
  2913. range: 5
  2914.  
  2915. wall-width: 10
  2916.  
  2917. wall-height: 4
  2918.  
  2919. wall-type: 45
  2920.  
  2921. wall-duration: 15
  2922.  
  2923. cost:
  2924.  
  2925. - mana 25
  2926.  
  2927. - 4 1
  2928.  
  2929. str-cost: 25 mana and 1 cobblestone
  2930.  
  2931. str-no-target: Unable to create a wall.
  2932.  
  2933. water:
  2934.  
  2935. spell-class: ".targeted.MaterializeSpell"
  2936.  
  2937. name: water
  2938.  
  2939. spell-icon: 326
  2940.  
  2941. description: Summons a water spring into existence.
  2942.  
  2943. cast-item: 280
  2944.  
  2945. cooldown: 120
  2946.  
  2947. range: 8
  2948.  
  2949. block-type: 8
  2950.  
  2951. apply-physics: true
  2952.  
  2953. check-plugins: true
  2954.  
  2955. cost:
  2956.  
  2957. - 331 2
  2958.  
  2959. str-cost: 2 redstone dust
  2960.  
  2961. str-no-target: No target.
  2962.  
  2963. str-failed: ""
  2964.  
  2965. windwalk:
  2966.  
  2967. spell-class: ".buff.WindwalkSpell"
  2968.  
  2969. name: windwalk
  2970.  
  2971. spell-icon: 288
  2972.  
  2973. enabled: true
  2974.  
  2975. description: Fly through the air.
  2976.  
  2977. cast-item: 280
  2978.  
  2979. launch-speed: 1
  2980.  
  2981. cancel-on-land: false
  2982.  
  2983. cancel-on-logout: true
  2984.  
  2985. cancel-on-teleport: true
  2986.  
  2987. cancel-on-damage: false
  2988.  
  2989. duration: 120
  2990.  
  2991. cost:
  2992.  
  2993. - 331 3
  2994.  
  2995. - 288 1
  2996.  
  2997. use-cost:
  2998.  
  2999. - 288 1
  3000.  
  3001. use-cost-interval: 15
  3002.  
  3003. str-cost: 3 redstone, 2 feathers, plus 1 feather every 15 seconds
  3004.  
  3005. str-cast-self: You can now walk on the wind!
  3006.  
  3007. str-cast-others: "%a is now walking on the wind!"
  3008.  
  3009. str-fade: You are no longer walking on the wind.
  3010.  
  3011. zap:
  3012.  
  3013. spell-class: ".targeted.ZapSpell"
  3014.  
  3015. name: zap
  3016.  
  3017. spell-icon: 278
  3018.  
  3019. description: Instantly destroys a block.
  3020.  
  3021. cast-item: 294
  3022.  
  3023. cooldown: 1
  3024.  
  3025. allowed-block-types: ""
  3026.  
  3027. disallowed-block-types: 0,7
  3028.  
  3029. drop-block: false
  3030.  
  3031. drop-normal: true
  3032.  
  3033. effects:
  3034.  
  3035. - target blockbreak
  3036.  
  3037. check-plugins: true
  3038.  
  3039. range: 15
  3040.  
  3041. cost:
  3042.  
  3043. - 331 1
  3044.  
  3045. str-cost: 1 redstone dust
  3046.  
  3047. str-cast-self: You zapped a block.
  3048.  
  3049. str-cant-zap: You can't zap that.
  3050.  
  3051. gianttree:
  3052.  
  3053. spell-class: ".ExternalCommandSpell"
  3054.  
  3055. name: gianttree
  3056.  
  3057. spell-icon: 6:3
  3058.  
  3059. enabled: false
  3060.  
  3061. description: Create a giant tree!
  3062.  
  3063. cooldown: 300
  3064.  
  3065. can-cast-by-command: true
  3066.  
  3067. can-cast-with-item: false
  3068.  
  3069. command-to-execute:
  3070.  
  3071. - "gt 25 4"
  3072.  
  3073. command-to-execute-later: []
  3074.  
  3075. command-delay: 0
  3076.  
  3077. command-to-block:
  3078.  
  3079. - "gt"
  3080.  
  3081. temporary-permissions: []
  3082.  
  3083. require-player-target: false
  3084.  
  3085. obey-los: true
  3086.  
  3087. range: 20
  3088.  
  3089. cost:
  3090.  
  3091. - 331 10
  3092.  
  3093. - 6 5
  3094.  
  3095. str-cost: 10 redstone dust and 5 saplings
  3096.  
  3097. str-cast-self: You grow a tree!
  3098.  
  3099. str-cant-use-command: "&4You don't have permission to do that."
  3100.  
  3101. torcharrow:
  3102.  
  3103. spell-class: ".PermissionSpell"
  3104.  
  3105. name: torcharrow
  3106.  
  3107. spell-icon: 50
  3108.  
  3109. enabled: false
  3110.  
  3111. description: Shoot a torch arrow.
  3112.  
  3113. cooldown: 10
  3114.  
  3115. can-cast-by-command: true
  3116.  
  3117. can-cast-with-item: true
  3118.  
  3119. permission-nodes:
  3120.  
  3121. - "torcharrow.tArrow"
  3122.  
  3123. duration: 600
  3124.  
  3125. cost:
  3126.  
  3127. - 331 2
  3128.  
  3129. - 50 1
  3130.  
  3131. str-cost: 2 redstone dust and 1 torch
  3132.  
  3133. str-cast-self: You can now fire torch arrows.
  3134.  
  3135. zeus:
  3136.  
  3137. spell-class: ".MultiSpell"
  3138.  
  3139. name: zeus
  3140.  
  3141. spell-icon: 286
  3142.  
  3143. cooldown: 30
  3144.  
  3145. check-individual-cooldowns: false
  3146.  
  3147. cost:
  3148.  
  3149. - 331 5
  3150.  
  3151. str-cost: 5 redstone dust
  3152.  
  3153. spells:
  3154.  
  3155. - lightning
  3156.  
  3157. - DELAY 5
  3158.  
  3159. - explode
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement