n1n3t34m / UnpersistMobs

Tweak despawning
0 stars 0 forks source link

Striders in the nether world do not disappear #2

Open sleepyden-s opened 2 weeks ago

sleepyden-s commented 2 weeks ago

Hello, I saw a message that all non-hostile mobs will be ignored, but can I add a setting to the config to include striders in the despawn list? I don't know what the reason is, but there are too many of them on my server, especially at the spawn in hell. New ones appear, but the old ones remain standing in the lava, there are literally crowds of them.

dentatar commented 1 week ago

Hello! Sorry for late response… Yes i can add that, but the plugin will not touch any mob without persistence tag, so it may not actually resolve your issue. Could you please investigate a bit deeper? Get strider data with something like /data get entity @e[type=strider, sort=nearest, limit=1] and check for PersistenceRequired tag. If it's value is 0b then the issue is definitely something else…