• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

1.7.0 BETA 6

Mist

Staff member
Administrator
Hello everyone, another rather large update for the weekend. Enjoy it! This was a pain to get merged correctly, but a nice welcome to the team for our new developer @jedk1

  • General Changes
    • Added MultiAbilityAPI
      • Allows abilities to have several states by taking advantage of the hotbar slots for separate "sub" abilities.
      • Those with addons using this API should update the addons to use the version within the plugin instead of the addon. (Tutorial on how to use this will be coming later from @jedk1)
      • Server Owners: Remove the MultiAbilityAPI plugin from your server, it's now build into the plugin.
      • This will let us do A LOT with several abilities in the future. Be on the look out.
  • Waterbending Changes
    • New Ability: WaterArms (bending.ability.WaterArms, default)
      • Takes advantage of the new MultiAbilityAPI, with the following sub abilities.
      • Pull: Pulls entities toward the player. (bending.ability.WaterArms.Pull, defaults to all players)
      • Punch: Damages entities and pushes them away. (bending.ability.WaterArms.Punch, defaults to all players)
      • Grapple: Makes the arm act like grappling hooks, allowing a player to scale terrain quickly. (bending.ability.WaterArms.Grapple, defaults to all players)
      • Grab: Sort of like bloodbending. An entity can be picked up by an arm and thrown around for a set time. left click lets go of a grabbed entity. (bending.ability.WaterArms.Grab, defaults to op)
      • Freeze (Requires the player to be able to bend ice): Shoots mini Ice Blasts from the arms, however not many can be fired by default. (bending.ability.WaterArms.Freeze, defaults to op)
      • Spear (Parts require the player to be able to bend ice): Launch an entire arm off like an extended torrent, freezing entities in a ball of ice if it hits them. (bending.ability.WaterArms.Spear, defaults to op)
      • If you were using the original WaterArms addon by jedk1, please delete it. This one is an improvement on that one and will not run if the other is installed.
    • Fixed WaterBottles after 1.7.0 BETA 4 broke them.
 
Top