Mob Farm Manager [supports 1.7.10 up to 1.20] Hopper support icon

Mob Farm Manager [supports 1.7.10 up to 1.20] Hopper support -----

Limit mob farms to prevent lags!




Version: 3.0.2.4
can you fix this latest version?

21:31:26 ERROR]: Could not pass event CreatureSpawnEvent to MobFarmManager v3.0.2.4
java.lang.NoSuchMethodError: 'org.bukkit.Chunk org.bukkit.World.getChunkAt(int, int, boolean)'
at com.MobFarmManager.Zrips.Util.CleanerManager.getChunkAt(CleanerManager.java:758) ~[MobFarmManager3.0.2.4.jar:?]
at com.MobFarmManager.Zrips.Util.CleanerManager.getEntitiesFromChunksSync(CleanerManager.java:731) ~[MobFarmManager3.0.2.4.jar:?]
at com.MobFarmManager.Zrips.Util.CleanerManager.checkEntitiesSync(CleanerManager.java:235) ~[MobFarmManager3.0.2.4.jar:?]
at com.MobFarmManager.Zrips.Util.CleanerManager.cleanOnEntitySpawn(CleanerManager.java:224) ~[MobFarmManager3.0.2.4.jar:?]
at com.MobFarmManager.Zrips.Listeners.EntityListener.onCreatureSpawnEventAsync(EntityListener.java:60) ~[MobFarmManager3.0.2.4.jar:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor48.execute(Unknown Source) ~[?:?]

Version: 3.0.2.4
Please add a spawner controller so that you can set a spawn limit and change the spawn frequency

Version: 3.0.2.4
Can you fix armor stands limitation in the latest version?

EntityGroups:
Armor_Stands:
RemoveExisting: true
Use: true
Limit: 10
List:
- ARMOR_STAND
Worlds:
- world
- world_nether
- world_the_end

Version: 3.0.2.4
⭐⭐⭐⭐⭐
**Fantastic Plugin! **

I am absolutely thrilled with this Spigot plugin! The installation was super easy, and the features are exactly what I was looking for. ️ Everything runs incredibly smoothly and without any bugs - just perfect! ✨

A huge thank you to the developers for their hard work and attention to detail. If you want to see the plugin in action, be sure to check out **blocktube.de**!

You have really created something special! Keep it up!

Version: 3.0.1.6
Please update to 1.21. Currently mob limits do not work in 1.21.

Will change review once fixed

Version: 3.0.1.1
Version 3.0.1.1 have same crash effect
plz use 3.0.0.3 only one stable varsion here

Version: 3.0.1.0
The plugin works and does its job, but what's going on there with the developer I don't understand. The server crashes all the time. Now working version of the plugin is 3.0.0.3. All other and below and above better to download

Version: 3.0.1.0
Gonna wait like 1-2 years before plugin is stable enough as its crashing server again n again...
Maybe never again, as because of crash people are loosing their inventory, huge rollbacks..

Version: 2.1.0.4
Amazing it even works with modded mobs. Wowwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww

Version: 2.1.0.3
The best anti lag system ever created for minecraft servers. Thank You for always Update That!

Version: 2.1.0.1
Idk what the review below is all about lol. Anyways, good plugin, everything works!

Version: 2.0.5.0
This plugin has serious problem in Catserver 1.12.2,which cause the plugin cannot work normal.The server reported an error as follows:
[Minecraft]: Unexpected exception while parsing console command "mfm reload"
org.bukkit.command.CommandException: Unhandled exception executing command 'mfm' in plugin MobFarmManager v2.0.5.0
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[PluginCommand.class:git-CatServer-1.12.2-fed56812]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:146) ~[SimpleCommandMap.class:git-CatServer-1.12.2-fed56812]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:712) ~[CraftServer.class:git-CatServer-1.12.2-fed56812]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchServerCommand(CraftServer.java:697) [CraftServer.class:git-CatServer-1.12.2-fed56812]
at net.minecraft.server.dedicated.DedicatedServer.func_71333_ah(DedicatedServer.java:518) [nz.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:476) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:828) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:687) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_371]
Caused by: java.lang.NullPointerException
at com.MobFarmManager.Zrips.ConfigManager.load(ConfigManager.java:526) ~[?:?]
at com.MobFarmManager.Zrips.ConfigManager.reload(ConfigManager.java:654) ~[?:?]
at com.MobFarmManager.Zrips.commands.list.reload.perform(reload.java:21) ~[?:?]
at com.MobFarmManager.Zrips.commands.CommandsHandler.onCommand(CommandsHandler.java:181) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[PluginCommand.class:git-CatServer-1.12.2-fed56812]
... 8 more
&
[com.MobFarmManager.Zrips.MFM]: [MobFarmManager] Enabling MobFarmManager v2.0.5.0
[20:53:19] [Server thread/INFO] []: MobFarmManager Version 2.0.5.0 has been enabled
[20:53:19] [Server thread/ERROR] [Minecraft]: Error occurred while enabling MobFarmManager v2.0.5.0 (Is it up to date?)
java.lang.NullPointerException: null
at com.MobFarmManager.Zrips.ConfigManager.load(ConfigManager.java:526) ~[?:?]
at com.MobFarmManager.Zrips.MFM.onEnable(MFM.java:117) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[JavaPlugin.class:git-CatServer-1.12.2-fed56812]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328) [JavaPluginLoader.class:git-CatServer-1.12.2-fed56812]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [SimplePluginManager.class:git-CatServer-1.12.2-fed56812]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:438) [CraftServer.class:git-CatServer-1.12.2-fed56812]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:384) [CraftServer.class:git-CatServer-1.12.2-fed56812]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:383) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:330) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:636) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_371]
Anticipating forward to your repair, I will review it again.
Another problem is that it cannot support the translation of Chinese.
Once I turn it became chinese,After I running the Server it will became the English again.

