Kind's Anchor Optimizer
ModMIT

Kind's Anchor Optimizer

Defuse respawn‑anchor lag spikes by smart‑queueing explosions for smooth, stable TPS.

232
Downloads
1
Followers
2 months ago
Updated
📦
1
Versions

📖About Kind's Anchor Optimizer

Kind’s Anchor Optimizer

Smooths lag caused by respawn anchor explosions on Fabric servers.

Kind’s Anchor Optimizer is a server-side Fabric mod that prevents major TPS drops when many respawn anchors are detonated at once.
Instead of letting every anchor explode in the same tick, explosions are spread over time to keep the server running smoothly—while still behaving like vanilla.

No balance changes. No gameplay changes. Just better performance.

Why Use This Mod?

Respawn anchors are one of the biggest causes of lag spikes on PvP, anarchy, and stress-heavy servers.

Kind’s Anchor Optimizer helps by:

Reducing TPS drops during mass anchor detonations

Keeping explosions fair and vanilla-feeling

Improving stability during heavy combat or griefing

Working server-side only (client install is optional)

With Mod on 70Ms

With Mod

Without Mod on 70Ms

WithOut

What It Does

Detects respawn anchor explosions in the Overworld and End

Removes the anchor block immediately

Queues explosions instead of detonating them all at once

Processes a limited number of explosions per tick

Automatically adjusts based on player count

The result is smoother gameplay even under extreme anchor usage.

Installation (Server)

Install Fabric Loader

Download the mod from Modrinth

Place the .jar into your server’s mods folder

Restart the server

No extra setup required.

Configuration

The config file is located at:

config/kinds_anker_optimizer.json

Default Configuration (Recommended)

{
  "enabled": true,
  "requestClientOptOut": false
}

The mod is enabled

Clients are not requested to opt out

Disabled (Server-Side Opt-Out)

{
  "enabled": false
}

Completely disables the mod

Server behaves exactly like vanilla

Server-Requested Client Opt-Out

{
  "enabled": true,
  "requestClientOptOut": true
}

The server asks connected clients to temporarily disable the mod

Applies only to that specific server

Automatically resets when the player disconnects

Optional Client Opt-Out (Server Controlled)

When enabled, the server can request that players disable the mod while connected.
This allows full server control while still letting players keep the mod installed for other servers.

Compatibility

Minecraft: 1.21.1 – 1.21.11

Loader: Fabric

Environment: Server (client optional)