This plugin allows you to add an potion effect to a snowball or egg to the player.
Features:
✅ Compatible with Paper and Spigot
✅ You can modify the type of effect, its duration and level
✅ Only snowballs or eggs that have a name set will give the effect
✅ Players must have a permission to be able to throw or receive the ball with effect
SnowBallHitEffect.launch - Only players with this permission will throw snowballs with effects
SnowBallHitEffect.launchegg - Only players with this permission will throw eggs with effects
SnowBallHitEffect.hit - Only players with this permission will
RECEIVE the effect
Code (Text):
# Effects for snowballs
effect_name: SPEED # Effect names can be found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html
amplifier: 1 # Level of the effect
duration_ticks: 100 # Duration of the effect (20 Ticks = 1 Second)
snowball_names: # Only Snowballs renamed with these names will apply the effect (Case sensitive)
- MagicSnowball
- RapoSnowball