SETUP
- Transfer the “.sk” extension file in the package you downloaded to the “Skript/scripts” section in the plugin folder on your server.
- Transfer the folder where the “.sk” extension file in the package you downloaded stores the data into the plugin folder.
- Install the required plugins/skript addons on your server.
- Use the command “/reload” to activate the script. Or restart the server.
- (Plugin) Skript 2.10.2 or higher - Download
- 1.21, 1.21.4, 1.21.5
Code:
options:
#--- Config
# The minimum damage required to trigger the effect.
# Reaching this value grants a base duration of 10 seconds.
# Every 0.5 damage above this threshold adds 2 additional second.
# Example: If set to 2.5 -> 2.5 dmg = 5s | 3.0 dmg = 6s | 3.5 dmg = 7s.
impact_threshold: 3.0
