Farlands Corruption
A progressive Minecraft world corruption engine
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
A progressive Minecraft world corruption engine
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Overview
Farlands Corruption is not just a custom biome or terrain preset.
It is designed to make the world feel like Minecraft itself is breaking the farther players travel. Terrain begins to fracture, mechanics become unstable, old chunks can be rewritten, and the edge of the world slowly turns into a mathematically corrupted wasteland.
"The server cannot sustain reality this far out."
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Main Features
- Progressive Farlands-style corruption
- Customizable Farlands start distance
- Massive vertical slab terrain at the beginning
- Broken cliff faces, caves, scars, snow caps, dirt patches, and repeated terrain patterns
- Late-stage sparse floating block lattice terrain
- Old generated chunks can be deleted and rebuilt as corrupted Farlands terrain
- Chunk warmup system to reduce lag spikes before players arrive
- Elytra instability zones
- Nether portal failure effects
- Water and lava physics corruption
- Echo events with particles, sounds, and fake memory-like messages
- Natural mob spawning can be disabled past the Farlands while farms and spawners still work
- Bedrock remains protected until 15,000,000 blocks by default
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Distance Progression
| Distance | Phase | Effect |
|---|---|---|
| 0 - Start | Stable World | Normal Minecraft |
| 12,000,000+ | Noise Drift | Terrain begins forming massive repeated Farlands walls |
| 12,050,000+ | Fractured Lands | More scars, vertical terrain, broken cliffs, and stronger corruption |
| 12,100,000+ | Furtherlands | Game mechanics begin failing |
| 12,200,000+ | Echo Zones | Memory-like events, sounds, ghostly corruption |
| 12,550,000+ | Fractal Edge | Sparse floating blocks and reality collapse |
| 15,000,000+ | Bedrock Decay | Bedrock can finally start failing |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Commands
Code:
/farlands status
/farlands phase
/farlands reload
/farlands setstart <distance>
/setfarlands <distance>
Example:
Code:
/setfarlands 12000000
This changes where the Farlands begin and saves the setting after restart.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Compatibility
- Paper
- Spigot
- Bukkit-compatible servers
- Folia-style chunk-safe behavior where possible
- Minecraft 1.21.4+
- Optional WorldEdit support
- Optional WorldGuard support
WorldGuard regions can be respected so protected areas are not corrupted.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Old Chunk Rebuild System
The plugin can replace already-generated far chunks.
This means if players have already explored beyond the Farlands start distance, those chunks can be wiped and rebuilt into corrupted terrain.
Code:
delete-old-generated-chunks: true
replace-farlands-chunks: true
Processed chunks are tracked so they are not destroyed repeatedly every restart.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Chunk Warmup
To reduce lag spikes, the plugin can preload and generate chunks before players reach them.
Code:
chunk-warmup:
enabled: true
start-before-farlands-chunks: 12
forward-distance-chunks: 8
side-radius-chunks: 2
max-async-requests-per-step: 10
max-sync-loads-per-step: 1
On Paper, async chunk loading is used when available.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Design Philosophy
This plugin is built to feel quiet, lonely, and corrupted.
It is not meant to be loud horror.
It is not meant to be a fantasy dimension.
It is not meant to be random noise terrain.
It is meant to feel like Minecraft forgot how to generate itself.
The farther you travel, the less the world behaves like Minecraft.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Installation
- Place the jar inside your server's
pluginsfolder. - Restart the server.
- Use
/setfarlands <distance>to choose where corruption begins. - Travel beyond that distance.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Farlands Corruption
A dying Minecraft world, one chunk at a time.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Farlands Corruption
A dying Minecraft world, one chunk at a time.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Performance Notice
Farlands Corruption performs live terrain rewriting and chunk manipulation in distant regions.
Heavy corruption phases, old chunk rebuilding, and real-time terrain regeneration may cause temporary lag spikes depending on server hardware, world size, player count, and chunk generation speed.
For best performance, Paper is recommended along with pregeneration and the built-in chunk warmup system.
