Guest User

Magic Spells Config

a guest
Sep 10th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 35.85 KB | None | 0 0
  1. armour:
  2.     spell-class: ".buff.ArmorSpell"
  3.     name: armour
  4.     spell-icon: iron_chestplate
  5.     cast-item: book
  6.     duration: 30
  7.     num-uses: 15
  8.     helmet: gold_helmet protection_explosions:1 oxygen:1
  9.     chestplate: gold_chestplate protection_projectile:1
  10.     leggings: gold_leggings protection_fire:1
  11.     boots: gold_boots protection_fall:1
  12.     cost:
  13.        - mana 25
  14.         - gold_nugget 1
  15.     str-cost: 25 mana and 1 golden nugget
  16.     str-cast-self: You have conjured some magic armour!
  17.     str-has-armor: You cannot cast this spell if you are already wearing armour.
  18. barrage:
  19.     spell-class: ".targeted.VolleySpell"
  20.     name: barrage
  21.     spell-icon: bow
  22.     description: Fire a barrage at your targeted location.
  23.     cast-item: blaze_rod
  24.     cooldown: 45
  25.     range: 30
  26.     arrows: 10
  27.     speed: 20
  28.     spread: 150
  29.     shoot-interval: 0
  30.     cost:
  31.        - mana 20
  32.         - arrow 2
  33.     str-cost: 20 mana and 2 arrows
  34.     str-cast-self: You fire a volley of magic arrows.
  35.     str-cast-others: "%a fires a volley of arrows."
  36.     str-no-target: No target found.
  37. blastwall:
  38.     spell-class: ".instant.WallSpell"
  39.     name: blastwall
  40.     spell-icon: brick
  41.     description: Creates a temporary wall to block your enemies.
  42.     cast-item: stick
  43.     cooldown: 15
  44.     range: 3
  45.     wall-width: 5
  46.     wall-height: 3
  47.     wall-type: 98
  48.     wall-duration: 15
  49.     cost:
  50.        - mana 12
  51.         - stone 2
  52.     str-cost: 12 mana and 2 stone
  53.     str-no-target: Unable to create a wall.
  54. confuse:
  55.     spell-class: ".instant.ConfusionSpell"
  56.     name: confuse
  57.     spell-icon: eye_of_ender
  58.     description: Cause nearby monsters to attack each other.
  59.     cast-item: bone
  60.     cooldown: 30
  61.     range: 20
  62.     can-target: zombie,skeleton,creeper
  63.     cost:
  64.        - mana 30
  65.     str-cost: 30 mana
  66.     str-cast-self: You cause nearby monsters to become confused and attack each other.
  67.     str-cast-others: "%a causes nearby monsters to attack each other."
  68. choke:
  69.     spell-class: ".MultiSpell"
  70.     name: choke
  71.     cooldown: 30
  72.     stop-on-fail: false
  73.     check-individual-cooldowns: false
  74.     require-entity-target: true
  75.     target-players: true
  76.     cost:
  77.        - mana 50
  78.     str-cost: 50 mana
  79.     str-cast-self: You start to choke using the force!
  80.     str-fade: You are no longer using the force to choke.
  81.     spells:
  82.        - detain
  83.         - DELAY 20
  84.         - pain
  85.         - DELAY 20
  86.         - pain
  87.         - DELAY 20
  88.         - pain
  89. drain:
  90.     spell-class: ".targeted.DrainlifeSpell"
  91.     name: drain
  92.     spell-icon: ghast_tear
  93.     description: Drain life from your enemy and give it to you.
  94.     cast-item: blaze_rod
  95.     cooldown: 5
  96.     range: 15
  97.     take-type: health
  98.     take-amt: 2
  99.     give-type: health
  100.     give-amt: 2
  101.     animation-speed: 2
  102.     ignore-armor: false
  103.     can-target: players,monsters
  104.     check-plugins: true
  105.     cost:
  106.        - mana 10
  107.     str-cost: 10 mana
  108.     str-cast-self: You drain life from your enemy.
  109.     str-no-target: No target found.
  110. deflect:
  111.     spell-class: ".buff.ReflectSpell"
  112.     name: deflect
  113.     spell-icon: thin_glass
  114.     description: Reflect powers used on you.
  115.     cooldown: 30
  116.     num-uses: 3
  117.     cost:
  118.        - mana 30
  119.     use-cost:
  120.        - mana 20
  121.     use-cost-interval: 1
  122.     str-cost: 30 mana, plus 20 mana per spell reflected
  123.     str-cast-self: You feel a magical barrier surround you.
  124.     str-cast-others: A magical barrier surrounds %a.
  125.     str-fade: Your magical barrier fades.
  126. detain:
  127.     spell-class: ".targeted.CrippleSpell"
  128.     name: detain
  129.     spell-icon: web
  130.     description: Stop down a targeted enemy.
  131.     cast-item: blaze_rod
  132.     cooldown: 15
  133.     range: 20
  134.     effect-strength: 50
  135.     effect-duration: 200
  136.     can-target: players,monsters
  137.     cost:
  138.        - mana 10
  139.     str-cost: 10 mana
  140.     str-cast-self: You have detained %t.
  141.     str-no-target: No target found.
  142. disarm:
  143.     spell-class: ".targeted.DisarmSpell"
  144.     name: disarm
  145.     spell-icon: stone_sword:130
  146.     description: Disarm your opponent.
  147.     cast-item: blaze_rod
  148.     cooldown: 0
  149.     range: 20
  150.     disarmable-items:
  151.        - blaze_rod
  152.         - stick
  153.         - book
  154.         - bone
  155.         - wood_sword
  156.         - stone_sword
  157.         - iron_sword
  158.         - gold_sword
  159.         - diamond_sword
  160.         - bow
  161.     can-target: players,zombies,skeletons
  162.     disarm-duration: 10
  163.     dont-drop: false
  164.     prevent-theft: true
  165.     cost:
  166.        - mana 1
  167.     str-cost: 1 mana
  168.     str-no-target: No target found.
  169.     str-invalid-item: Your target could not be disarmed.
  170.     str-cast-self: You have disarmed %t.
  171.     str-cast-target: "%a has disarmed you."
  172. dowse:
  173.     spell-class: ".instant.DowseSpell"
  174.     name: dowse
  175.     spell-icon: compass
  176.     description: Dowse for iron ore.
  177.     cast-item: book
  178.     cooldown: 60
  179.     block-type: iron_ore
  180.     entity-type: ""
  181.     radius: 4
  182.     rotate-player: true
  183.     set-compass: true
  184.     cost:
  185.        - mana 35
  186.     str-cost: 35 mana
  187.     str-cast-self: There is iron ore nearby.
  188.     str-not-found: No iron ore found nearby.
  189. endurance:
  190.     spell-class: ".buff.InvulnerabilitySpell"
  191.     name: endurance
  192.     spell-icon: gold_chestplate
  193.     description: Makes you invulnerable to damage.
  194.     cast-item: book
  195.     damage-causes:
  196.        - block explosion
  197.         - contact
  198.         - custom
  199.         - drowning
  200.         - entity attack
  201.         - entity explosion
  202.         - fall
  203.         - fire
  204.         - fire tick
  205.         - lava
  206.         - lightning
  207.         - magic
  208.         - poison
  209.         - projectile
  210.         - starvation
  211.         - suffocation
  212.         - void
  213.         - wither
  214.     duration: 60
  215.     cooldown: 300
  216.     cost:
  217.         - mana 30
  218.     use-cost:
  219.         - mana 15
  220.     use-cost-interval: 5
  221.     str-cost: 30 mana, plus 15 mana when taking damage
  222.     str-cast-self: Your senses areat one with the force.
  223.     str-cast-others: "%a's skin hardens."
  224.     str-fade: You feel your return to normal.
  225. empower:
  226.     spell-class: ".buff.EmpowerSpell"
  227.     name: empower
  228.     spell-icon: glowstone_dust
  229.     description: Makes your spells more powerful.
  230.     cast-item: book
  231.     power-multiplier: 1.5
  232.     cooldown: 120
  233.     duration: 30
  234.     num-uses: 10
  235.     cost:
  236.        - mana 15
  237.     use-cost:
  238.        - mana 5
  239.     use-cost-interval: 1
  240.     str-cost: 15 mana, plus 5 mana for each spell cast
  241.     str-cast-self: You begin to glow with magical energy.
  242.     str-cast-others: "%a begins to glow with magical energy."
  243.     str-fade: You are no longer glowing with magical energy.
  244. encase:
  245.     spell-class: ".targeted.EntombSpell"
  246.     name: encase
  247.     spell-icon: coal_block
  248.     description: Encase an enemy in carbonite.
  249.     cast-item: blaze_rod
  250.     cooldown: 5
  251.     range: 15
  252.     can-target: players,monsters
  253.     tomb-block-type: 173
  254.     tomb-duration: 30
  255.     cost:
  256.        - mana 15
  257.     str-cost: 15 mana
  258.     str-no-target: No target found.
  259. flamethrower:
  260.     spell-class: ".targeted.CombustSpell"
  261.     name: flamethrower
  262.     spell-icon: fire
  263.     description: Set a target on fire.
  264.     cast-item: blaze_rod
  265.     cooldown: 10
  266.     range: 20
  267.     obey-los: true
  268.     fire-ticks: 100
  269.     fire-tick-damage: 1
  270.     prevent-immunity: true
  271.     can-target: players,monsters
  272.     check-plugins: true
  273.     cost:
  274.        - mana 10
  275.     str-cost: 10 mana
  276.     str-no-target: No target found.
  277. freight:
  278.     spell-class: ".instant.EnderchestSpell"
  279.     name: freight
  280.     spell-icon: ender_chest
  281.     description: Opens your ender chest inventory.
  282.     cast-item: book
  283.     cooldown: 300
  284.     cost:
  285.        - mana 50
  286.         - ender_pearl 1
  287.     str-cost: 50 mana and 1 ender pearl
  288. farmbot:
  289.     spell-class: ".targeted.FarmSpell"
  290.     name: farmbot
  291.     spell-icon: seeds
  292.     cast-item: book
  293.     description: Get droids to work growing the crop.
  294.     cooldown: 10
  295.     radius: 3
  296.     growth: 1
  297.     targeted: false
  298.     cost:
  299.        - mana 75
  300.     str-cost: 75 mana
  301.     str-cast-self: The droids complete the farming quickly.
  302.     str-no-target: There are no crops nearby.
  303. fireball:
  304.     spell-class: ".targeted.FireballSpell"
  305.     name: fireball
  306.     spell-icon: fireball
  307.     description: Throw a fiery ball of destruction.
  308.     cast-item: blaze_rod
  309.     cooldown: 5
  310.     range: 30
  311.     require-entity-target: false
  312.     obey-los: true
  313.     target-players: false
  314.     check-plugins: true
  315.     damage-multiplier: 3
  316.     small-fireball: true
  317.     no-fire: false
  318.     no-explosion: false
  319.     no-explosion-effect: true
  320.     no-explosion-damage: 5
  321.     no-explosion-damage-range: 3
  322.     cost:
  323.         - mana 10
  324.     str-cost: 10 mana
  325.     str-no-target: You cannot throw a fireball there.
  326.     str-cast-self: You throw a fiery ball of destruction!
  327.     str-cast-others: "%a throws a fiery ball of destruction!"
  328. force:
  329.     spell-class: ".targeted.TelekinesisSpell"
  330.     name: force
  331.     spell-icon: lever
  332.     description: Manipulate switches and buttons using the force.
  333.     cast-item: stick
  334.     cooldown: 15
  335.     range: 20
  336.     cost:
  337.        - mana 5
  338.     str-cost: 5 mana
  339.     str-no-target: You must target a switch or button.
  340. heal:
  341.     spell-class: ".targeted.HealSpell"
  342.     name: heal
  343.     spell-icon: red_rose
  344.     description: Heals a target player.
  345.     cast-item: stick
  346.     heal-amount: 10
  347.     cancel-if-full: true
  348.     effects:
  349.        - target potion FF0000 40
  350.     can-target: players,wolf,cat
  351.     obey-los: true
  352.     cooldown: 0
  353.     range: 12
  354.     cost:
  355.        - mana 10
  356.     str-cost: 10 mana
  357.     str-cast-self: You have healed %t.
  358.     str-cast-target: "%a has healed you."
  359.     str-no-target: No target to heal.
  360.     str-max-health: "%t is already at max health."
  361. levitate:
  362.     spell-class: ".targeted.LevitateSpell"
  363.     name: levitate
  364.     spell-icon: feather
  365.     description: Cause your target to fly through the air.
  366.     cast-item: bone
  367.     tick-rate: 5
  368.     duration: 15
  369.     cooldown: 30
  370.     range: 12
  371.     cancel-on-item-switch: true
  372.     cancel-on-spell-cast: true
  373.     can-target: players,monsters,animals
  374.     cost:
  375.        - mana 30
  376.     str-cost: 30 mana
  377.     str-cast-self: You are levitating %t!
  378.     str-cast-target: "%a is levitating you!"
  379.     str-no-target: No target found.
  380. lightning:
  381.     spell-class: ".targeted.LightningSpell"
  382.     name: lightning
  383.     spell-icon: gold_sword
  384.     description: Call down lightning.
  385.     cast-item: blaze_rod
  386.     cooldown: 2
  387.     range: 40
  388.     additional-damage: 100
  389.     no-damage: false
  390.     require-entity-target: false
  391.     check-plugins: true
  392.     cost:
  393.        - mana 20
  394.     str-cost: 20 mana
  395.     str-cast-self: You call down lightning.
  396.     str-cast-others: "%a calls down lightning."
  397.     str-no-target: No target found.
  398. march:
  399.     spell-class: ".buff.HasteSpell"
  400.     name: march
  401.     spell-icon: gold_boots
  402.     description: Sprint faster for a time.
  403.     cast-item: book
  404.     effect-strength: 3
  405.     boost-duration: 300
  406.     duration: 60
  407.     cost:
  408.        - mana 25
  409.     str-cost: 25 mana
  410.     str-cast-self: You quicken to marching doubletime!
  411.     str-cast-others: "%a is marching doubletime!"
  412.     str-fade: You slow to a regular pace.
  413. medic:
  414.     spell-class: ".MultiSpell"
  415.     name: medic
  416.     cooldown: 3600
  417.     stop-on-fail: false
  418.     check-individual-cooldowns: false
  419.     require-entity-target: true
  420.     target-players: true
  421.     cost:
  422.        - mana 50
  423.     str-cost: 50 mana
  424.     str-cast-self: A medic sets up a field hospital!
  425.     str-fade: The medic's supplies have run out.
  426.     spells:
  427.        - heal
  428.         - prayer
  429.         - rations
  430. meditate:
  431.     spell-class: ".buff.ManaRegenSpell"
  432.     name: meditate
  433.     spell-icon: potion
  434.     description: Increase mana regeneration for a time.
  435.     cast-item: book
  436.     cooldown: 300
  437.     duration: 60
  438.     regen-mod-amt: 3
  439.     cost:
  440.        - mana 10
  441.     str-cost: 10 mana
  442.     str-cast-self: Your thoughts race and flow with ease!
  443.     str-fade: Your mind returns to normal.
  444. minion:
  445.     spell-class: ".buff.MinionSpell"
  446.     name: minion
  447.     spell-icon: monster_egg:54
  448.     description: Summons a minion to aid you.
  449.     cast-item: bone
  450.     cooldown: 60
  451.     duration: 60
  452.     mob-chances:
  453.        - Zombie 75
  454.         - Skeleton 25
  455.     prevent-sun-burn: true
  456.     target-players: false
  457.     cost:
  458.        - mana 30
  459.     str-cost: 30 mana
  460.     str-cast-self: You summon a mindless minion.
  461.     str-cast-others: "%a has summoned an mindless minion."
  462.     str-fade: Your mindless minion dies.
  463. missile:
  464.     spell-class: ".targeted.HomingMissileSpell"
  465.     projectile-velocity: 5
  466.     projectile-inertia: 10
  467.     particle-name: fireworksSpark
  468.     particle-speed: 0.1
  469.     particle-count: 2
  470.     particle-horizontal-spread: 0.1
  471.     particle-vertical-spread: 0.1
  472.     tick-interval: 2
  473.     special-effect-interval: 1
  474.     range: 25
  475.     max-duration: 60
  476.     hit-radius: 1.5
  477.     render-distance: 32
  478.     target-players: true
  479.     target-non-players: true
  480.     str-cast-self: You fire a homing missile.
  481.     str-no-target: No target.
  482.     spell: explode
  483. pain:
  484.     spell-class: ".targeted.PainSpell"
  485.     name: pain
  486.     spell-icon: bone
  487.     description: Cause your enemy pain.
  488.     cast-item: blaze_rod
  489.     cooldown: 15
  490.     damage: 10
  491.     range: 20
  492.     ignore-armor: false
  493.     can-target: players,monsters
  494.     check-plugins: true
  495.     cost:
  496.        - mana 10
  497.     str-cost: 10 mana and a half heart
  498.     str-no-target: No target found.
  499. purge:
  500.     spell-class: ".instant.PurgeSpell"
  501.     name: purge
  502.     spell-icon: potion:16396
  503.     description: Kill all monsters and animals around you.
  504.     cast-item: bone
  505.     cooldown: 60
  506.     range: 8
  507.     can-target: monsters,animals
  508.     cost:
  509.        - mana 50
  510.     str-cost: 50 mana
  511.     str-cast-self: You purge all life around you.
  512.     str-cast-others: "%a purges all nearby life."
  513. push:
  514.     spell-class: ".instant.ForcepushSpell"
  515.     name: push
  516.     spell-icon: record_3
  517.     description: Push back your enemies.
  518.     cast-item: bone
  519.     cooldown: 8
  520.     range: 10
  521.     pushback-force: 30
  522.     additional-vertical-force: 15
  523.     max-vertical-force: 20
  524.     can-target: players,monsters
  525.     cost:
  526.        - mana 30
  527.     str-cost: 30 mana
  528.     str-cast-self: You push back your enemies!
  529.     str-cast-others: "%a pushes back his enemies."
  530. phase:
  531.     spell-class: ".instant.PhaseSpell"
  532.     name: phase
  533.     spell-icon: diamond
  534.     description: Phase through solid matter.
  535.     cast-item: stick
  536.     cooldown: 10
  537.     range: 5
  538.     max-distance: 15
  539.     allowed-pass-thru-blocks: []
  540.     cost:
  541.        - mana 15
  542.     str-cost: 15 mana
  543.     str-cant-phase: Unable to find place to phase to.
  544. prayer:
  545.     spell-class: ".instant.PrayerSpell"
  546.     name: prayer
  547.     spell-icon: yellow_flower
  548.     description: Heals yourself for five hearts.
  549.     cast-item: stick
  550.     cooldown: 15
  551.     amount-healed: 10
  552.     cost:
  553.        - mana 10
  554.     str-cost: 10 mana
  555.     str-cast-self: You have healed yourself.
  556.     str-at-full-health: You are already at full health.
  557. radar:
  558.     spell-class: ".MultiSpell"
  559.     name: radar
  560.     spell-icon: stone
  561.     cooldown: 30
  562.     cast-item: book
  563.     check-individual-cooldowns: false
  564.     cost:
  565.         - mana 50
  566.     duration: 15
  567.     str-cost: 50 mana
  568.     str-cast-self: You can see through blocks!
  569.     spells:
  570.        - vision_sand
  571.         - vision_sandstone
  572.         - vision_smoothstone
  573.         - vision_dirt
  574.         - vision_gravel
  575.         - vision_clay
  576.         - vision_grass
  577. rations:
  578.     spell-class: ".instant.FoodSpell"
  579.     name: rations
  580.     spell-icon: cooked_beef
  581.     description: Makes you less hungry.
  582.     cast-item: book
  583.     cooldown: 30
  584.     food: 4
  585.     saturation: 2.5
  586.     cost:
  587.        - mana 25
  588.     str-cost: 25 mana
  589.     str-cast-self: You feel less hungry.
  590. repairbot:
  591.     spell-class: ".instant.RepairSpell"
  592.     name: repairbot
  593.     spell-icon: workbench
  594.     description: Droids repair your gear.
  595.     cast-item: book
  596.     cooldown: 120
  597.     repair-amount: 300
  598.     to-repair:
  599.        - held
  600.         - hotbar
  601.         - inventory
  602.         - helmet
  603.         - chestplate
  604.         - leggings
  605.         - boots
  606.     ignore-items:
  607.        - 259
  608.         - 346
  609.     cost:
  610.        - mana 50
  611.         - iron_ingot 2
  612.     str-cost: 50 mana and 2 iron bars
  613.     str-cast-self: Droids have repaired your gear!
  614.     str-nothing-to-repair: You have nothing to repair.
  615. scuba:
  616.     spell-class: ".buff.GillsSpell"
  617.     name: scuba
  618.     spell-icon: gold_helmet
  619.     description: Allows you to breath underwater.
  620.     cast-item: book
  621.     glass-head-effect: true
  622.     cooldown: 60
  623.     duration: 300
  624.     num-uses: 5
  625.     cost:
  626.        - mana 50
  627.     use-cost-interval: 1
  628.     str-cost: 50 mana
  629.     str-cast-self: You form gills on your neck!
  630.     str-fade: Your gills disappear.
  631. stun:
  632.     spell-class: ".targeted.PotionEffectSpell"
  633.     name: stun
  634.     spell-icon: ink_sack:0
  635.     description: Stun your target.
  636.     cast-item: blaze_rod
  637.     cooldown: 15
  638.     range: 20
  639.     type: 15
  640.     strength: 0
  641.     duration: 200
  642.     targeted: true
  643.     can-target: players
  644.     obey-los: true
  645.     cost:
  646.        - mana 10
  647.     str-cost: 10 mana
  648.     str-cast-self: You have stunned %t!
  649.     str-no-target: No target found.
  650. silence:
  651.     spell-class: ".targeted.SilenceSpell"
  652.     name: silence
  653.     spell-icon: raw_fish
  654.     description: Prevent a player from casting spells for a time.
  655.     cast-item: blaze_rod
  656.     range: 10
  657.     prevent-cast: true
  658.     prevent-chat: false
  659.     prevent-commands: false
  660.     duration: 200
  661.     allowed-spells:
  662.        - list
  663.         - help
  664.     cost:
  665.        - mana 15
  666.     str-cost: 15 mana
  667.     str-cast-self: You have silenced %t.
  668.     str-cast-target: "%a has silenced you."
  669.     str-silenced: You are silenced.
  670.     str-no-target: No target found.
  671. stealth:
  672.     spell-class: ".buff.InvisibilitySpell"
  673.     name: stealth
  674.     spell-icon: record_11
  675.     description: Makes you invisible to players and monsters.
  676.     cast-item: bone
  677.     cooldown: 60
  678.     effects:
  679.        - caster spawn
  680.         - disabled spawn
  681.     toggle: true
  682.     prevent-pickups: true
  683.     cancel-on-give-damage: true
  684.     cancel-on-logout: true
  685.     duration: 15
  686.     cost:
  687.        - mana 25
  688.     use-cost:
  689.        - mana 15
  690.     use-cost-interval: 3
  691.     str-cost: 25 mana, plus 15 mana every 3 seconds
  692.     str-cast-self: You vanish!
  693.     str-cast-others: "%a vanishes!"
  694.     str-fade: You are visible again.
  695. scorch:
  696.     spell-class: ".instant.FirenovaSpell"
  697.     name: scorch
  698.     spell-icon: blaze_powder
  699.     description: Summon an expanding ring of fire.
  700.     cast-item: bone
  701.     cooldown: 10
  702.     range: 5
  703.     tick-speed: 10
  704.     burn-tall-grass: true
  705.     check-plugins: true
  706.     cost:
  707.        - mana 15
  708.     str-cost: 15 mana
  709.     str-cast-self: You summon an expanding ring of fire.
  710.     str-cast-others: "%a summons an expanding ring of fire."
  711. shadowstep:
  712.     spell-class: ".targeted.ShadowstepSpell"
  713.     name: shadowstep
  714.     spell-icon: leather_boots
  715.     cast-item: stick
  716.     effects:
  717.        - caster spawner
  718.         - target spawner
  719.     can-target: players,monsters
  720.     range: 15
  721.     cost:
  722.        - mana 10
  723.     str-cost: 10 mana
  724.     str-no-target: No target found.
  725.     str-no-landing-spot: Cannot shadowstep there.
  726. spy:
  727.     spell-class: ".MultiSpell"
  728.     name: spy
  729.     spell-icon: stone
  730.     cooldown: 30
  731.     cast-item: book
  732.     check-individual-cooldowns: false
  733.     cost:
  734.         - mana 50
  735.     duration: 15
  736.     str-cost: 50 mana
  737.     str-cast-self: You can see through blocks!
  738.     spells:
  739.        - vision_nether
  740.         - vision_hardclay
  741.         - vision_wall
  742.         - vision_book
  743.         - vision_redstone
  744.         - vision_wool
  745.         - vision_iron
  746.         - vision_quartz
  747. taxes:
  748.     spell-class: ".instant.ConjureSpell"
  749.     name: taxes
  750.     spell-icon: redstone
  751.     description: Collect some local taxes.
  752.     cast-item: book
  753.     cooldown: 3600
  754.     power-affects-quantity: false
  755.     power-affects-chance: true
  756.     calculate-drops-individually: true
  757.     auto-equip: false
  758.     items:
  759.        - redstone 1-6 25%
  760.         - iron_ingot 1-8 25%
  761.         - gold_ingot 1-8 25%
  762.         - diamond 1 25%
  763.     add-to-inventory: false
  764.     str-cost: free
  765.     str-cast-self: You have collected some taxes!
  766. valetbot:
  767.     spell-class: ".buff.SpellHasteSpell"
  768.     name: valetbot
  769.     spell-icon: ink_sack:4
  770.     description: Droids take care of setting up the next spell faster.
  771.     cast-item: book
  772.     cooldown: 60
  773.     duration: 15
  774.     cast-time-mod-amt: -50
  775.     cooldown-mod-amt: -50
  776.     cost:
  777.        - mana 25
  778.     str-cost: 25 mana
  779.     str-cast-self: Additional droids allow you to cast faster!
  780.     str-fade: The droids have fulfilled their usefulness.
  781. vision_nether:
  782.     spell-class: ".buff.StonevisionSpell"
  783.     name: vision_nether
  784.     spell-icon: stone
  785.     description: See through nether blocks.
  786.     cast-item: book
  787.     range: 5
  788.     transparent-type: 112
  789.     unobfuscate: false
  790.     cooldown: 60
  791.     duration: 30
  792.     cost:
  793.         - mana 50
  794.     str-cost: 50 mana
  795. vision_hardclay:
  796.     spell-class: ".buff.StonevisionSpell"
  797.     name: vision_hardclay
  798.     spell-icon: stone
  799.     description: See through hard clay blocks.
  800.     cast-item: book
  801.     range: 5
  802.     transparent-type: 172
  803.     unobfuscate: false
  804.     cooldown: 60
  805.     duration: 30
  806.     cost:
  807.         - mana 50
  808.     str-cost: 50 mana
  809. vision_wall:
  810.     spell-class: ".buff.StonevisionSpell"
  811.     name: vision_wall
  812.     spell-icon: stone
  813.     description: See through stained clay blocks.
  814.     cast-item: book
  815.     range: 5
  816.     transparent-type: 159
  817.     unobfuscate: false
  818.     cooldown: 60
  819.     duration: 30
  820.     cost:
  821.         - mana 50
  822.     str-cost: 50 mana
  823. vision_book:
  824.     spell-class: ".buff.StonevisionSpell"
  825.     name: vision_book
  826.     spell-icon: stone
  827.     description: See through bookshelves.
  828.     cast-item: book
  829.     range: 5
  830.     transparent-type: 47
  831.     unobfuscate: false
  832.     cooldown: 60
  833.     duration: 30
  834.     cost:
  835.         - mana 50
  836.     str-cost: 50 mana
  837. vision_redstone:
  838.     spell-class: ".buff.StonevisionSpell"
  839.     name: vision_redstone
  840.     spell-icon: stone
  841.     description: See through redstone blocks.
  842.     cast-item: book
  843.     range: 5
  844.     transparent-type: 152
  845.     unobfuscate: false
  846.     cooldown: 60
  847.     duration: 30
  848.     cost:
  849.         - mana 50
  850.     str-cost: 50 mana
  851. vision_wool:
  852.     spell-class: ".buff.StonevisionSpell"
  853.     name: vision_wool
  854.     spell-icon: stone
  855.     description: See through wool blocks.
  856.     cast-item: book
  857.     range: 5
  858.     transparent-type: 35
  859.     unobfuscate: false
  860.     cooldown: 60
  861.     duration: 30
  862.     cost:
  863.         - mana 50
  864.     str-cost: 50 mana
  865. vision_iron:
  866.     spell-class: ".buff.StonevisionSpell"
  867.     name: vision_iron
  868.     spell-icon: stone
  869.     description: See through iron blocks.
  870.     cast-item: book
  871.     range: 5
  872.     transparent-type: 42
  873.     unobfuscate: false
  874.     cooldown: 60
  875.     duration: 30
  876.     cost:
  877.         - mana 50
  878.     str-cost: 50 mana
  879. vision_quartz:
  880.     spell-class: ".buff.StonevisionSpell"
  881.     name: vision_quartz
  882.     spell-icon: stone
  883.     description: See through quartz blocks.
  884.     cast-item: book
  885.     range: 5
  886.     transparent-type: 155
  887.     unobfuscate: false
  888.     cooldown: 60
  889.     duration: 30
  890.     cost:
  891.         - mana 50
  892.     str-cost: 50 mana
  893. vision_smoothstone:
  894.     spell-class: ".buff.StonevisionSpell"
  895.     name: vision_smoothstone
  896.     spell-icon: stone
  897.     description: See through stone.
  898.     cast-item: book
  899.     range: 5
  900.     transparent-type: 1
  901.     unobfuscate: false
  902.     cooldown: 60
  903.     duration: 30
  904.     cost:
  905.         - mana 50
  906.     str-cost: 50 mana
  907.     str-fade: You can no longer see through blocks.
  908. vision_sandstone:
  909.     spell-class: ".buff.StonevisionSpell"
  910.     name: vision_sandstone
  911.     spell-icon: stone
  912.     description: See through stone.
  913.     cast-item: book
  914.     range: 5
  915.     transparent-type: 24
  916.     unobfuscate: false
  917.     cooldown: 60
  918.     duration: 30
  919.     cost:
  920.         - mana 50
  921.     str-cost: 50 mana
  922. vision_gravel:
  923.     spell-class: ".buff.StonevisionSpell"
  924.     name: vision_gravel
  925.     spell-icon: stone
  926.     description: See through gravel.
  927.     cast-item: book
  928.     range: 5
  929.     transparent-type: 13
  930.     unobfuscate: false
  931.     cooldown: 60
  932.     duration: 30
  933.     cost:
  934.         - mana 50
  935.     str-cost: 50 mana
  936. vision_dirt:
  937.     spell-class: ".buff.StonevisionSpell"
  938.     name: vision_dirt
  939.     spell-icon: stone
  940.     description: See through dirt.
  941.     cast-item: book
  942.     range: 5
  943.     transparent-type: 3
  944.     unobfuscate: false
  945.     cooldown: 60
  946.     duration: 30
  947.     cost:
  948.         - mana 50
  949.     str-cost: 50 mana
  950. vision_sand:
  951.     spell-class: ".buff.StonevisionSpell"
  952.     name: vision_sand
  953.     spell-icon: stone
  954.     description: See through sand.
  955.     cast-item: book
  956.     range: 5
  957.     transparent-type: 12
  958.     unobfuscate: false
  959.     cooldown: 60
  960.     duration: 30
  961.     cost:
  962.         - mana 50
  963.     str-cost: 50 mana
  964. vision_clay:
  965.     spell-class: ".buff.StonevisionSpell"
  966.     name: vision_clay
  967.     spell-icon: stone
  968.     description: See through clay.
  969.     cast-item: book
  970.     range: 5
  971.     transparent-type: 82
  972.     unobfuscate: false
  973.     cooldown: 60
  974.     duration: 30
  975.     cost:
  976.         - mana 50
  977.     str-cost: 50 mana
  978. vision_grass:
  979.     spell-class: ".buff.StonevisionSpell"
  980.     name: vision_grass
  981.     spell-icon: stone
  982.     description: See through grass.
  983.     cast-item: book
  984.     range: 5
  985.     transparent-type: 2
  986.     unobfuscate: false
  987.     cooldown: 60
  988.     duration: 30
  989.     cost:
  990.         - mana 50
  991.     str-cost: 50 mana
  992.    
  993. #OP
  994. zeus:
  995.     spell-class: ".MultiSpell"
  996.     name: zeus
  997.     spell-icon: gold_axe
  998.     cooldown: 0
  999.     cast-item: blaze_rod
  1000.     check-individual-cooldowns: false
  1001.     cost:
  1002.        - mana 0
  1003.     str-cost: 0 mana
  1004.     spells:
  1005.        - lightning
  1006. shove:
  1007.     spell-class: ".instant.ForcepushSpell"
  1008.     name: shove
  1009.     spell-icon: record_3
  1010.     description: Shove back your enemies.
  1011.     cast-item: bone
  1012.     cooldown: 0
  1013.     range: 10
  1014.     pushback-force: 30
  1015.     additional-vertical-force: 15
  1016.     max-vertical-force: 20
  1017.     can-target: players,monsters
  1018.     cost:
  1019.        - mana 1
  1020.     str-cost: 1 mana
  1021.     str-cast-self: You shove back your enemies!
  1022.     str-cast-others: "%a shoves back his enemies."
  1023.    
  1024. crystalforge:
  1025.     spell-class: ".ExternalCommandSpell"
  1026.     name: crystalforge
  1027.     spell-icon: emerald
  1028.     description: Forge a Jedi lightsabre crystal!
  1029.     cooldown: 86400
  1030.     can-cast-by-command: true
  1031.     can-cast-with-item: true
  1032.     command-to-execute:
  1033.         - "ex give i@SabreCrystal to:<p@%a.inventory>"
  1034.     cost:
  1035.        - mana 100
  1036.         - emerald 1
  1037.     str-cost: 100 mana and 1 emerald
  1038.     str-cast-self: You forge a crystal!
  1039.     str-cant-use-command: "&4You don't have permission to do that."
  1040. syntheticforge:
  1041.     spell-class: ".ExternalCommandSpell"
  1042.     name: syntheticforge
  1043.     spell-icon: redstone
  1044.     description: Forge a Sith lightsabre crystal!
  1045.     cooldown: 86400
  1046.     can-cast-by-command: true
  1047.     can-cast-with-item: true
  1048.     command-to-execute:
  1049.         - "ex give i@SithCrystal to:<p@%a.inventory>"
  1050.     cost:
  1051.        - mana 100
  1052.         - redstone 1
  1053.     str-cost: 100 mana and 1 redstone dust
  1054.     str-cast-self: You forge a crystal!
  1055.     str-cant-use-command: "&4You don't have permission to do that."
  1056.  
  1057. #Potions
  1058. speed:
  1059.     spell-class: ".targeted.PotionEffectSpell"
  1060.     name: speed
  1061.     spell-icon: spider_eye
  1062.     description: Increases movement speed and expands field of vision.
  1063.     cast-item: blaze_rod
  1064.     cooldown: 15
  1065.     range: 20
  1066.     type: 1
  1067.     strength: 0
  1068.     duration: 100
  1069.     targeted: true
  1070.     target-players: false
  1071.     target-non-players: true
  1072.     obey-los: true
  1073.     cost:
  1074.        - mana 12
  1075.     str-cost: 12 mana
  1076.     str-cast-self: Speed!
  1077.     str-no-target: No target found.
  1078. slowness:
  1079.     spell-class: ".targeted.PotionEffectSpell"
  1080.     name: slowness
  1081.     spell-icon: spider_eye
  1082.     description: Decreases movement speed and contracts field of vision.
  1083.     cast-item: blaze_rod
  1084.     cooldown: 15
  1085.     range: 20
  1086.     type: 2
  1087.     strength: 0
  1088.     duration: 100
  1089.     targeted: true
  1090.     target-players: false
  1091.     target-non-players: true
  1092.     obey-los: true
  1093.     cost:
  1094.        - mana 12
  1095.     str-cost: 12 mana
  1096.     str-cast-self: slowness!
  1097.     str-no-target: No target found.
  1098. haste:
  1099.     spell-class: ".targeted.PotionEffectSpell"
  1100.     name: haste
  1101.     spell-icon: spider_eye
  1102.     description: Increases block breaking speed and arm movement speed.
  1103.     cast-item: blaze_rod
  1104.     cooldown: 15
  1105.     range: 20
  1106.     type: 3
  1107.     strength: 0
  1108.     duration: 100
  1109.     targeted: true
  1110.     target-players: false
  1111.     target-non-players: true
  1112.     obey-los: true
  1113.     cost:
  1114.        - mana 12
  1115.     str-cost: 12 mana
  1116.     str-cast-self: haste!
  1117.     str-no-target: No target found.
  1118. fatigue:
  1119.     spell-class: ".targeted.PotionEffectSpell"
  1120.     name: fatigue
  1121.     spell-icon: spider_eye
  1122.     description: Decreases block breaking speed and arm movement speed.
  1123.     cast-item: blaze_rod
  1124.     cooldown: 15
  1125.     range: 20
  1126.     type: 4
  1127.     strength: 0
  1128.     duration: 100
  1129.     targeted: true
  1130.     target-players: false
  1131.     target-non-players: true
  1132.     obey-los: true
  1133.     cost:
  1134.        - mana 12
  1135.     str-cost: 12 mana
  1136.     str-cast-self: fatigue!
  1137.     str-no-target: No target found.
  1138. strength:
  1139.     spell-class: ".targeted.PotionEffectSpell"
  1140.     name: strength
  1141.     spell-icon: spider_eye
  1142.     description: Increases damage dealt with melee attacks.
  1143.     cast-item: blaze_rod
  1144.     cooldown: 15
  1145.     range: 20
  1146.     type: 5
  1147.     strength: 0
  1148.     duration: 100
  1149.     targeted: true
  1150.     target-players: false
  1151.     target-non-players: true
  1152.     obey-los: true
  1153.     cost:
  1154.        - mana 12
  1155.     str-cost: 12 mana
  1156.     str-cast-self: strength!
  1157.     str-no-target: No target found.
  1158. jumpboost:
  1159.     spell-class: ".targeted.PotionEffectSpell"
  1160.     name: jumpboost
  1161.     spell-icon: spider_eye
  1162.     description: Increases jump height.
  1163.     cast-item: blaze_rod
  1164.     cooldown: 15
  1165.     range: 20
  1166.     type: 8
  1167.     strength: 0
  1168.     duration: 100
  1169.     targeted: true
  1170.     target-players: false
  1171.     target-non-players: true
  1172.     obey-los: true
  1173.     cost:
  1174.        - mana 12
  1175.     str-cost: 12 mana
  1176.     str-cast-self: jump boost!
  1177.     str-no-target: No target found.
  1178. nausea:
  1179.     spell-class: ".targeted.PotionEffectSpell"
  1180.     name: nausea
  1181.     spell-icon: spider_eye
  1182.     description: Makes the player's vision blur, similar to the nether portal effect.
  1183.     cast-item: blaze_rod
  1184.     cooldown: 15
  1185.     range: 20
  1186.     type: 9
  1187.     strength: 0
  1188.     duration: 100
  1189.     targeted: true
  1190.     target-players: false
  1191.     target-non-players: true
  1192.     obey-los: true
  1193.     cost:
  1194.        - mana 12
  1195.     str-cost: 12 mana
  1196.     str-cast-self: nausea!
  1197.     str-no-target: No target found.
  1198. regeneration:
  1199.     spell-class: ".targeted.PotionEffectSpell"
  1200.     name: regeneration
  1201.     spell-icon: spider_eye
  1202.     description: Health regenerates over time. This is the golden apple effect.
  1203.     cast-item: blaze_rod
  1204.     cooldown: 15
  1205.     range: 20
  1206.     type: 10
  1207.     strength: 0
  1208.     duration: 100
  1209.     targeted: true
  1210.     target-players: false
  1211.     target-non-players: true
  1212.     obey-los: true
  1213.     cost:
  1214.        - mana 12
  1215.     str-cost: 12 mana
  1216.     str-cast-self: regeneration!
  1217.     str-no-target: No target found.
  1218. resistance:
  1219.     spell-class: ".targeted.PotionEffectSpell"
  1220.     name: resistance
  1221.     spell-icon: spider_eye
  1222.     description: Reduces incoming damage.
  1223.     cast-item: blaze_rod
  1224.     cooldown: 15
  1225.     range: 20
  1226.     type: 11
  1227.     strength: 0
  1228.     duration: 100
  1229.     targeted: true
  1230.     target-players: false
  1231.     target-non-players: true
  1232.     obey-los: true
  1233.     cost:
  1234.        - mana 12
  1235.     str-cost: 12 mana
  1236.     str-cast-self: resistance!
  1237.     str-no-target: No target found.
  1238. fireresistance:
  1239.     spell-class: ".targeted.PotionEffectSpell"
  1240.     name: fireresistance
  1241.     spell-icon: spider_eye
  1242.     description: Makes player completely immune to fire and lava.
  1243.     cast-item: blaze_rod
  1244.     cooldown: 15
  1245.     range: 20
  1246.     type: 12
  1247.     strength: 0
  1248.     duration: 100
  1249.     targeted: true
  1250.     target-players: false
  1251.     target-non-players: true
  1252.     obey-los: true
  1253.     cost:
  1254.        - mana 12
  1255.     str-cost: 12 mana
  1256.     str-cast-self: Fire Resistance!
  1257.     str-no-target: No target found.
  1258. waterbreathing:
  1259.     spell-class: ".targeted.PotionEffectSpell"
  1260.     name: waterbreathing
  1261.     spell-icon: spider_eye
  1262.     description: Makes the player able to breath underwater.
  1263.     cast-item: blaze_rod
  1264.     cooldown: 15
  1265.     range: 20
  1266.     type: 13
  1267.     strength: 0
  1268.     duration: 100
  1269.     targeted: true
  1270.     target-players: false
  1271.     target-non-players: true
  1272.     obey-los: true
  1273.     cost:
  1274.        - mana 12
  1275.     str-cost: 12 mana
  1276.     str-cast-self: water breathing!
  1277.     str-no-target: No target found.
  1278. invisibility:
  1279.     spell-class: ".targeted.PotionEffectSpell"
  1280.     name: invisibility
  1281.     spell-icon: spider_eye
  1282.     description: Makes the player invisible.
  1283.     cast-item: blaze_rod
  1284.     cooldown: 15
  1285.     range: 20
  1286.     type: 14
  1287.     strength: 0
  1288.     duration: 100
  1289.     targeted: true
  1290.     target-players: false
  1291.     target-non-players: true
  1292.     obey-los: true
  1293.     cost:
  1294.        - mana 12
  1295.     str-cost: 12 mana
  1296.     str-cast-self: invisibility!
  1297.     str-no-target: No target found.
  1298. blindness:
  1299.     spell-class: ".targeted.PotionEffectSpell"
  1300.     name: blindness
  1301.     spell-icon: spider_eye
  1302.     description: Reduces the player's vision by creating a close fog, similar to the fog at bedrock levels.
  1303.     cast-item: blaze_rod
  1304.     cooldown: 15
  1305.     range: 20
  1306.     type: 15
  1307.     strength: 0
  1308.     duration: 100
  1309.     targeted: true
  1310.     target-players: false
  1311.     target-non-players: true
  1312.     obey-los: true
  1313.     cost:
  1314.        - mana 12
  1315.     str-cost: 12 mana
  1316.     str-cast-self: blindness!
  1317.     str-no-target: No target found.
  1318. nightvision:
  1319.     spell-class: ".targeted.PotionEffectSpell"
  1320.     name: nightvision
  1321.     spell-icon: spider_eye
  1322.     description: Increases brightness to allow the player to see better in darkness.
  1323.     cast-item: blaze_rod
  1324.     cooldown: 15
  1325.     range: 20
  1326.     type: 16
  1327.     strength: 0
  1328.     duration: 100
  1329.     targeted: true
  1330.     target-players: false
  1331.     target-non-players: true
  1332.     obey-los: true
  1333.     cost:
  1334.        - mana 12
  1335.     str-cost: 12 mana
  1336.     str-cast-self: night vision!
  1337.     str-no-target: No target found.
  1338. hunger:
  1339.     spell-class: ".targeted.PotionEffectSpell"
  1340.     name: hunger
  1341.     spell-icon: spider_eye
  1342.     description: Causes the food meter to deplete quickly. This is the effect caused by eating raw chicken or rotten flesh.
  1343.     cast-item: blaze_rod
  1344.     cooldown: 15
  1345.     range: 20
  1346.     type: 17
  1347.     strength: 0
  1348.     duration: 100
  1349.     targeted: true
  1350.     target-players: false
  1351.     target-non-players: true
  1352.     obey-los: true
  1353.     cost:
  1354.        - mana 12
  1355.     str-cost: 12 mana
  1356.     str-cast-self: hunger!
  1357.     str-no-target: No target found.
  1358. weakness:
  1359.     spell-class: ".targeted.PotionEffectSpell"
  1360.     name: weakness
  1361.     spell-icon: spider_eye
  1362.     description: Lowers attack power.
  1363.     cast-item: blaze_rod
  1364.     cooldown: 15
  1365.     range: 20
  1366.     type: 18
  1367.     strength: 0
  1368.     duration: 100
  1369.     targeted: true
  1370.     target-players: false
  1371.     target-non-players: true
  1372.     obey-los: true
  1373.     cost:
  1374.        - mana 12
  1375.     str-cost: 12 mana
  1376.     str-cast-self: weakness!
  1377.     str-no-target: No target found.
  1378. poison:
  1379.     spell-class: ".targeted.PotionEffectSpell"
  1380.     name: poison
  1381.     spell-icon: spider_eye
  1382.     description: Deals damage over time. This is the same effect caused by being attacked by a cave spider.
  1383.     cast-item: blaze_rod
  1384.     cooldown: 15
  1385.     range: 20
  1386.     type: 19
  1387.     strength: 0
  1388.     duration: 100
  1389.     targeted: true
  1390.     target-players: false
  1391.     target-non-players: true
  1392.     obey-los: true
  1393.     cost:
  1394.        - mana 12
  1395.     str-cost: 12 mana
  1396.     str-cast-self: You have poisoned your target!
  1397.     str-no-target: No target found.
  1398. wither:
  1399.     spell-class: ".targeted.PotionEffectSpell"
  1400.     name: wither
  1401.     spell-icon: spider_eye
  1402.     description: Turns hearts black and does damage over time.
  1403.     cast-item: blaze_rod
  1404.     cooldown: 15
  1405.     range: 20
  1406.     type: 20
  1407.     strength: 0
  1408.     duration: 100
  1409.     targeted: true
  1410.     target-players: false
  1411.     target-non-players: true
  1412.     obey-los: true
  1413.     cost:
  1414.        - mana 12
  1415.     str-cost: 12 mana
  1416.     str-cast-self: wither!
  1417.     str-no-target: No target found.
Add Comment
Please, Sign In to add comment