Advertisement
Guest User

Untitled

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