Version: 2.0.4.0
its great for big server for controlling server mobs, and serval farms, its help a lot to control lag

Version: 2.0.3.1
still using it even on 1.19.3
works like a charm and quite effective in controlling the lags

Version: 2.0.3.1
The best entity controller for your server I recommend this plugin a lot if you want to improve the lag of your servers it is quite good

Version: 2.0.3.1
Great plugin. Wrong spelling in Locale_EN for "allowed" though on item frame/armor stand limit message. Needs fixing :)

Version: 2.0.3.0
Good plugin but unfortunately badly maintained.
Author updates everything but it takes a lot of time and even litttle feature requests take a lot of time while cmi for example gets frequent updates.

Version: 2.0.1.2
Good plugin. cant find support page tho.
.

Version: 2.0.1.2
Plugin helps a lot keeping a good TPS on our Anarchy server. The config was a bit difficult to understand, but support was good and fast.

Version: 2.0.1.1
Works fine in my server and work as advertised. This decrease my TPS drop instance significantly. Recommended for small servers or any servers that have a lot of XP grinders/farms

Version: 2.0.1.1
Please update to 1.18 .

Version: 2.0.1.0
Please update the plugin to the new version 1.18
Thanks for such a great plugin!

Version: 2.0.0.1
like this plugi nbut is there anyway to avoid custom bosses / boss mobs to not get removed? they cant spawn when there are max mobs in the area and are getting removed as well. during auto clean.

Version: 2.0.0.1
I've been using this plugin for a while to help manager the mobs spawning and made by players - and still using it on 1.17.1, works fine. Thanks for helping manage the servers a bit better on the entity side of things.

Version: 2.0.0.0
i love you work i use it since years ago, still doing a nice job upgrading it to new minecraft versions, ty so muth!

Version: 2.0.0.0
good for villagers? or you could add this option is that on my server there is an overpopulation of villagers

Version: 1.6.0.0
Easily the best farm managing plugin I've tried. Hoping to see it updated to 1.17 soon! Cheers

Version: 1.5.9.1
Ok i guess? The plugin is dead, no response to github suggestions and no updates however. The author seems not too much interested in updating this plugin. Better don't buy this and use some other which have a lot more features.

