@Override
    public boolean removeCustomEffect(@NotNull PotionEffectType type)
    {
        Iterator<PotionEffect> iterator = effects.iterator();
        boolean changed = false;