Damage Potion Effects icon

Damage Potion Effects -----

Introduce Potion Effects as a consecuence of Damage!




Just a quick post to let you all know that the plugin should work with 1.19.3 without the need to upgrade it.
If you run into any issues please let me know and I'll fix them!
Enjoy :)
----------, Dec 11, 2022

Just a quick post to let you all know that 1.19 should work without the need to upgrade your plugin.
If you run into any issues please let me know and i'll fix them!
Enjoy!
----------, Jul 12, 2022

Hello there!
Just a quick update to let you know that the plugin should already work with 1.18, so feel free to try it out with that version.

Have a nice day!
----------, Nov 30, 2021

Updated the spigot API version to 1.17, Enjoy!
----------, Jun 11, 2021

The plugin has been updated to java 16!

Older java versions will no longer be supported because:
  • Java 16 is required for spigot 1.17+ so you'll need to update anyway.
  • Java 16 has many performance improvements & will allow servers to run better than older versions.
  • Java 16 many development improvements which will allow us to make code better code with less effort, granting you better plugins as a result.
Please keep in mind that in order to use java 16 with spigot 1.16.5, you need one of the latest versions of spigot 1.16.5, you can download it buildtools to get it here: https://hub.spigotmc.org/jenkins/job/BuildTools/

Spigot 1.17 is coming & the plugin will support it!

With this update, the plugin is probably already compatible with it.
That said, once that spigot version is released, the plugin will be tested at that version & I'll release an update letting you know the results and fixing any issues that could arise.
----------, Jun 9, 2021

Added a new reaction type to config.yml:
Code (YAML):
 Cover of the Void:
    damage triggers
: Damaged Enderman
    potion effects
: Short Invisibility
 
And a new damage trigger to Damage Triggers.yml:
Code (YAML):
 
  Damaged Enderman
:
    affected entities
: Enderman
    damage required
: 1
And a new potion effect to Potion Effects.yml:
Code (YAML):
 
  Short Invisibility
:
    effect type
: invisibility
    intensity
: 1
    duration
: 60
----------, Apr 6, 2021

Added a new damage reaction to the default config.yml: Hot Floor Motivation

Code (YAML):
 Hot Floor Motivation:
    damage triggers
: Hot Feet
    potion effects
: [Short Intense Jump Boost, Short Mild Swiftness ]
And also added a new trigger to damage triggers, in order to make it possible: Hot Feet
Code (YAML):
 Hot Feet:
    damage required
: 0
    affected entities
: Any
    damage causes
: Hot_floor

Enjoy! :)
----------, Mar 19, 2021

Added Villager panic to the config.yml:
Code (YAML):
 Villager Panic:
    damage triggers
: Damaged Villager
    potion effects
: Short Intense Swiftness With Particles
Added Short Intense Swiftness With Particles to the default Potion Effects.yml:
Code (YAML):
  Short Intense Swiftness With Particles:
    default from
: Short Intense Swiftness
    show particles
: true
Added Damaged Villager to the default Damage Causes.yml:
Code (YAML):
 Damaged Villager:
    damage required
: 0
    damage causes
: ANY
    affected entities
: Villager
----------, Mar 1, 2021

Added new settings the default configs!
- A new Damage Reaction: Adrenaline
- A new Damage Trigger: Slightly Combat Damaged Player
Code (YAML):

  Adrenaline
:
    damage triggers
: Slightly Combat Damaged Player
    potion effects
: [Short Mild Swiftness,Short Mild Strength ]
 
Code (YAML):

  Slightly Combat Damaged Player
:
    damage causes
: [Entity_attack,Entity_sweep_attack,Entity_Explosion,Projectile,Thorns,Dragon_Breath ]
    damage required
: 4
    affected entities
: Player
 
----------, Feb 24, 2021

More Additions to the default configs!
Frenzy of the Nether Zombie to the config.yml,
Damaged Pigzombie to the damage triggers.yml
Short mild & intense swiftness & strength to the potion effects.yml

Frenzy of the Nether Zombie:
damage triggers: Damaged Pigzombie
potion effects: [Short Intense Strength,Short Intense Swiftness,Short Mild Glowing]



Short Mild Strength:
effect type: increase_damage
intensity: 1
duration: 80
show particles: true

Short Mild Swiftness:
effect type: speed
intensity: 1
duration: 80
show particles: false

Short Intense Strength:
default from: Short Mild Strength
intensity: 2

Short Intense Swiftness:
default from: Short Mild Swiftness
intensity: 2


Damaged Pigzombie:
damage required: 0
damage causes: ANY
affected entities: zombified_piglin
----------, Feb 17, 2021

Added new settings to the default configs!
  • Cubification damage reaction to config.yml,
  • MagmaCube Attack to the default Damage Triggers.yml
  • Short Mild Fire resistance to the default Potion Effects.yml

Cubification:
damage triggers: MagmaCube Attack
potion effects: [Short Intense Jump Boost,Short Mild Fire Resistance]

MagmaCube Attack:
default from: Jelly Attack
attacker entities: Magma_Cube

Short Mild Fire Resistance:
effect type: fire_resistance
intensity: 1
duration: 60
show particles: true

Enjoy!
----------, Feb 11, 2021

Added Jellyfication reaction to config.yml & Jelly Attack to Damage Triggers.yml to the default configs.

Jellyfication:
damage triggers: Jelly Attack
potion effects: [Short Intense Jump Boost,Short Mild Poison]

Jelly Attack:
damage required: 1
damage causes: Entity_attack
attacker entities: Slime
----------, Feb 10, 2021

Added two new damage reactions to the default config:
Code (YAML):

  Zombie Infection
:
    damage triggers
: Zombie Scratch
    potion effects
: [Short Mild Wither,Short Mild Slow ]
 
  SpiderMan
:
    damage triggers
: Cave Spider Bite
    potion effects
: [Short Intense Jump Boost,Short Mild Glowing ]
To make it happen i also added 3 default Potion Effects to Potion Effects.yml:
Code (YAML):

  Short Intense Jump Boost
:
    effect type
: jump
    intensity
: 2
    duration
: 60
 
  Short Mild Glowing
:
    effect type
: glowing
    intensity
: 1
    duration
: 80
 
  Short Mild Wither
:
    intensity
: 1
    #Wither 1 does 1 half heart of damage every 20ticks
    duration
: 60
    effect type
: wither
And 2 damage triggers to Damage Triggers.yml:
Code (YAML):

  Cave Spider Bite
:
    damage required
: 1
    attacker entities
: cave_spider
    affected entities
: Player
 
  Zombie Scratch
:
    damage required
: 1
    attacker entities
: Zombie
    affected entities
: Player
You can copy and paste all of them to your config if you desire :)
Enjoy!
----------, Feb 5, 2021

Added plugin discussion link inside the config!
----------, Feb 1, 2021

Resource Information
Author:
----------
Total Downloads: 848
First Release: Feb 1, 2021
Last Update: Dec 11, 2022
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings