Guest User

Untitled

a guest
Jun 13th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.36 KB | None | 0 0
  1. general:
  2. debug: false
  3. use-new-spell-loading: true
  4. alt-config: altConfig.yml
  5. str-cast-usage: |
  6. Usage: /cast <spell>.
  7. Use /cast list to see a list of spells.
  8. str-unknown-spell: You do not know a spell with that name.
  9. str-spell-change: You are now using the %s spell.
  10. str-spell-change-empty: You are no longer using a spell.
  11. str-on-cooldown: That spell is on cooldown (%c seconds remaining).
  12. str-missing-reagents: You do not have the required reagents for that spell.
  13. str-cant-cast: You can't cast that spell right now.
  14. str-no-magic-zone: An anti-magic aura makes your spell fizzle.
  15. str-console-name: Admin
  16. text-color: 3
  17. broadcast-range: 20
  18. allow-cycle-to-no-spell: false
  19. only-cycle-to-castable-spells: true
  20. ops-have-all-spells: true
  21. default-all-perms-false: false
  22. ignore-default-bindings: false
  23. ignore-cast-item-durability: [ 268, 269, 270, 271, 283, 284, 285, 286, 290, 294, 314, 315, 316, 317 ]
  24. global-cooldown: 500
  25. cast-on-animate: true
  26. mana:
  27. enable-mana-bars: true
  28. max-mana: 100
  29. mana-bar-prefix: "Mana:"
  30. mana-bar-size: 35
  31. color-full: 10
  32. color-empty: 0
  33. regen-tick-seconds: 5
  34. regen-percent: 5
  35. show-mana-on-use: false
  36. show-mana-on-regen: false
  37. show-mana-on-wood-tool: true
  38. tool-slot: 8
  39. mana-potion-cooldown: 30
  40. str-mana-potion-on-cooldown: You cannot use another mana potion yet (%c seconds).
  41. mana-potions:
  42. - 351:4 100
  43. - 348 60
  44. - 331 30
  45.  
  46. spells:
  47.  
  48. list:
  49. spell-class: ".command.ListSpell"
  50. name: list
  51. description: List all the spells you know.
  52. only-show-castable-spells: false
  53. reload-granted-spells: false
  54. spells-to-hide: []
  55. str-prefix: "Known spells:"
  56. str-no-spells: You do not know any spells.
  57. help:
  58. spell-class: ".command.HelpSpell"
  59. name: help
  60. description: Get information about a specified spell.
  61. str-usage: "Usage: /cast help <spell>"
  62. str-no-spell: You do not know a spell by that name.
  63. str-desc-line: "%s - %d"
  64. str-cost-line: "Cost: %c"
  65. teach:
  66. spell-class: ".command.TeachSpell"
  67. name: teach
  68. description: Teach a spell to another player.
  69. require-known-spell: true
  70. str-usage: "Usage: /cast teach <target> <spell>"
  71. str-no-target: No such player.
  72. str-no-spell: You do not know a spell by that name.
  73. str-cant-teach: You can't teach that spell.
  74. str-cant-learn: That person cannot learn that spell.
  75. str-cast-self: You have taught %t the %s spell.
  76. str-cast-target: "%a has taught you the %s spell."
  77. forget:
  78. spell-class: ".command.ForgetSpell"
  79. name: forget
  80. description: Make a player forget a spell.
  81. allow-self-forget: true
  82. str-usage: "Usage: /cast forget <target> <spell>"
  83. str-no-target: No such player.
  84. str-no-spell: You do not know a spell by that name.
  85. str-doesnt-know: That person does not know that spell.
  86. str-cast-self: You made %t forget the %s spell.
  87. str-cast-target: "%a has made you forget the %s spell."
  88. str-cast-self-target: "You have forgotten the %s spell."
  89. str-reset-target: "You have reset %t's spellbook."
  90. str-reset-self: "You have forgotten all of your spells."
  91. spellbook:
  92. spell-class: ".command.SpellbookSpell"
  93. name: spellbook
  94. description: Create a spellbook that teaches a spell.
  95. default-uses: -1
  96. destroy-when-used-up: false
  97. str-use: "Usage: /cast spellbook <spell> [uses]"
  98. str-cast-self: You have created a spellbook with the %s spell.
  99. str-no-spell: You do not know a spell by that name.
  100. str-cant-teach: You can't create a spellbook with that spell.
  101. str-no-target: You must target a bookcase to create a spellbook.
  102. str-has-spellbook: That bookcase already has a spellbook.
  103. str-cant-destroy: You cannot destroy a bookcase with a spellbook.
  104. str-cant-learn: You cannot learn the spell in this spellbook.
  105. str-already-known: You already know the %s spell.
  106. str-learned: You have learned the %s spell!
  107. bind:
  108. spell-class: ".command.BindSpell"
  109. name: bind
  110. enable: true
  111. description: Binds a spell to a wand item.
  112. str-cast-self: You have successfully bound the %s spell to the item you are holding.
  113. str-usage: You must specify a spell name and hold an item in your hand.
  114. str-no-spell: You do not know a spell by that name.
  115. str-cant-bind: That spell cannot be bound to an item.
  116.  
  117.  
  118. blind:
  119. spell-class: ".instant.PotionEffectSpell"
  120. name: blind
  121. description: Blind your target.
  122. cast-item: 280
  123. cooldown: 15
  124. range: 20
  125. type: 15
  126. strength: 0
  127. duration: 200
  128. targeted: true
  129. target-players: true
  130. obey-los: true
  131. cost:
  132. - 331 2
  133. str-cost: 2 redstone dust
  134. str-cast-self: You have blinded your target!
  135. str-no-target: No target found.
  136. blink:
  137. spell-class: ".instant.BlinkSpell"
  138. name: blink
  139. description: Teleport a short distance.
  140. cast-item: 280
  141. cooldown: 8
  142. range: 25
  143. pass-through-ceiling: false
  144. smoke-trail: true
  145. cost:
  146. - 331 2
  147. str-cost: 2 redstone dust
  148. str-cast-self: You blink away!
  149. str-cast-others: "%a blinks away!"
  150. str-cant-blink: You cannot blink there.
  151. build:
  152. spell-class: ".instant.BuildSpell"
  153. name: build
  154. description: Build blocks from far away.
  155. cast-item: 294
  156. cooldown: 2
  157. range: 25
  158. slot: 0
  159. consume-block: true
  160. show-effect: true
  161. check-plugins: true
  162. 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
  163. cost:
  164. - mana 5
  165. str-invalid-block: You can't build that block.
  166. str-cant-build: You can't build there.
  167. carpet:
  168. spell-class: ".buff.CarpetSpell"
  169. name: carpet
  170. description: Lets you walk on a platform of glass.
  171. cast-item: 317
  172. cooldown: 30
  173. cancel-on-logout: true
  174. cancel-on-teleport: true
  175. size: 2
  176. cost:
  177. - 331 5
  178. - 288 5
  179. use-cost:
  180. - 288 1
  181. use-cost-interval: 50
  182. str-cost: 5 redstone, 5 feathers, plus 1 feather every 50 blocks
  183. str-cast-self: You are now walking on air!
  184. str-cast-others: "%a is now walking on air!"
  185. str-fade: You are no longer walking on air.
  186. combust:
  187. spell-class: ".instant.CombustSpell"
  188. name: combust
  189. description: Set a target on fire.
  190. cast-item: 283
  191. cooldown: 10
  192. range: 20
  193. obey-los: true
  194. fire-ticks: 100
  195. target-players: false
  196. check-plugins: true
  197. cost:
  198. - 331 1
  199. - 263 1
  200. str-cost: 1 redstone dust and 1 coal
  201. str-no-target: No target found.
  202. confusion:
  203. spell-class: ".instant.ConfusionSpell"
  204. name: confusion
  205. description: Cause nearby monsters to attack each other.
  206. cast-item: 283
  207. cooldown: 30
  208. range: 20
  209. cost:
  210. - 331 4
  211. str-cost: 4 redstone dust
  212. str-cast-self: You cause nearby monsters to become confused and attack each other.
  213. str-cast-others: "%a causes nearby monsters to attack each other."
  214. conjure:
  215. spell-class: ".instant.ConjureSpell"
  216. name: conjure
  217. description: Conjure some magical reagents.
  218. cast-item: 280
  219. cooldown: 600
  220. items:
  221. - 331 5-7
  222. - 265 1-2 10%
  223. - 351:4 1 10%
  224. add-to-inventory: false
  225. str-cost: free
  226. str-cast-self: You have conjured some magical reagents!
  227. cripple:
  228. spell-class: ".instant.CrippleSpell"
  229. name: cripple
  230. description: Slow down a targeted enemy.
  231. cast-item: 280
  232. cooldown: 15
  233. range: 20
  234. effect-strength: 5
  235. effect-duration: 100
  236. target-players: true
  237. obey-los: true
  238. cost:
  239. - 331 2
  240. str-cost: 2 redstone dust
  241. str-cast-self: You have crippled your enemy.
  242. str-no-target: No target found.
  243. disarm:
  244. spell-class: ".instant.DisarmSpell"
  245. name: disarm
  246. description: Disarm your opponent.
  247. cast-item: 283
  248. cooldown: 15
  249. range: 20
  250. disarmable-items:
  251. - 280
  252. - 261
  253. - 267
  254. - 268
  255. - 276
  256. - 283
  257. disarm-duration: 100
  258. obey-los: true
  259. cost:
  260. - 331 4
  261. str-cost: 4 redstone dust
  262. str-no-target: No target found.
  263. str-invalid-item: Your target could not be disarmed.
  264. str-cast-self: You have disarmed %t.
  265. str-cast-target: "%a has disarmed you."
  266. drainlife:
  267. spell-class: ".instant.DrainlifeSpell"
  268. name: drainlife
  269. description: Drain life from your enemy and give it to you.
  270. cast-item: 283
  271. cooldown: 5
  272. range: 15
  273. take-type: health
  274. take-amt: 2
  275. give-type: health
  276. give-amt: 2
  277. animation-speed: 2
  278. obey-los: true
  279. target-players: false
  280. check-plugins: true
  281. cost:
  282. - 331 2
  283. str-cost: 2 redstone dust
  284. str-cast-self: You drain life from your enemy.
  285. str-no-target: No target found.
  286. empower:
  287. spell-class: ".buff.EmpowerSpell"
  288. name: empower
  289. description: Makes your spells more powerful.
  290. cast-item: 280
  291. power-multiplier: 1.5
  292. cooldown: 120
  293. duration: 30
  294. num-uses: 10
  295. cost:
  296. - 331 3
  297. use-cost:
  298. - 331 2
  299. use-cost-interval: 1
  300. str-cost: 3 redstone, plus 2 redstone for each spell cast
  301. str-cast-self: You feel yourself glowing with magical energy.
  302. str-cast-others: "%a begins to glow with magical energy."
  303. str-fade: You are no longer glowing with magical energy.
  304. entomb:
  305. spell-class: ".instant.EntombSpell"
  306. name: entomb
  307. description: Encase an enemy in glass.
  308. cast-item: 280
  309. cooldown: 5
  310. range: 15
  311. obey-los: true
  312. target-players: false
  313. tomb-block-type: 20
  314. tomb-duration: 20
  315. cost:
  316. - 331 3
  317. - 20 1
  318. str-cost: 3 redstone dust and 1 glass
  319. str-no-target: No target found.
  320. explode:
  321. spell-class: ".instant.ExplodeSpell"
  322. name: explode
  323. description: Create an explosion.
  324. cast-item: 283
  325. cooldown: 30
  326. range: 25
  327. explosion-size: 4
  328. backfire-chance: 3
  329. check-plugins: true
  330. cost:
  331. - 331 5
  332. - 289 1
  333. str-cost: 5 redstone dust and 1 gunpowder
  334. str-no-target: You cannot create an explosion there.
  335. str-cast-self: Boom!
  336. str-cast-others: Boom!
  337. fireball:
  338. spell-class: ".instant.FireballSpell"
  339. name: fireball
  340. description: Throw a fiery ball of destruction.
  341. cast-item: 283
  342. cooldown: 15
  343. range: 30
  344. require-entity-target: false
  345. obey-los: true
  346. target-players: false
  347. check-plugins: true
  348. additional-damage: 0
  349. no-fire: false
  350. no-explosion: false
  351. cost:
  352. - 331 3
  353. - 263 2
  354. str-cost: 3 redstone dust and 2 coal
  355. str-no-target: You cannot throw a fireball there.
  356. str-cast-self: You throw a fiery ball of destruction!
  357. str-cast-others: "%a throws a fiery ball of destruction!"
  358. firenova:
  359. spell-class: ".instant.FirenovaSpell"
  360. name: firenova
  361. description: Summon an expanding ring of fire.
  362. cast-item: 283
  363. cooldown: 10
  364. range: 5
  365. tick-speed: 10
  366. burn-tall-grass: true
  367. check-plugins: true
  368. cost:
  369. - 331 2
  370. - 263 1
  371. str-cost: 2 redstone dust and 1 coal
  372. str-cast-self: You summon an expanding ring of fire.
  373. str-cast-others: "%a summons an expanding ring of fire."
  374. flamewalk:
  375. spell-class: ".buff.FlamewalkSpell"
  376. name: flamewalk
  377. description: Burn your enemies around you as you walk.
  378. cast-item: 317
  379. cooldown: 30
  380. range: 8
  381. fire-ticks: 100
  382. tick-interval: 100
  383. target-players: false
  384. duration: 120
  385. cost:
  386. - 331 5
  387. - 263 2
  388. use-cost:
  389. - 331 1
  390. use-cost-interval: 15
  391. str-cost: 5 redstone, 2 coal, plus 1 redstone occasionally
  392. str-cast-self: You begin to burn your enemies around you.
  393. str-fade: You are no longer burning your enemies.
  394. forcepush:
  395. spell-class: ".instant.ForcepushSpell"
  396. name: forcepush
  397. description: Push back your enemies.
  398. cast-item: 280
  399. cooldown: 8
  400. range: 10
  401. pushback-force: 30
  402. additional-vertical-force: 15
  403. max-vertical-force: 20
  404. target-players: false
  405. cost:
  406. - 331 3
  407. str-cost: 3 redstone dust
  408. str-cast-self: You push back your enemies!
  409. str-cast-others: "%a pushes back his enemies."
  410. forcetoss:
  411. spell-class: ".instant.ForcetossSpell"
  412. name: forcetoss
  413. description: Magically throw an enemy into the air.
  414. cast-item: 283
  415. cooldown: 5
  416. range: 15
  417. damage: 0
  418. horizontal-force: 30
  419. vertical-force: 15
  420. obey-los: true
  421. target-players: false
  422. check-plugins: true
  423. cost:
  424. - 331 2
  425. str-cost: 2 redstone dust
  426. str-no-target: No target found.
  427. str-cast-self: You push back your enemy!
  428. str-cast-others: "%a pushes back his enemy."
  429. frostwalk:
  430. spell-class: ".buff.FrostwalkSpell"
  431. name: frostwalk
  432. description: Lets you walk on water.
  433. cast-item: 317
  434. size: 2
  435. leave-frozen: false
  436. cooldown: 30
  437. cost:
  438. - 331 6
  439. use-cost:
  440. - 331 1
  441. use-cost-interval: 50
  442. str-cost: 6 redstone, plus 1 redstone every 50 blocks
  443. str-cast-self: You can now walk on water!
  444. str-cast-others: "%a can now walk on water!"
  445. str-fade: You can no longer walk on water.
  446. gate:
  447. spell-class: ".instant.GateSpell"
  448. name: gate
  449. description: Teleport to spawn.
  450. can-cast-with-item: false
  451. world: CURRENT
  452. coordinates: SPAWN
  453. use-spell-effect: true
  454. cast-time: 0
  455. cost:
  456. - 331 1
  457. - 265 1
  458. str-cost: 1 redstone dust and 1 iron bar
  459. str-cast-self: You have teleported to spawn.
  460. str-cast-others: "%a teleports!"
  461. str-gate-failed: Unable to teleport.
  462. str-cast-done: ""
  463. str-cast-interrupted: ""
  464. geyser:
  465. spell-class: ".instant.GeyserSpell"
  466. name: geyser
  467. description: Create a geyser of water at your enemy's feet.
  468. cast-item: 283
  469. range: 20
  470. damage: 0
  471. velocity: 10
  472. animation-speed: 2
  473. geyser-height: 4
  474. geyser-type: water
  475. obey-los: true
  476. target-players: false
  477. check-plugins: true
  478. cost:
  479. - 331 2
  480. str-cost: 2 redstone dust
  481. str-cast-self: You create a geyser at your enemy's feet.
  482. str-no-target: No target found.
  483. gills:
  484. spell-class: ".buff.GillsSpell"
  485. name: gills
  486. description: Allows you to breath underwater.
  487. cast-item: 294
  488. glass-head-effect: true
  489. cooldown: 60
  490. duration: 300
  491. num-uses: 5
  492. cost:
  493. - 331 3
  494. use-cost:
  495. - 331 1
  496. use-cost-interval: 1
  497. str-cost: 3 redstone dust, plus 1 every few seconds
  498. str-cast-self: You form gills on your neck!
  499. str-fade: Your gills disappear.
  500. haste:
  501. spell-class: ".buff.HasteSpell"
  502. name: haste
  503. description: Sprint faster for a time.
  504. cast-item: 294
  505. effect-strength: 3
  506. boost-duration: 300
  507. duration: 60
  508. cost:
  509. - 331 3
  510. str-cost: 3 redstone
  511. str-cast-self: You gain unnatural speed!
  512. str-cast-others: "%a gains unnatural speed!"
  513. str-fade: You lose your unnatural speed.
  514. haze:
  515. spell-class: ".instant.PotionEffectSpell"
  516. name: haze
  517. description: Makes your target's vision hazey.
  518. cast-item: 280
  519. cooldown: 15
  520. range: 20
  521. type: 9
  522. strength: 0
  523. duration: 200
  524. targeted: true
  525. target-players: true
  526. obey-los: true
  527. cost:
  528. - 331 2
  529. str-cost: 2 redstone dust
  530. str-cast-self: You have confuzzled your target!
  531. str-no-target: No target found.
  532. heal:
  533. spell-class: ".instant.HealSpell"
  534. name: heal
  535. description: Heals a target player.
  536. cast-item: 280
  537. heal-amount: 10
  538. obey-los: true
  539. cooldown: 0
  540. range: 12
  541. cost:
  542. - 331 2
  543. str-cost: 2 redstone dust
  544. str-cast-self: You have healed %t.
  545. str-cast-target: "%a has healed you."
  546. str-no-target: No target to heal.
  547. str-max-health: "%t is already at max health."
  548. invulnerability:
  549. spell-class: ".buff.InvulnerabilitySpell"
  550. name: invulnerability
  551. description: Makes you invulnerable to damage.
  552. cast-item: 280
  553. damage-causes:
  554. - block explosion
  555. - contact
  556. - drowning
  557. - entity attack
  558. - entity explosion
  559. - fall
  560. - fire
  561. - fire tick
  562. - lava
  563. - lightning
  564. - projectile
  565. - suffocation
  566. - void
  567. duration: 60
  568. cost:
  569. - 331 5
  570. use-cost:
  571. - 331 1
  572. use-cost-interval: 5
  573. str-cost: 5 redstone dust, plus 1 occasionally
  574. str-cast-self: You feel your skin harden.
  575. str-cast-others: "%a's skin hardens."
  576. str-fade: You feel your skin return to normal.
  577. leap:
  578. spell-class: ".instant.LeapSpell"
  579. name: leap
  580. description: Leap forward.
  581. cast-item: 280
  582. forward-velocity: 40
  583. upward-velocity: 15
  584. cancel-damage: true
  585. cooldown: 10
  586. cost:
  587. - 331 2
  588. str-cost: 2 redstone dust
  589. str-cast-self: You leap forward.
  590. str-cast-others: "%a leaps forward."
  591. lifewalk:
  592. spell-class: ".buff.LifewalkSpell"
  593. name: lifewalk
  594. description: Flowers grow in your footsteps!
  595. cast-item: 317
  596. tick-interval: 15
  597. red-flower-chance: 15
  598. yellow-flower-chance: 15
  599. sapling-chance: 5
  600. tallgrass-chance: 25
  601. fern-chance: 15
  602. cost:
  603. - 331 2
  604. - 38 1
  605. use-cost:
  606. - 331 1
  607. use-cost-interval: 20
  608. str-cost: 2 redstone and 1 rose, plus 1 redstone every few seconds
  609. str-cast-self: Flowers grow in your footsteps!
  610. str-cast-others: Flowers grow in %a's footsteps!
  611. str-fade: Flowers no longer grow in your footsteps.
  612. lightning:
  613. spell-class: ".instant.LightningSpell"
  614. name: lightning
  615. description: Call down lightning.
  616. cast-item: 283
  617. cooldown: 15
  618. range: 20
  619. additional-damage: 0
  620. no-damage: false
  621. require-entity-target: false
  622. obey-los: true
  623. target-players: false
  624. check-plugins: true
  625. cost:
  626. - 331 2
  627. str-cost: 2 redstone dust
  628. str-cast-self: You call down lightning.
  629. str-cast-others: "%a calls down lightning."
  630. str-no-target: Unable to find target.
  631. lightwalk:
  632. spell-class: ".buff.LightwalkSpell"
  633. name: lightwalk
  634. description: Light your path.
  635. cast-item: 317
  636. cost:
  637. - 331 3
  638. - 50 3
  639. use-cost:
  640. - 331 1
  641. use-cost-interval: 25
  642. str-cost: 3 redstone and 3 torches, plus 1 redstone occasionally
  643. str-cast-self: Light appears at your feet.
  644. str-fade: The light at your feet goes out.
  645. mana:
  646. spell-class: ".instant.ManaSpell"
  647. name: lifetap
  648. description: Restores mana at the cost of life.
  649. cooldown: 3
  650. cast-item: 280
  651. mana: 25
  652. cost:
  653. - health 4
  654. str-cost: 2 hearts
  655. str-cast-self: You restore 25 mana.
  656. mark:
  657. spell-class: ".instant.MarkSpell"
  658. name: mark
  659. description: Marks your location for later recall.
  660. cooldown: 43200
  661. permanent-marks: true
  662. cost:
  663. - 331 5
  664. - 265 5
  665. str-cost: 5 redstone dust and 5 iron bars
  666. str-cast-self: You have marked your location.
  667. minion:
  668. spell-class: ".buff.MinionSpell"
  669. name: minion
  670. description: Summons an undead minion to aid you.
  671. cast-item: 280
  672. cooldown: 60
  673. duration: 60
  674. mob-chances:
  675. - Zombie 75
  676. - Skeleton 25
  677. prevent-sun-burn: true
  678. target-players: false
  679. cost:
  680. - 331 2
  681. - 352 1
  682. str-cost: 2 redstone dust and 1 bone
  683. str-cast-self: You summon an undead minion.
  684. str-cast-others: "%a has summoned an undead minion."
  685. str-fade: Your undead minion dies.
  686. pain:
  687. spell-class: ".instant.PainSpell"
  688. name: pain
  689. description: Cause your enemy pain.
  690. cast-item: 283
  691. cooldown: 5
  692. damage: 3
  693. range: 15
  694. obey-los: true
  695. target-players: false
  696. check-plugins: true
  697. cost:
  698. - 331 1
  699. - health 1
  700. str-cost: 1 redstone dust and a half heart
  701. str-no-target: No target found.
  702. phase:
  703. spell-class: ".instant.PhaseSpell"
  704. name: phase
  705. description: Phase through solid matter.
  706. cast-item: 280
  707. cooldown: 10
  708. range: 5
  709. max-distance: 15
  710. cost:
  711. - 331 2
  712. str-cost: 2 redstone dust
  713. str-cant-phase: Unable to find place to phase to.
  714. poison:
  715. spell-class: ".instant.PotionEffectSpell"
  716. name: poison
  717. description: Poison your target.
  718. cast-item: 280
  719. cooldown: 15
  720. range: 20
  721. type: 19
  722. strength: 0
  723. duration: 100
  724. targeted: true
  725. target-players: true
  726. obey-los: true
  727. cost:
  728. - 331 2
  729. str-cost: 2 redstone dust
  730. str-cast-self: You have poisoned your target!
  731. str-no-target: No target found.
  732. prayer:
  733. spell-class: ".instant.PrayerSpell"
  734. name: prayer
  735. description: Heals yourself for five hearts.
  736. cast-item: 38
  737. cooldown: 15
  738. amount-healed: 10
  739. cost:
  740. - 331 1
  741. str-cost: 1 redstone dust
  742. str-cast-self: You have healed yourself.
  743. str-at-full-health: You are already at full health.
  744. purge:
  745. spell-class: ".instant.PurgeSpell"
  746. name: purge
  747. description: Kill all monsters and animals around you.
  748. cast-item: 283
  749. cooldown: 60
  750. range: 15
  751. cost:
  752. - 331 3
  753. str-cost: 3 redstone dust
  754. str-cast-self: You purge all life around you.
  755. str-cast-others: "%a purges all nearby life."
  756. reach:
  757. spell-class: ".buff.ReachSpell"
  758. name: reach
  759. description: Place and destroy blocks from far away.
  760. cast-item: 280
  761. cooldown: 120
  762. duration: 60
  763. range: 15
  764. consume-blocks: true
  765. drop-blocks: true
  766. disallowed-break-blocks: [0,7]
  767. disallowed-place-blocks: [0,7]
  768. cost:
  769. - 331 3
  770. str-cost: 3 redstone dust
  771. str-cast-self: You gain the ability to manipulate the world around you.
  772. str-fade: You can no longer manipulate the world around you.
  773. recall:
  774. spell-class: ".instant.RecallSpell"
  775. name: recall
  776. description: Teleports you to your marked location.
  777. cooldown: 300
  778. max-range: -1
  779. cast-time: 0
  780. allow-cross-world: true
  781. cost:
  782. - 331 1
  783. - 265 1
  784. str-cost: 1 redstone dust and 1 iron bar
  785. str-cast-self: You teleport to your marked location.
  786. str-no-mark: You have not marked a location to recall to.
  787. str-other-world: You cannot recall to another world.
  788. str-too-far: Your marked location is too far away.
  789. str-cast-others: "%a disappears!"
  790. str-cast-done: ""
  791. str-cast-interrupted: ""
  792. reflect:
  793. spell-class: ".buff.ReflectSpell"
  794. name: reflect
  795. description: Reflect spells cast at you.
  796. cooldown: 30
  797. num-uses: 5
  798. cost:
  799. - 331 3
  800. use-cost:
  801. - 331 1
  802. use-cost-interval: 1
  803. str-cost: 3 redstone dust plus 1 redstone per spell reflected
  804. str-cast-self: You feel a magical barrier surround you.
  805. str-cast-others: A magical barrier surrounds %a.
  806. str-fade: Your magical barrier fades.
  807. repair:
  808. spell-class: ".instant.RepairSpell"
  809. name: repair
  810. description: Repairs your gear.
  811. cooldown: 120
  812. to-repair:
  813. - held
  814. - hotbar
  815. - inventory
  816. - helmet
  817. - chestplate
  818. - leggings
  819. - boots
  820. cost:
  821. - 331 3
  822. - 265 1
  823. str-cost: 3 redstone dust and 1 iron bar
  824. str-cast-self: You've repaired your gear!
  825. str-nothing-to-repair: You have nothing to repair.
  826. safefall:
  827. spell-class: ".buff.SafefallSpell"
  828. name: safefall
  829. description: Allows you to fall without taking damage.
  830. cast-item: 294
  831. cooldown: 60
  832. duration: 300
  833. num-uses: 5
  834. cost:
  835. - 331 2
  836. use-cost:
  837. - 288 1
  838. use-cost-interval: 1
  839. str-cost: 2 redstone dust, plus 1 feather each time you fall
  840. str-cast-self: You feel lighter.
  841. str-fade: Your normal weight returns.
  842. scroll:
  843. spell-class: ".command.ScrollSpell"
  844. name: scroll
  845. description: Create a limited use spell scroll.
  846. cast-for-free: true
  847. default-uses: 5
  848. max-uses: 10
  849. item-id: 339
  850. right-click-cast: true
  851. left-click-cast: false
  852. ignore-cast-perm: false
  853. set-unstackable: true
  854. charge-reagents-for-spell-per-charge: false
  855. require-teach-perm: true
  856. require-scroll-cast-perm-on-use: true
  857. stack-by-data-var: bQ
  858. str-scroll-over: "Spell Scroll: %s (%u uses remaining)"
  859. str-usage: |
  860. You must hold a single blank paper
  861. and type /cast scroll <spell> <uses>.
  862. str-fail: You cannot create a spell scroll at this time.
  863. str-no-spell: You do not know a spell by that name.
  864. str-cant-teach: You cannot create a tome with that spell.
  865. str-cast-self: You have created a spell scroll for %s.
  866. str-on-use: "Spell Scroll: %s used. %u uses remaining."
  867. str-use-fail: Unable to use this scroll right now.
  868. stealth:
  869. spell-class: ".buff.StealthSpell"
  870. name: stealth
  871. description: Become invisible to monsters.
  872. cast-item: 280
  873. cooldown: 60
  874. duration: 20
  875. cost:
  876. - 331 3
  877. str-cost: 3 redstone dust
  878. str-cast-self: You become invisble to monsters.
  879. str-fade: You are no longer invisible to monsters.
  880. stonevision:
  881. spell-class: ".buff.StonevisionSpell"
  882. name: stonevision
  883. description: See through stone.
  884. cast-item: 317
  885. range: 4
  886. transparent-type: 1
  887. unobfuscate: false
  888. cooldown: 60
  889. duration: 30
  890. cost:
  891. - 331 4
  892. - 1 2
  893. - 20 2
  894. str-cost: 4 redstone dust, 2 stone and 2 glass
  895. str-cast-self: You can see through stone!
  896. str-fade: You can no longer see through stone.
  897. summon:
  898. spell-class: ".channeled.SummonSpell"
  899. name: summon
  900. description: Summon another player to your position.
  901. channel-time: 30
  902. req-participants: 3
  903. req-percent: 0
  904. max-distance: 10
  905. require-exact-name: false
  906. require-acceptance: true
  907. max-accept-delay: 90
  908. accept-command: accept
  909. str-usage: |
  910. Usage: /cast summon <playername>, or /cast summon
  911. while looking at a sign with a player name on the first line.
  912. str-no-target: Target player not found.
  913. str-too-far-away: You are too far away from the summoning ritual.
  914. str-start-channel: You begin to channel a summoning spell.
  915. str-moved: You have stopped channeling.
  916. str-spell-success: You have successfully summoned %k.
  917. str-summon-pending: You are being summoned! Type /accept to teleport.
  918. str-summon-accepted: You have been summoned.
  919. str-summon-expired: The summon has expired.
  920. sun:
  921. spell-class: ".channeled.SunSpell"
  922. name: sun
  923. description: Changes the time to morning.
  924. channel-time: 30
  925. req-participants: 2
  926. req-percent: 35
  927. max-distance: 20
  928. time-to-set: 0
  929. str-too-far-away: You are too far away from the ritual.
  930. str-start-channel: You begin to channel the sun spell.
  931. str-moved: You have stopped channeling.
  932. str-spell-success: You have successfully called the sun.
  933. str-announce: The sun has suddenly appeared in the sky!
  934. telekinesis:
  935. spell-class: ".instant.TelekinesisSpell"
  936. name: telekinesis
  937. description: Manipulate switches and buttons remotely.
  938. cast-item: 280
  939. cooldown: 15
  940. range: 20
  941. cost:
  942. - 331 1
  943. str-cost: 1 redstone dust
  944. str-no-target: You must target a switch or button.
  945. tome:
  946. spell-class: ".command.TomeSpell"
  947. name: tome
  948. enabled: false
  949. description: Create a tome that teaches a spell.
  950. cancel-read-on-learn: true
  951. allow-overwrite: false
  952. max-uses: -1
  953. default-uses: -1
  954. require-teach-perm: true
  955. str-usage: "Usage: While holding a book, /cast tome <spell>"
  956. str-no-spell: You do not know a spell with that name.
  957. str-cant-teach: You cannot create a tome with that spell.
  958. str-no-book: You must be holding a book.
  959. str-already-has-spell: That book already contains a spell.
  960. str-already-known: You already know the %s spell.
  961. str-cant-learn: You cannot learn the spell in this tome.
  962. str-learned: You have learned the %s spell.
  963. str-cast-self: You have created a spell tome.
  964. volley:
  965. spell-class: ".instant.VolleySpell"
  966. name: volley
  967. description: Send a volley of arrows at your targeted location.
  968. cast-item: 283
  969. cooldown: 45
  970. range: 30
  971. arrows: 10
  972. speed: 20
  973. spread: 150
  974. cost:
  975. - 331 3
  976. - 262 2
  977. str-cost: 3 redstone dust and 2 arrows
  978. str-cast-self: You fire a volley of magic arrows.
  979. str-cast-others: "%a fires a volley of arrows."
  980. str-no-target: No target found.
  981. walkway:
  982. spell-class: ".buff.WalkwaySpell"
  983. name: walkway
  984. description: Summon a moving magical walkway to take you places.
  985. cast-item: 280
  986. cooldown: 60
  987. platform-type: 5
  988. size: 6
  989. cancel-on-logout: true
  990. cancel-on-teleport: true
  991. cost:
  992. - 331 4
  993. use-cost:
  994. - 331 1
  995. use-cost-interval: 25
  996. str-cost: 4 redstone, plus 1 redstone every 25 blocks
  997. str-cast-self: You summon a magical walkway.
  998. str-fade: Your magical walkway disappears.
  999. wall:
  1000. spell-class: ".instant.WallSpell"
  1001. name: wall
  1002. description: Creates a temporary wall to block your enemies.
  1003. cast-item: 280
  1004. cooldown: 15
  1005. range: 3
  1006. wall-width: 5
  1007. wall-height: 3
  1008. wall-type: 45
  1009. wall-duration: 15
  1010. cost:
  1011. - 331 2
  1012. - 1 2
  1013. str-cost: 2 redstone dust and 2 stone
  1014. str-no-target: Unable to create a wall.
  1015. windwalk:
  1016. spell-class: ".buff.WindwalkSpell"
  1017. name: windwalk
  1018. description: Fly through the air.
  1019. cast-item: 280
  1020. cancel-on-land: true
  1021. duration: 120
  1022. cost:
  1023. - 331 3
  1024. - 288 1
  1025. use-cost:
  1026. - 288 1
  1027. use-cost-interval: 15
  1028. str-cost: 3 redstone, 2 feathers, plus 1 feather every 15 seconds
  1029. str-cast-self: You can now walk on the wind!
  1030. str-cast-others: "%a is now walking on the wind!"
  1031. str-fade: You are no longer walking on the wind.
  1032. zap:
  1033. spell-class: ".instant.ZapSpell"
  1034. name: zap
  1035. description: Instantly destroys a block.
  1036. cast-item: 294
  1037. cooldown: 1
  1038. allowed-block-types: ""
  1039. disallowed-block-types: 0,7
  1040. drop-block: false
  1041. drop-normal: true
  1042. check-plugins: true
  1043. range: 15
  1044. cost:
  1045. - 331 1
  1046. str-cost: 1 redstone dust
  1047. str-cast-self: You zapped a block.
  1048. str-cant-zap: You can't zap that.
  1049.  
  1050. gianttree:
  1051. spell-class: ".ExternalCommandSpell"
  1052. name: gianttree
  1053. enabled: false
  1054. description: Create a giant tree!
  1055. cooldown: 300
  1056. can-cast-by-command: true
  1057. can-cast-with-item: false
  1058. command-to-execute:
  1059. - "gt 25 4"
  1060. command-to-execute-later: []
  1061. command-delay: 0
  1062. command-to-block:
  1063. - "gt"
  1064. temporary-permissions: []
  1065. require-player-target: false
  1066. obey-los: true
  1067. range: 20
  1068. cost:
  1069. - 331 10
  1070. - 6 5
  1071. str-cost: 10 redstone dust and 5 saplings
  1072. str-cast-self: You grow a tree!
  1073. str-cant-use-command: "&4You don't have permission to do that."
  1074.  
  1075. torcharrow:
  1076. spell-class: ".PermissionSpell"
  1077. name: torcharrow
  1078. enabled: false
  1079. description: Shoot a torch arrow.
  1080. cooldown: 10
  1081. can-cast-by-command: true
  1082. can-cast-with-item: true
  1083. permission-nodes:
  1084. - "torcharrow.tArrow"
  1085. duration: 600
  1086. cost:
  1087. - 331 2
  1088. - 50 1
  1089. str-cost: 2 redstone dust and 1 torch
  1090. str-cast-self: You can now fire torch arrows.
Add Comment
Please, Sign In to add comment