promotional bannermobile promotional banner

Factions ReForged

Claim chunks, declare allies and enemies, and hold territory you can see the edge of. A modern rebuild of the faction mechanic that defined a generation of servers chunk claims, war and alliance, a faction bank, faction chat, and particle borders.
Back to Files

Factions ReForged 1.4.0 / MC 26.2

File namefactions-1.4.0+mc26.2.jar
Uploader
sablednahsablednah
Uploaded
Sep 6, 2026
Downloads
6
Size
302.0 KB
Mod Loaders
NeoForge
File ID
8823010
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:factions-reforged-1670483:8823010"

Learn more about Curse Maven

What's new

/f map item terrain — claims over real ground

The existing atlas answers who owns this region. This one answers where exactly is that line relative to the river — rivers, forest and coastline drawn underneath the claim colours.

It is close in — 256 blocks — and that is a constraint rather than a taste. Claims come from the faction store and are known whether or not the world is loaded, which is precisely why the atlas can be complete at one chunk per pixel. Terrain is not: drawing it at that size would mean generating 16,384 chunks, which is a server stall, a great deal of disk, and a free map of country nobody has walked. So the survey reads only chunks already in memory and falls back to flat claim colour where the world is not loaded. Walk somewhere and take another.

There is no transparency in a Minecraft map — a pixel is an index into 64 colours by four brightness levels, not an RGB value — so the wash is mixed in software and snapped to the nearest colour the palette can actually say. Relief shading is vanilla's own north-slope comparison, without which the ground reads as flat blobs; borders are drawn as more tint rather than more brightness, which would fight that shading.

/f map item is unchanged. Its completeness is the whole point of it, and the two cannot both be had.

Notes

Requires SableCraft Standards 1.4.0+, unchanged by this release. Built for Minecraft 1.21.11, 26.1.2 and 26.2 — take the jar matching your Minecraft version.

Self-test: 131 checks, up from 106.

This mod has no additional files