Version: 1.5.9.1
Bad plugin. Author doens't reacts on DM's so this is the only place I can drop my problem. MobFarmManager::Combined Totalcount(3371) total(55.45% 14.021s, 169.95% of tick). Fix your plugin and support.

Version: 1.5.9.0
Good plugin, it does what I need it to. Replaced FarmLimiter with it since it has nice feature for hoppers and stuff

Version: 1.5.9.0
es un buen plugin onque no muy actualizado que yo vea debe de ser por el CV19 o problemas del developer.


el plugin vale la pena y la verdad para que se gane las 5 estrellas les falta agregar mas limitaciones y añadir mejores sistemas sobre el.

Version: 1.5.9.0
Can I have your discord pls? I have a couple of questions about this plugin thank you

Version: 1.5.9.0
I love this plugin, it has worked wonderfully for me, however I require support as there is a function that is not working

Version: 1.5.9.0
Great great plugin, so helpful. It is definitely worth paying for it! It would be great however if there is a video breakdown of each elements of the config file.

Version: 1.5.8.1
Excelent plugin. I´d love to see a discord Server of this plugin for the people who bought it. I still love it.

Version: 1.5.6.0
Great plugin. It works as intended and my server really benefitted from this plugin, due to the many mob farms players make.

Version: 1.5.5.3
Perfect, it is the base for any servers to handle entities and lag, highly recommended!

Version: 1.5.5.1
Hope it can clean the Mod Enentiy,I try to set the limit of Mod Enentiy,But it seems like it can't work.So could u add the new function?

Version: 1.5.5.1
I bought this plugin because it was well priced... and I'm leaving a review now because I know it will be good... I personally really enjoy this developer's jobs plugin, so I can imagine this will be just as good!

Version: 1.5.5.1
This plugin solved the lag problem of my server!!!This is great!!I also recommended this plugin to my friends, and my friends also liked it.

Version: 1.5.5.1
------------------------------------------------

Entity Controller Add-in
100% recommendable

Currently using it in a community
of more than 500 players a day.

If I could give you more than 5 stars ..
I would definitely rate about 10 stars

------------------------------------------------

Version: 1.5.4.0
crash with no reasons by
com.MobFarmManager.Zrips.Util.ChunkManager.CheckChunk

N♥M♥S♥L I ♥LOVE♥ YOU
-
Author's response
Full error would be nice to have. Send me one throw pm in here or orver discord so we can resolve this one.

Version: 1.5.4.0
Me podría decir una buena configuración para eliminar lag por entidades ? Puede escribirme al privado

Version: 1.5.3.2
The plugin works really well and does what it says, except with the version that I am reviewing Enderman limit does not work. I have reported this to the dev twice now yet to receive a response. I will amend the review once this has been fixed.
-
Author's response
Fix is coming out today

Version: 1.5.3.2
please fix BlockTypes no work
Players can always bypass the restrictions to place hopper

Version: 1.5.3.2
Patched Quick ! Thanks for this plugins ! Nice Work on this ressource !
Buy it for no lag

Version: 1.5.3.0
I change after fix it :
[07:35:59 WARN]: [MobFarmManager] Task #13 for MobFarmManager v1.5.3.0 generated an exception
java.lang.NoSuchMethodError: org.bukkit.inventory.EntityEquipment.getItemInMainHand()Lorg/bukkit/inventory/ItemStack;
at com.MobFarmManager.Zrips.Util.ChunkManager.ignoreEntityWithEquipment(ChunkManager.java:212) ~[?:?]
at com.MobFarmManager.Zrips.Util.ChunkManager.CheckChunk(ChunkManager.java:331) ~[?:?]
at com.MobFarmManager.Zrips.Util.ChunkManager.CheckChunk(ChunkManager.java:225) ~[?:?]
at com.MobFarmManager.Zrips.Util.ChunkManager.CheckChunk(ChunkManager.java:221) ~[?:?]
at com.MobFarmManager.Zrips.Util.ChunkManager$1.run(ChunkManager.java:91) ~[?:?]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]

