Advertisement
Guest User

magicspellsConfig

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