promotional bannermobile promotional banner

Easy Factions - Unofficial Port

A configurable server-side faction system: found factions, claim chunk territory, forge alliances, and battle over King-of-the-Hill objectives.

File Details

easy_factions-NeoForge-1.0.1.jar

  • R
  • Jun 25, 2026
  • 252.57 KB
  • 16
  • 1.21.1
  • NeoForge

File Name

easy_factions-NeoForge-1.0.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:overwatters-easy-factions-forked-1587485:8319820"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

EASY FACTIONS (NeoForge 1.21.1) 1.0.1 - CHANGELOG
==================================================

Warborn Realms server build. Adds a paid-claim option on top of 1.0.0; no changes to
the original faction, alliance, or claim behaviour.

NEW: BUY EXTRA FACTION CHUNKS
- New command /factionbuy: when a faction has reached its claim cap, an owner or officer
  can buy the chunk they are standing in for in-game money.
- Uses SDM Economy as the currency backend (optional). If SDM Economy is not installed,
  /factionbuy is simply unavailable and nothing else changes.
- Bundled add-on, configured in efwarborn-server.toml:
    chunkPrice   = 500     (cost per bought chunk)
    currencyKey  = ""      (blank uses the buyer's first unlocked currency)
    requireAtCap = true    (only allow buying once the faction is at its claim cap)

SERVER SETUP NOTES (config, no code needed - in easy_factions-server.toml)
- 300 faction claim cap, member-scaled: factionBaseClaimLimit = 0,
  factionAdditionalClaimLimitPerMember = 100  (a 3-member faction reaches 300).
  For a flat 300 regardless of size instead: factionBaseClaimLimit = 300, perMember = 0.
- 9 personal chunks for solo players: coreChunks = 9.
- Protect block place and break only: factionClaimRestrictions = ["BREAK_BLOCK", "PLACE_BLOCK"]
  (also coreClaimRestrictions / adminClaimRestrictions to match).

CREDITS AND LICENSE
- Easy Factions and the Objective Control add-on are by Jonathan Michael Preiss.
- NeoForge 1.21.1 port released under the Mozilla Public License 2.0, with permission.
  Original source: https://github.com/kard3n/easy_factions
- The /factionbuy add-on (efwarborn) is bundled into this jar.

Compatibility: NeoForge 1.21.1, client and server. SDM Economy optional (needed only for /factionbuy).