{"id":91569,"date":"2026-06-05T08:33:44","date_gmt":"2026-06-05T05:33:44","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/lagreducer\/"},"modified":"2026-06-05T08:33:44","modified_gmt":"2026-06-05T05:33:44","slug":"lagreducer","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/lagreducer\/","title":{"rendered":"LagReducer"},"content":{"rendered":"<p>LagReducer \u2014 dynamic distances, safe clearing, and smart entity caps for Paper 1.21.8<br \/>\nKeep TPS high without gutting gameplay. LagReducer dynamically lowers a player\u2019s view\/simulation distance only while they\u2019re moving fast, periodically clears clutter with safety guards, and caps entity counts per-chunk with precise, configurable rules.<\/p>\n<p>Why use LagReducer?<br \/>\n&#8211; Smooth performance: Reduce client\/server load only when it matters (elytra\/flying\/vehicles\/high speed).<br \/>\n&#8211; Safe cleanup: Configurable warnings, blacklists, and name exemptions protect valuables and pets.<br \/>\n&#8211; Hard caps where you need them: Per-chunk totals, categories, and per-type limits with a limiter blacklist.<\/p>\n<p>Features<br \/>\n&#8211; Dynamic Distance (per-player)<br \/>\n  &#8211; Lowers view and simulation distance while: flying, gliding, in vehicles, or exceeding a speed threshold (blocks\/sec).<br \/>\n  &#8211; Auto-restores distances after slowing down (with hysteresis and minimum switch delay).<br \/>\n  &#8211; Honors a bypass permission for staff\/testing.<br \/>\n&#8211; Clear Items &#038; Entities<br \/>\n  &#8211; Automatic timed clearing with broadcast warnings (customizable times).<br \/>\n  &#8211; Category toggles: items, living entities, XP orbs, projectiles, misc.<br \/>\n  &#8211; Blacklists for item materials and entity types.<br \/>\n  &#8211; Optional \u201cexempt named entities\u201d to protect pets and named mobs.<br \/>\n&#8211; Entity Limiter (per-chunk)<br \/>\n  &#8211; Limits for total, items, living, monsters, animals, ambient.<br \/>\n  &#8211; Per-entity-type caps (e.g., ZOMBIE: 12).<br \/>\n  &#8211; Limiter blacklist: completely ignore certain types (don\u2019t count them and never cancel them).<br \/>\n  &#8211; Ignore selected spawn reasons (e.g., CUSTOM, COMMAND, SPAWNER_EGG).<br \/>\n  &#8211; Debug logging option.<\/p>\n<p>Commands<br \/>\n&#8211; \/lagreducer reload \u2014 Reload config and restart features<br \/>\n&#8211; \/lagreducer clear \u2014 Run an immediate clear<br \/>\n&#8211; \/lagreducer status \u2014 Show feature toggles and clear interval<br \/>\nAlias: \/lr<\/p>\n<p>Permissions<br \/>\n&#8211; lagreducer.admin \u2014 Use reload\/status and admin functions<br \/>\n&#8211; lagreducer.clear \u2014 Allow manual clear command<br \/>\n&#8211; lagreducer.bypass.distance \u2014 Exempt player from dynamic distance changes<\/p>\n<p>Config at a glance<br \/>\n&#8211; Dynamic distance tuning:<br \/>\n  &#8211; sampleTicks, speedThresholdBps, restoreHysteresisFactor, minSwitchMillis<br \/>\n  &#8211; fastViewDistance, fastSimulationDistance, consider: flying\/gliding\/vehicles<br \/>\n&#8211; Clearer safety:<br \/>\n  &#8211; warnAtSeconds, exemptNamedEntities<br \/>\n  &#8211; entityBlacklist, itemBlacklist<br \/>\n&#8211; Entity limiter controls:<br \/>\n  &#8211; perChunk: total\/items\/living\/monsters\/animals\/ambient (set -1 to disable a cap)<br \/>\n  &#8211; perType: per-entity-type caps<br \/>\n  &#8211; blacklist: types ignored entirely by the limiter<br \/>\n  &#8211; ignoreSpawnReasons, debug<\/p>\n<p>Example config snippet<br \/>\n&#8220;`yaml<br \/>\ndynamicDistance:<br \/>\n  enabled: true<br \/>\n  sampleTicks: 10<br \/>\n  speedThresholdBps: 12.0<br \/>\n  restoreHysteresisFactor: 0.7<br \/>\n  minSwitchMillis: 1500<br \/>\n  fastViewDistance: 6<br \/>\n  fastSimulationDistance: 4<br \/>\n  consider: { flying: true, gliding: true, vehicles: true }<\/p>\n<p>clearer:<br \/>\n  enabled: true<br \/>\n  intervalSeconds: 600<br \/>\n  warnAtSeconds: [60, 30, 10, 5, 3, 2, 1]<br \/>\n  exemptNamedEntities: true<br \/>\n  categories: { items: true, living: true, xpOrbs: true, projectiles: false, misc: false }<br \/>\n  entityBlacklist: [ARMOR_STAND, ITEM_FRAME, PAINTING]<br \/>\n  itemBlacklist: [NETHER_STAR, DRAGON_EGG, SHULKER_BOX]<\/p>\n<p>entityLimiter:<br \/>\n  enabled: true<br \/>\n  blacklist: [ARMOR_STAND, ITEM_FRAME, PAINTING]<br \/>\n  perChunk:<br \/>\n    total: 150<br \/>\n    items: 80<br \/>\n    living: 100<br \/>\n    monsters: 60<br \/>\n    animals: 60<br \/>\n    ambient: 20<br \/>\n  perType: { ZOMBIE: 12 }<br \/>\n  ignoreSpawnReasons: [CUSTOM, SPAWNER_EGG, COMMAND]<br \/>\n  debug: false<br \/>\n&#8220;`<\/p>\n<p>Compatibility and requirements<br \/>\n&#8211; Server: Paper 1.21.5+ (and compatible forks)<br \/>\n&#8211; Java: 21<br \/>\n&#8211; No NMS, API-only; safe across minor patches.<br \/>\n&#8211; No external dependencies.<\/p>\n<p>Installation<br \/>\n&#8211; Drop LagReducer.jar into plugins\/<br \/>\n&#8211; Start the server to generate config<br \/>\n&#8211; Edit plugins\/LagReducer\/config.yml<br \/>\n&#8211; Use \/lagreducer reload to apply changes<\/p>\n<p>Notes<br \/>\n&#8211; Set any limiter value to -1 to disable that specific cap.<br \/>\n&#8211; Blacklists protect entities\/items from clearing or limiting.<br \/>\n&#8211; Works alongside most optimization plugins; avoid running multiple \u201cclear lag\u201d plugins at once to prevent conflicts.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A plugin that will help a server from lagging.<\/p>\n","protected":false},"featured_media":91570,"template":"","meta":{"_minecraft_slug":"lagreducer","_minecraft_project_id":"Ga5QsrBe","_minecraft_author":"DoomQZ","_minecraft_license":"MIT","_minecraft_downloads":352,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"lagreducer.zip","_minecraft_size_bytes":19661,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T11:18:48.126620Z","_minecraft_date_created":"2025-08-12T03:24:06.605860Z","_minecraft_date_modified":"2025-08-11T21:07:36.602851Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/lagreducer","_minecraft_icon_attachment_id":91570,"_minecraft_imported_at":"2026-06-05T05:33:45+00:00","_minecraft_import_hash":"dd8d065aa9623b301a4b373fc0f90812","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,90,127,129,92],"mod_loader":[132,134],"minecraft_version":[78,79,80,81],"class_list":["post-91569","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-game-mechanics","mod_category-optimization","mod_category-paper","mod_category-spigot","mod_category-utility","mod_loader-paper","mod_loader-spigot","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>LagReducer - 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\/lagreducer\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LagReducer - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A plugin that will help a server from lagging.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/lagreducer\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lagreducer\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lagreducer\\\/\",\"name\":\"LagReducer - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lagreducer\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lagreducer\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/lagreducer-icon-f1074a0f95d69c2bd833e904c613f0c3faa9405b_96.webp\",\"datePublished\":\"2026-06-05T05:33:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lagreducer\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lagreducer\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lagreducer\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/lagreducer-icon-f1074a0f95d69c2bd833e904c613f0c3faa9405b_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/lagreducer-icon-f1074a0f95d69c2bd833e904c613f0c3faa9405b_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lagreducer\\\/#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\":\"LagReducer\"}]},{\"@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":"LagReducer - 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\/lagreducer\/","og_locale":"en_US","og_type":"article","og_title":"LagReducer - Minecraft","og_description":"A plugin that will help a server from lagging.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/lagreducer\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/lagreducer\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/lagreducer\/","name":"LagReducer - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/lagreducer\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/lagreducer\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/lagreducer-icon-f1074a0f95d69c2bd833e904c613f0c3faa9405b_96.webp","datePublished":"2026-06-05T05:33:44+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/lagreducer\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/lagreducer\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/lagreducer\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/lagreducer-icon-f1074a0f95d69c2bd833e904c613f0c3faa9405b_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/lagreducer-icon-f1074a0f95d69c2bd833e904c613f0c3faa9405b_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/lagreducer\/#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":"LagReducer"}]},{"@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\/91569","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:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/91570"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=91569"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=91569"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=91569"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=91569"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}