Version: 1.5.3.0
The Pillager won't be removed. The Pillager won't be removed. The Pillager won't be removed.

Version: 1.5.2.2
very good plugin
very good plugin

Pity that does not work 100% on 1.12.2
Different IDs

Version: 1.5.2.2
Good job

PISTON_BASE: 10
PISTON_STICKY_BASE: 10

Not work check it please 1.12.2

Version: 1.5.2.2
It's great plugin for low price. On my server working fine with MC 1.14! There's only one error on every server stop and I don't know how to fix it:

Error occurred while disabling MobFarmManager v1.5.2.2 (Is it up to date?)
org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled
at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.validate(CraftScheduler.java:518) ~[server.jar:git-Paper-107]
at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:197) ~[server.jar:git-Paper-107]
at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:188) ~[server.jar:git-Paper-107]
at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.scheduleSyncRepeatingTask(CraftScheduler.java:183) ~[server.jar:git-Paper-107]
at com.MobFarmManager.Zrips.Util.ChunkManager.RunScheduler(ChunkManager.java:51) ~[?:?]
at com.MobFarmManager.Zrips.MFM.onDisable(MFM.java:65) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[server.jar:git-Paper-107]
at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:373) ~[server.jar:git-Paper-107]
at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:452) ~[server.jar:git-Paper-107]
at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:438) ~[server.jar:git-Paper-107]
at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:431) ~[server.jar:git-Paper-107]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.disablePlugins(CraftServer.java:398) ~[server.jar:git-Paper-107]
at net.minecraft.server.v1_14_R1.MinecraftServer.stop(MinecraftServer.java:714) ~[server.jar:git-Paper-107]
at net.minecraft.server.v1_14_R1.DedicatedServer.stop(DedicatedServer.java:732) ~[server.jar:git-Paper-107]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:946) ~[server.jar:git-Paper-107]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]

Version: 1.5.1.3
This is most useful plugin for peformance ever created
I loveee it soo soo much ❤
Every server should use this plugin to improve server performance
This is really amazing unique plugin
Plugin is very advanced (best plugin for managing mob farms)
Zrips did amazing job as always
This plugin is perfect ❤

Version: 1.5.1.3
Partially works, but spams console with errors. Issue has been reported by multiple ppl with no reply from developer. Never thought I'd get buyers remorse from a Zrips plugin.

Version: 1.5.0.1
Request update 1.14 support
Request update 1.14 support
Request update 1.14 support

Version: 1.5.0.1
This plugin is absolutely amazing. I just started using this to fix the lag on my 1.13.2 server. I went from low TPS (5-15) with large mob farms, to 19+ TPS average after adding / configuring this plugin. Great work!

Version: 1.5.0.1
Best plugin
Definitely most advanced plugin for managing mob farms (limiting farms)
Best developer
This plugin is perfect
Great job 5/5
This is one of most useful plugins for performance ever..
Every server should use it, gives huge performance improvements

Zrips please i beg you to add in MobFarmManager support for:
Pistons, Sticky Pistons, Hoppers & Observers with bypass permissions

That would be ultra useful and that would boost performance so much ❤

Version: 1.5.0.1
Now it works perfectly on version 1.13.2. Thank! The plugin is one of the best, although it is very rarely updated.

Version: 1.5.0.0
Simple and powerful plugin :)
It is easy to limit every entities.
It works well in 1.13.2, no problem.

Version: 1.5.0.0
Does not work on version 1.13.2
And so the product is excellent. I will correct a review, after correction.

Version: 1.5.0.0
This is exactly what i needed for my server, well worth the purchase, thank you for making this awesome plugin!

Version: 1.5.0.0
This plugin is so awesome
One of most useful plugins for server and performance
Amazing developer
Works perfectly on 1.13.1
Great job 5/5

Version: 1.4.2.0
Hello pls update 1.13 .

