Guest User

Untitled

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