Advertisement
atomos

Magic Config Help

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