
MCSERVERVE
Entwickle eine serverseitige Minecraft-Mod , die sich ausschließlich auf Performance-Optimierung konzentriert und keinerlei Gameplay-Änderungen verursacht....
Downloads
5
Remixes
0
Price
Free
neoforge · Server · 1.21.1 · mod
MCSERVERVE is a dedicated-server-only performance helper for NeoForge 1.21.1. It focuses on smoothing chunk arrivals and avoiding lag spikes without changing gameplay or requiring client mods.
Key features
- Tick-aware budgeting: tracks average and last tick times to throttle optional work automatically when the server is under pressure.
- Predictive chunk warmup: asynchronously warms chunks players are about to enter (ahead of movement and near chunk edges) while staying within the existing view distance and skipping busy ticks.
- Cooldown and cleanup: caches recent warmups to avoid redundant I/O and periodically prunes stale entries to stay memory-friendly.
- Admin insight:
/mcserverve(or/mcserverve stats) reports current tick health, warmup counters, and active budget. Command requires permission level 2.
Behavior and compatibility
- Server-only (
Dist.DEDICATED_SERVER) with no client assets or registries; vanilla clients can join without installing anything. - No gameplay changes—tick rates, AI, redstone logic, and view distances remain untouched; the mod only preloads chunks earlier when budget allows.
Notes and suggestions
- Warmup heuristics are conservative by design; they prioritize TPS stability over aggressive preloading. If players move extremely fast, occasional chunk stalls may still occur.
- The mod currently uses built-in view distance settings; pairing it with thoughtful server view-distance tuning can maximize benefits.
MultiFrameGen
a mod that optimizes rendering so the FPS is boosted using motion based frame generation that interpolates, add a reflex so that the latency and delay is low...
Speedrunner vs Hunter AI
Create a Minecraft mod "Speedrunner vs Hunter": hostile Hunters with roles (MELEE, ARCHER, BUILDER, TANK), adaptive AI, teleport, bridge building, TNT,...
Amecs-NeoForge
Add redefinable keybindings with modifier keys; search bar on the Controls screen; non-blocking keybindings to allow multiple bindings per key; combo...
the king in yellow
theres an entity called "the king in yellow" going after the player. The king in yellow is a tall figure, covered in yellow robes and a blurred face. If the...
betterenchants
A mod that makes the enchant cap the integer limit as well as being able to add any combination of enchants together.
dupe
package com.example.dupemod; import net.minecraft.client.Minecraft; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.item.ItemStack;...