Ash Of Sin: Anti Same Modifier

This mod solves the problem of duplicate attribute modifiers on entities in Minecraft. The main function is automatic removal of identical modifiers that can accumulate on mobs and players.
How it works
After installing the mod, a configuration file named anti_same_modifier.toml is created in the config\ash_of_sin\ folder. The monitor continuously checks attributes of all entities on the server and immediately removes duplicate modifiers when detected.
Why this matters
Incorrect handling of attribute modifiers can lead to serious server performance issues. For example, the Enhanced AI mod adds "Animal Knockback" modifier to all animals after each server restart, causing significant TPS drops after multiple restarts due to NBT overflow.
Usage advantages
// Eliminates NBT overflow risk // Improves server performance // Automatic operation without player intervention // Customizable parameters via configuration file
The mod is especially useful for servers with many installed modifications that actively work with entity attributes.