Advertisement
Guest User

copies

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