Code (YAML):
#Toggle whether NightVision bypasses Milk.
#True = Don't remove NightVision.
#False = Remove NightVision.
BypassMilK
: true
#Toggle what effects /heal bypasses when used.
#List of Effect Names or ("NONE"):
# - (Heals Hearts & Food)
# "NONE" = Heals the addition of all effects. (+Effects)
# Link for Effect Names:
# https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html
#Positive/Neutral Effects List: {
# Speed, Haste, Strength,
# Instant Health, Jump Boost, Regeneration,
# Resistance, Fire Resistance, Water Breathing,
# Invisibility, Night Vision, Health Boost,
# Absorption, Saturation, Glowing, Luck,
# Slow Fall, Conduit Power, Dolphin's Grace,
# Hero of the Village }
BypassHealingEffects
:
-
"ABSORPTION"
-
"BAD_OMEN"
-
"BLINDNESS"
-
"CONDUIT_POWER"
-
"CONFUSION"
-
"DAMAGE_RESISTANCE"
-
"DOLPHINS_GRACE"
-
"FAST_DIGGING"
-
"FIRE_RESISTANCE"
-
"GLOWING"
-
"HARM"
-
"HEAL"
-
"HEALTH_BOOST"
-
"HERO_OF_THE_VILLAGE"
-
"HUNGER"
-
"INCREASE_DAMAGE"
-
"INVISIBILITY"
-
"JUMP"
-
"LEVITATION"
-
"LUCK"
-
"NIGHT_VISION"
-
"POISON"
-
"REGENERATION"
-
"SATURATION"
-
"SLOW"
-
"SLOW_DIGGING"
-
"SLOW_FALLING"
-
"SPEED"
-
"UNLUCK"
-
"WATER_BREATHING"
-
"WEAKNESS"
-
"WITHER"