Conflict is a custom Forge mod that brings a team–based PvP experience to Minecraft 1.20.1.
Players join RED or BLUE factions, fight for points, and win by reaching the target score before time runs out.
- Faction system
- Choose your team (RED or BLUE) on first join.
- Teams persist across sessions and respawns.
- Automatic loadouts
- Each faction spawns with its own armor, weapons, ammo, food and tools.
- Score & timer HUD
- A clean on-screen display shows RED vs BLUE score and the remaining time.
- Spawn points with safe teleport
- Admins can set custom team spawn points with a defined radius.
- Resource mines with regeneration
- Add regenerating ore blocks (e.g. iron, diamond) to create resource points.
- Admin controls
- Start/stop/reset matches, set time limits, toggle friendly fire, and manage spawn points and mines.
- Faction skins
- Players automatically get custom RED/BLUE skins in third-person view.
(all commands start with /
)
faction
— open team selection GUI.faction reset
— reset player faction.
spawnpt set <blue|red> [radius]
— set team spawn.spawnpt show
— show all spawn points.
conflict start
— start a match.conflict stop
— stop the match.conflict reset
— reset all scores.conflict set target <points>
— set score target (default 50).conflict set minutes <time>
— set match duration (default 60 min).conflict ff on|off|toggle|status
— friendly-fire controls.conflict status
— show current match state.
mine add [seconds]
— create a regenerating resource block at crosshair.mine remove
— remove targeted mine.
(all commands require appropriate operator/permission level)
- Install Minecraft Forge 1.20.1 (recommended build 47.4.x).
- Place the
conflict-x.x.x.jar
file in your server and clientmods/
folder. - (Recommended) Install SuperbWarfare and other weapon/armor mods used in your kits.
- Start the server and join with the same modpack on your client.
src/main/java/com/conflict/conflict -> Mod source code src/main/resources/assets/conflict -> Textures (skins, GUI)
- If you run a cracked (offline-mode) server, set
online-mode=false
inserver.properties
.
In that case, default Minecraft skins will not load; the mod's custom RED/BLUE skins will still display. - All players must have the same modpack installed.
- Recommended minimum: 4 players for a balanced game.
Enjoy the battle and good luck to both teams!