Version: 1.4.2.0
Dev has said in his bio hes working on a 1.13 update guys! be patient! Thanks for this plugin!

Version: 1.4.2.0
When is 1.13. or 1.13.1.? The plugin is very necessary.
Thanks in advance for the work done!

Version: 1.4.2.0
Please update to 1.13. My server will need this plugin. A great job that has succeeded. Keep it up !!

Version: 1.4.2.0
Wonderful plugin! btw can I advertise this to a Chinese Minecraft forum MCBBS? I promise that I'll NEVER leak the jar file, I'll introduce this plugin, translate the lang file into Chinese and let more people know it! Of course I'll mark you as the author and show them your spigotmc page, so that they can know where to buy it.

Version: 1.4.1.0
Amazing plugin
Definitely most advanced plugin for managing mob farms (limiting farms)
Awesome developer
Works perfect
Great job 5/5

Version: 1.4.0.0
Wonderful plugin! He does his job perfectly, he did not find any mistakes. Thank you! :)

Version: 1.4.0.0
Absolutely amazing plugin. It works like a charm on my 1.12.2 server.

Other plugins I've tried either don't work at all or will kill all mobs in the area once it reaches the limit. This plugin however, will kill small amounts of mobs or around a fourth (rough guess) of the mobs depending how many mobs are spawning at once. Basically, it works incredibly well in comparison.

While other plugins may frustrate your players by killing all their animals, this one only kills the necessary amount to keep it below the limit. I absolutely love this plugin and definitely recommend it to any server that wants to reduce their lag.

Version: 1.3.1.0
Very, very VERY helpful developer, great plugin would recommend to anyone 100% ....

Version: 1.3.1.0
Another exceptional plugin from this developer. A nicely detailed config, active developer and great support everything you need in a plugin. My tps is back to normal on server thanks to this plugin and now I have much better control over the mob farms on server. Thank you for you work and dedication to these plugins.

Version: 1.3.1.0
it was worth buying, note 10 this plugin is working perfectly on my server 1.12.2

Version: 1.3.1.0
Very good plugin with many options, active developer who answer to each question and request, i recommand!

Version: 1.3.0.1
This is an awesome plugin to control the entity in your server !
The developer is very good, we got an awesome support !Never stop to update this very good plugin, i really love it ! ^.^'

Version: 1.2.2.0
nice plugin. Did not notice any problems so far. I just hope it does not get abandoned. Keep up the good work.

Version: 1.2.1.0
Usefull plugin to limit farms on survival servers. It has a lot of options that others do not have, like limiting item frames or vehicles so players can't produce lag by stacking boats for example. You can exclude armor stands with armors equiped, so your players wont lose items.

Version: 1.2.0.0
Thanks for being my first plugin to update to 1.10 <3
LOVE THIS PLUGIN :D You are amazing!
Keep up the good work sir!

Version: 1.1.0.1
¡Un plugin muy eficaz! Estaba buscando algo como esto para mi servidor de supervivencia y evitar las granjas con acumulaciones masivas e inecesarias de mobs. Ahora los jugadores pueden tener granjas de animales o mobs con un límite configurable sin tener que perder nada. Aparte de ayudar a evitar el consumo de memoria en el servidor por la cantidad exesiva de entidades. Totalmente recomendable.

A very nice plugin and a great developer! :)

Version: 1.1.0.0
Very effective! Thanks. The performance is nice. And the followed by most of the servers convention. Very easy to set up.

Version: 1.0.1.0
This is good plugins. I Use this as replace for clearlagg (Clearlagg buggy)
i recommand everyone shoud buy this plugin, Zrips also are my fovourist Author in Spigotmc.org with many good plugins.
(Sorry for my english :D)

Version: 1.0.0.1
Great way to control large farms with out hurting the natural mob spawns! 10/10 I would recommend this to any server that allows spawners

Resource Information
Author:
----------
Total Downloads: 3,035
First Release: Dec 5, 2015
Last Update: Oct 28, 2024
Category: ---------------
All-Time Rating:
75 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings