{"id":113292,"date":"2026-06-06T19:06:08","date_gmt":"2026-06-06T16:06:08","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/nomoblag\/"},"modified":"2026-06-06T19:06:08","modified_gmt":"2026-06-06T16:06:08","slug":"nomoblag","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/nomoblag\/","title":{"rendered":"NoMobLag"},"content":{"rendered":"<p><center><img decoding=\"async\" src=\"https:\/\/imgur.com\/DHsFc6T.png\" alt=\"Image\"><br \/><img decoding=\"async\" src=\"https:\/\/imgur.com\/PWNPYCu.png\" alt=\"Image\"><br \/><img decoding=\"async\" src=\"https:\/\/imgur.com\/4tl2Vbr.png\" alt=\"Image\"><br \/><img decoding=\"async\" src=\"https:\/\/imgur.com\/xO1xnEq.png\" alt=\"Image\"><br \/><font size=\"4\"><img decoding=\"async\" src=\"https:\/\/i.imgur.com\/ena1DWb.png\" alt=\"Image\"> <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/kSsekbL.png\" alt=\"Image\"> <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/1teQve3.png\" alt=\"Image\"><\/font><\/p>\n<p><\/center><\/p>\n<div align=\"left\">NoMobLag <strong>dynamically reduces<\/strong> lag from <strong>entity tick<\/strong> based on the current <strong>server TPS<\/strong>. It serves as an all-in-one replacement for many mob-management plugins, making it extremely useful for large servers with multiple player-built mob farms that lag the server.<\/p>\n<\/div>\n<p><center><img decoding=\"async\" src=\"https:\/\/imgur.com\/YtNQevk.png\" alt=\"Image\"><\/center><\/p>\n<p><em><strong>config.yml<\/strong><\/em><\/p>\n<pre><code># Config wiki and help can be found at https:\/\/github.com\/OpticFusion1\/NoMobLag\/blob\/master\/src\/main\/resources\/config.yml<br># For internal reference only, do not change the config version<br>config-version: 7<br><br># Settings related to global mob spawning on the server<br>mob-spawning:<br>  # Chance to spawn mobs (percentage) at a specific TPS<br>  # Do NOT remove specific TPS values or the plugin will break<br>  # To disable this feature, simply set all values to \"100\"<br>  spawn-chance-at-tps:<br>    20: 100<br>    19: 80<br>    18: 65<br>    17: 50<br>    16: 35<br>    15: 25<br>    14: 15<br>    13: 5<br>    12: 3<br>    11: 1<br>    10: 0<br>    9: 0<br>    8: 0<br>    7: 0<br>    6: 0<br>    5: 0<br>    4: 0<br>    3: 0<br>    2: 0<br>    1: 0<br>    0: 0<br>  # Chance to spawn mobs (percentage) above a specified playercount. The final spawn chance is this percentage multiplied with \"spawn-chance-at-tps\"<br>  # For example, with the default config if the TPS is 18 (50%) and the playercount is 70 players (80%), the final mob spawn chance will be (50*80)\/100 = 40%<br>  # You can add more specific playercount values and the one nearest to the current playercount will be used<br>  # To disable this feature, simply set all values to \"100\"<br>  spawn-chance-at-playercount:<br>    # 50 players and below<br>    50: 100<br>    # 51 to 70 players<br>    51: 90<br>    # 71 to 100 players<br>    71: 80<br>    # 101 players and above<br>    101: 75<br>  # Mobs spawned from these SpawnReasons will be blocked based on \"spawn-chance-at-tps\" and \"spawn-chance-at-playercount\"<br>  # A full list of SpawnReasons can be found at https:\/\/hub.spigotmc.org\/javadocs\/spigot\/org\/bukkit\/event\/entity\/CreatureSpawnEvent.SpawnReason.html<br>  # It is recommended to use this default list as these spawn reasons are usually the performance-heavy ones<br>  spawnreason-tps-block:<br>    - BREEDING<br>    - CUSTOM<br>    - DEFAULT<br>    - DROWNED<br>    - EGG<br>    - NATURAL<br>    - NETHER_PORTAL<br>    - PATROL<br>    - RAID<br>    - REINFORCEMENTS<br>    - SPAWNER<br>    - VILLAGE_DEFENSE<br>    - VILLAGE_INVASION<br><br># Additional settings to COMPLETELY block certain mob-spawn mechanisms which are extremely bad for server performance<br>spawn-treshold:<br>  # These settings will only be applied if TPS falls below this value<br>  # If you want these settings to be applied all the time, set it to 20<br>  tps-treshold: 18<br>  # Completely stop mob breeding from taking place when TPS is low<br>  disable-breeding: true<br>  # Completely stop pillager raids from occuring when TPS is low<br>  disable-raiding: true<br>  # Settings to block farms which spawn large numbers of mobs when TPS is low<br>  farms:<br>    # Block mob spawner farms completely<br>    # Usually only applicable to servers which allow spawner mining and relocation through plugins like SilkSpawners<br>    block-spawner-farm: true<br>    # Block farms which utilise the nether portal spawn-mechanic to transport large numbers of pigmen or drowned between dimensions<br>    block-portal-farm: true<br>    # Block the pigman-reinforcement mechanic to quickly farm for additional pigmen<br>    block-pigman-farm: true<br>    # Block large end farms which use endermite to aggro endermen to fall into a farming pit<br>    block-enderman-farm: true<br><br># Settings relating to mob spawners<br>spawners:<br>  # Whether or not to enable the spawner limitations<br>  # Set to \"false\" for vanilla spawner behaviour<br>  enabled: true<br>  # Minimum distance between mob spawners<br>  # This setting only apply to newly-placed spawners after NoMobLag is installed<br>  # Setting this to a large value may cause lag when spawners are placed as the plugin has to scan a large area for existing spawners<br>  minimum-spawner-distance: 6<br>  # Maximum distance a player can be away from the spawner for it to be activated<br>  activation-range: 8<br>  # Maximum number of mobs a spawner can spawn every minute<br>  max-mobs-per-minute: 10<br>  # Time in seconds before mobs spawned from mob spawners despawn<br>  # Set this as -1 to disable automatic despawning<br>  mob-despawn-rate: 30<br><br># Settings related to entity interaction and collision<br># These settings only apply to newly-spawned mobs after NoMobLag is installed<br>mob-collisions:<br>  # Whether or not mob collisions should be completely disabled<br>  # NOTE: This feature is known to introduce certain bugs like mobs not being able to ride boats and projectiles sometimes not hitting mobs<br>  # Unless you REALLY need the option to only disable collision for some mobs, you should use \"max-entity-collisions\" from spigot.yml instead<br>  # https:\/\/www.spigotmc.org\/wiki\/spigot-configuration\/<br>  disable-mob-collision: false<br>  # The following mobs in the list will have collision physics no matter what<br>  # A full list of EntityTypes can be found at https:\/\/hub.spigotmc.org\/javadocs\/bukkit\/org\/bukkit\/entity\/EntityType.html<br>  force-collision-mobs:<br>    - VILLAGER<br><br># Settings relating to mob-freezing<br># Frozen mobs will have no AI and will not be able to move or interact until unfrozen<br># This immensely reduces load on the server as mob pathfinding can be expensive to calculate by the server<br>mob-freezing:<br>  # Whether or not to enable mob-freezing (disable AI)<br>  # Setting this to false will disable this entire part of the config<br>  enable-freezing: true<br>  # Freeze a mob after it has been spawned for x seconds<br>  # It is best to keep this value nonzero to prevent normal mob farms from breaking completely<br>  # Set this as -1 to disable automatic freezing<br>  disable-ai-after: 60<br>  # Whether or not mobs should be unfrozen when damaged or interacted upon<br>  # It is highly recommended to keep this true to prevent many vanilla features from breaking<br>  enable-ai-on-interact: true<br>  # Whether or not mobs should be unfrozen temporarily until \"disable-ai-after\" seconds when a chunk is loaded again<br>  # It is also strongly advisable to keep this true to make mobs look more \"normal\" in freshly loaded chunks<br>  enable-ai-on-chunk-load: true<br>  # The following mobs in the list will not be frozen no matter what<br>  # A full list of EntityTypes can be found at https:\/\/hub.spigotmc.org\/javadocs\/bukkit\/org\/bukkit\/entity\/EntityType.html<br>  freeze-bypass-mobs:<br>    - ENDER_DRAGON<br>    - WITHER<br>    - ELDER_GUARDIAN<br>  # All entities with the following metadata\/NBT tags will never regain AI<br>  # This can be useful for compatibility with villager shop plugins (to prevent them from moving)<br>  no-ai-tags:<br>    - \"shopkeeper\"<br>    - \"villagershop\"<\/code><\/pre>\n<p><center><font size=\"4\"><img decoding=\"async\" src=\"https:\/\/i.imgur.com\/EgxA1FU.png\" alt=\"Image\"> <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/8avZjCq.png\" alt=\"Image\"><\/font><\/center><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Dynamic mob spawn limit based on server TPS<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"nomoblag","_minecraft_project_id":"qc4oLOoC","_minecraft_author":"Optic_Fusion1","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":346,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"nomoblag.zip","_minecraft_size_bytes":124854,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T11:22:54.778237Z","_minecraft_date_created":"2024-11-18T03:53:11.225699Z","_minecraft_date_modified":"2024-11-13T09:11:02.637470Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/nomoblag","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-06T16:06:09+00:00","_minecraft_import_hash":"a381248661c4ee84e833aedf91ab94d8","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[127,129],"mod_loader":[132,134],"minecraft_version":[438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-113292","mod","type-mod","status-publish","hentry","mod_category-paper","mod_category-spigot","mod_loader-paper","mod_loader-spigot","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>NoMobLag - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/nomoblag\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"NoMobLag - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Dynamic mob spawn limit based on server TPS\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/nomoblag\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/imgur.com\/DHsFc6T.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nomoblag\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nomoblag\\\/\",\"name\":\"NoMobLag - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nomoblag\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nomoblag\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/imgur.com\\\/DHsFc6T.png\",\"datePublished\":\"2026-06-06T16:06:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nomoblag\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nomoblag\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nomoblag\\\/#primaryimage\",\"url\":\"https:\\\/\\\/imgur.com\\\/DHsFc6T.png\",\"contentUrl\":\"https:\\\/\\\/imgur.com\\\/DHsFc6T.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nomoblag\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"NoMobLag\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"NoMobLag - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/nomoblag\/","og_locale":"en_US","og_type":"article","og_title":"NoMobLag - Minecraft","og_description":"Dynamic mob spawn limit based on server TPS","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/nomoblag\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/imgur.com\/DHsFc6T.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/nomoblag\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/nomoblag\/","name":"NoMobLag - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/nomoblag\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/nomoblag\/#primaryimage"},"thumbnailUrl":"https:\/\/imgur.com\/DHsFc6T.png","datePublished":"2026-06-06T16:06:08+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/nomoblag\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/nomoblag\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/nomoblag\/#primaryimage","url":"https:\/\/imgur.com\/DHsFc6T.png","contentUrl":"https:\/\/imgur.com\/DHsFc6T.png"},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/nomoblag\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"NoMobLag"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/113292","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=113292"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=113292"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=113292"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=113292"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}