UndergroundViewDistance
🟡 Updated this yearPreview

🔍 Analysis
- 🏆 #194 of 235 management mods in this game by downloads
📋 About This Mod
Requirements: ProtocolLib On a standard server loading 16 chunks of radius (1089 chunks) is standard practice. However, when a player descends underground, the server is forced to hold those chunks in RAM, calculate cave mob AI, handle lighting updates, and manage I/O pressure for areas the player cannot even see at all while the player stares at a stone wall. **Aggressive Memory Reclamation**: By dynamically shifting View Distance, we drastically reduce the heap size required by the server, allowing your RAM to be used for more important processes, effectively increasing your server's capacity without upgrading your hardware. **CPU Bottleneck Mitigation**: Simulation Distance scaling stops the "hidden" CPU tax. By limiting simulation to a set amount of chunk radius underground, we stop the server from ticking cave entities, flowing water, and complex redstone circuitry in distant, dark, and irrelevant cave systems. **I/O Pressure Reduction**: Fewer chunks loaded means significantly lower read/write operations on your storage. This is critical for servers running on standard HDDs or budget-tier SSDs, preventing disk-induced stutter. **Instant Load Mitigation**: Prevents massive CPU and I/O spikes when players log in, respawn, or teleport directly underground. The plugin instantly applies optimized distances before the server attempts to load the massive surface-level chunk radius. --------------- summary chunk optimizer in a way for optimization purposes for those who want max performance from their hardware Removes Unnecessary high distance chunk processing for players who are in underground. Customizable by allowing you to change view distance and simulation distance independently Flicker-Free with zero visual disruption when changing view distance Buffer zones to not worry about players unloading and loading chunks rapidly Instantly adapts to fast travels and joins (join/teleport/respawn) to prevent temporary chunk-loading lag spikes could it be considered donutsmp like i dunno
Requirements: ProtocolLib
On a standard server loading 16 chunks of radius (1089 chunks) is standard practice. However, when a player descends underground, the server is forced to hold those chunks in RAM, calculate cave mob AI, handle lighting updates, and manage I/O pressure for areas the player cannot even see at all while the player stares at a stone wall.
Aggressive Memory Reclamation: By dynamically shifting View Distance, we drastically reduce the heap size required by the server, allowing your RAM to be used for more important processes, effectively increasing your server's capacity without upgrading your hardware.
CPU Bottleneck Mitigation: Simulation Distance scaling stops the "hidden" CPU tax. By limiting simulation to a set amount of chunk radius underground, we stop the server from ticking cave entities, flowing water, and complex redstone circuitry in distant, dark, and irrelevant cave systems.
I/O Pressure Reduction: Fewer chunks loaded means significantly lower read/write operations on your storage. This is critical for servers running on standard HDDs or budget-tier SSDs, preventing disk-induced stutter.
Instant Load Mitigation: Prevents massive CPU and I/O spikes when players log in, respawn, or teleport directly underground. The plugin instantly applies optimized distances before the server attempts to load the massive surface-level chunk radius.
- --------------
- summary
- chunk optimizer in a way for optimization purposes for those who want max performance from their hardware
Removes Unnecessary high distance chunk processing for players who are in underground.
Customizable by allowing you to change view distance and simulation distance independently
Flicker-Free with zero visual disruption when changing view distance
Buffer zones to not worry about players unloading and loading chunks rapidly
Instantly adapts to fast travels and joins (join/teleport/respawn) to prevent temporary chunk-loading lag spikes
could it be considered donutsmp like i dunno
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- sillycorn
- Version
- 2.3
- Downloads
- 184
- Endorsements
- 1
- Category
- management
- Created
- 3/24/2026
- Updated
- 4/3/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- management, optimization, worldgen
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does UndergroundViewDistance support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of UndergroundViewDistance?
Version 2.3, published 2026-04-03 with 184 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await