• 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
[Animation] Avatar Float

Side Plugin [Animation] Avatar Float 1.3

AvatarFloat
All this does is give a short animation on AvatarState activation as per suggestion: https://projectkorra.com/forum/threads/avatar-state-idea-please-look.13199/#post-84399
I didn't add the glow because I think that's a terrible idea. If you want a glow, there is a resource for it made by @PhanaticD here

Essentially when you activate AvatarState you'll slowly start to rise in the air with the Levitation potion effect. A sphere of "air" will start rushing around you and your eyes will start to glow. You are only in this immobile state for a short duration (or as defined by the configuration) and then you are released and can begin your AvatarState rampage. This is supposed to be for more of a rpg aspect so please don't complain about people not liking it in combat situations.

Installation
Just add to your plugins folder and restart your server.

Permission
bending.ability.avatarfloat
You will need to either have this permission or be oped in order to use this animation. Without it, the animation will not show up.

Config
Found in the ProjectKorra config yml file likely at the bottom.
Code:
ExtraAbilities:
AvatarFloat:
    PlayGlow: true
    PlaySphere: true
    Duration: 6
    LevitationDuration: 5
PlayGlow: Refers to the eye glow. Will be turned off if set to false.
PlaySphere: Refers to the air sphere around the player. Will be turned off if set to false.
Duration: The time in seconds that the Avatar will float for.
LevitationDuration: The time in seconds that you will continue to rise. The higher the LevitationDuration, the higher the Avatar will get. Be aware it must be less than the 'Duration' variable because that ultimately decides when the animation ends.


Inspiration (use your memory i couldn't find a decent gif):
3849

3850


In game (it was hard getting a good representation of it that was small enough to upload. guess you'll have to download it):
3851


Disclaimer
This is not an official ProjectKorra plugin, therefore, no official support will be provided in any threads other than this one. Use at your own risk.
Likes: EnderSide95
Author
xNuminousx
Downloads
3,097
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from xNuminousx

Latest updates

  1. Removed debug messages.

    Any/all debug features were removed.
  2. Fixed broken project

    Recoded the entire (whole) things because of my own doing. It works now at least.
Top