Advertisement
Guest User

Untitled

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