teleport mob spawners in 1 in 1 second to the same spawn localization
stop mobs movement, stop animals movement.
i test in spigot 1.12.2+ and working.
![]()
this plugin also reduces the cpu consumption of the movement of entities.
100 entieties x 20 ticks = 2000 ticks for second.
my plugin: 1 tick for second x 100 entities = 100 ticks for second.
100ticks/2000ticks = 0.05%
you can enable profile-profiling: false to true in bukkit.yml and test / timings on and / timings paste or / timings report
https://www.spigotmc.org/go/timings?url=oyanodumam
![]()
Minecraft Total: 135.351 s Pct: 50.88%
WorldGuard v6.2.2-SNAPSHOT;8eeab68Total: 0.548 s Pct: 0.21%
mcMMO v1.5.09-TRADUZIDATotal: 0.212 s Pct: 0.08%
MobNoMove v1.0.0 Total: 0.199 s Pct: 0.07%

MobNoMove last new
disable mob movements 100%
Recent Updates
- fix null entities Mar 27, 2021
- fix if() condition missing {} Mar 27, 2021
- add entity.remove(); Mar 27, 2021