Description: Cleanse is an ability for bloodbenders which allows them to temporarily remove another user's bending.
How To Use: Hold shift and right click another player.
Permission: bending.ability.Cleanse
Compatibility: This resource was built with ProjectKorra version 1.8.1, and is recommended to be used on that version.
Config:
Cooldown - How long in milliseconds the user must wait before using this ability again.
Duration - How long in milliseconds until the cleansed player can bend again.
CanCleanseAvatar - If false, Amon cannot cleanse a player in the avatar state.
RequiresMoreHealth - If true, Amon must have more or equal to health than their target.
BroadcastCleanse - Whether it should broadcast when somebody gets cleansed.
BroadcastMessage - If BroadcastCleanse is true, then what message should be broadcasted.
* NOTE: Put %player% to get the player who was cleansed, and %caster% to get the person who cleansed them for this option (BroadcastMessage).
AlertOnRestore - Whether it should send the cleansed user a message when their bending is restored.
RestoreMessage - The message sent to the cleansed user when their bending is restored.
Screenshots:
Being cleansed
Restoration of elements
Shout out to @ernest9 for helping me get the screenshots!
GitHub: Click here to view the source code on GitHub.
"This is not an official ProjectKorra ability, therefore, no official support will be provided in any threads other than this one. Use at your own risk."
How To Use: Hold shift and right click another player.
Permission: bending.ability.Cleanse
Compatibility: This resource was built with ProjectKorra version 1.8.1, and is recommended to be used on that version.
Config:
Code:
ExtraAbilities:
Sobki:
Cleanse:
Cooldown: 180000
Duration: 300000
CanCleanseAvatar: false
RequiresMoreHealth: true
BroadcastCleanse: true
BroadcastMessage: '&8&l%player% &7has been cleansed of their impurities!'
AlertOnRestore: true
RestoreMessage: '&7Your bending has been restored.'
Duration - How long in milliseconds until the cleansed player can bend again.
CanCleanseAvatar - If false, Amon cannot cleanse a player in the avatar state.
RequiresMoreHealth - If true, Amon must have more or equal to health than their target.
BroadcastCleanse - Whether it should broadcast when somebody gets cleansed.
BroadcastMessage - If BroadcastCleanse is true, then what message should be broadcasted.
* NOTE: Put %player% to get the player who was cleansed, and %caster% to get the person who cleansed them for this option (BroadcastMessage).
AlertOnRestore - Whether it should send the cleansed user a message when their bending is restored.
RestoreMessage - The message sent to the cleansed user when their bending is restored.
Screenshots:
Being cleansed
Restoration of elements
Shout out to @ernest9 for helping me get the screenshots!
GitHub: Click here to view the source code on GitHub.
"This is not an official ProjectKorra ability, therefore, no official support will be provided in any threads other than this one. Use at your own risk."
Likes:
RANDOMGUY