Casting Plugin

Discussion in 'Archived: Plugin Requests' started by Christopherdmusd, May 5, 2014.

  1. Can someone create a plugin where players can cast certain skills/magic through right clicking certain items?
     
  2. Offline

    timtower Administrator Administrator Moderator

    Onlineids likes this.
  3. Offline

    Onlineids

    I am no math expert but there are a good amount of combinations of 3 and you don't list any...or what they do.
     
    timtower likes this.
  4. timtower Onlineids ReRead my first post again, edited now!

    If anything timtower Onlineids Plain commands are fine.. I can powertool them with global power tool!
    But if anything, casting,
    Fireball/20 damage/lose 5 hunger
    Snowball/Shoot snowball/10 damage/lose 3 hunger
    Rupture/Fire column of dirt/30 damage/Deplete remaining hunger
    Heal/Heal 10 health/Lose 3 hunger
    Accelerate/Gain Speed 2/ Lose 4 hunger
    Jump/Jump up 6 blocks/ Lose 6 hunger
    Smash/ Rush forward for 2 seconds/ Deal 5 damage to anyone run into/lose 4 hunger
     
  5. Offline

    Onlineids

    kk doing this

    Name for plugin? Guessing you don't want it called "Casting plugin"

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 8, 2016
  6. InfinityArena But said in the Conversation~
     
  7. Offline

    Onlineids

    You want any generic effects when they cast, I think that would look pretty cool.
     
  8. Sure, Use YOUR imagination!
    More skills to cast-
    Unleash/Fire a splash potion of Instant Damage 10 in all directions WHILE Making the caster invincible for 5 seconds/Deplete all hunger. Please do permissions actually, I found a flaw in the system if not

    DragonPower/Gove strength 5 for 5 seconds to caster/6 hunger lost

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 8, 2016
  9. Offline

    Onlineids

    kk ill add these and perms: cast.use.<spell name>

    UPDATE: Everything is looking good to be done, except unleash I can spawn custom potions in a circle around the player all day they just cant have actual effects on them if you want them to be dropped /:

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 8, 2016
    Christopherdmusd likes this.
  10. Oh, Onlineids That is ok, then no Unleash, but is this plugin 1.7.9? If not, it would really help to update it :/.
    And 1 more move, (is this even possible?)
    Flash/Player is teleported 4 blocks forward and lightning strikes at the block teleported from/Lightning does 5 damage/Lose 4 Hunger

    Thanks for everything, give me the link to the download when done! :):):):):):)!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 8, 2016
  11. Offline

    Onlineids

    Can't change the damage of lightning don't think, but other than that yea its possible.
     
    Christopherdmusd likes this.
  12. K Onlineids Anything is "Ok" And what of 1.7.9? Is it or is it not?

    And if you wanted to learn of my server "plot"
    INFINITY ARENA
    -Join 4 man Free For All's/Or 4v4 Matches/Or 2v2 Matches!
    -Cast skills and DESTROY your enemies
    -Rankup and buy new classes!
    -Gain Reputation and Be Seen As A God!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 8, 2016
  13. Offline

    Onlineids

    the bukkit I am using is 1.7.8 so yea it will work
     
  14. Onlineids last two SORRY, came up with then just now but,
    Confuse/For the next 3 seconds, anyone you hit will have 50 exp orbs spawn at their feet/Deplete all Hunger
    Sacrifice/Gives Blindness 5 to The Caster and gives them strength 5/4 hunger lost

    Thanks....
    All over now, I got nothing more to ask
     
  15. Offline

    Onlineids

    For confuse you want them to get all that experience?
     
  16. Onlineids It is very CONFUSing when exp orbs are in your face... and exp collection is fine in my opinion
     
  17. Offline

    Onlineids

    k

    [quote uid=90805762 name="Christopherdmusd" post=2470395]Onlineids It is very CONFUSing when exp orbs are in your face... and exp collection is fine in my opinion[/quote]

    Got everything working except flash /: sorry heres the rest tho:
    Download: <Edit by Moderator: Redacted mediafire url>
    Source: http://hastebin.com/olifacuhip.avrasm

    Perms/Command:
    Show Spoiler
    Code:
    commands:
      cast:
          description: Cast spells!
          usage:
    permissions:
      cast.use.*:
          default: op
          children:
              cast.use.jump: true
              cast.use.accelerate: true
              cast.use.fireball: true
              cast.use.snowball: true
              cast.use.heal: true
              cast.use.dragonpower: true
              cast.use.sacrifice: true
              cast.use.confuse: true
      cast.use.jump:
          description: Use the jump spell!
          default: op
      cast.use.fireball:
          description: Use the fireball spell!
          default: op
      cast.use.snowball:
          description: Use the snowball spell!
          default: op
      cast.use.heal:
          description: Use the heal spell!
          default: op
      cast.use.dragonpower:
          description: Use the dragonpower spell!
          default: op
      cast.use.sacrifice:
          description: Use the sacrifice spell!
          default: op
      cast.use.confuse:
          description: Use the confuse spell!
          default: op
      cast.use.accelerate:
          description: Use the accelerate spell!
          default: op
         
         
         
    



    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 2, 2016

Share This Page