promotional bannermobile promotional banner

Better Party

Better Party brings a polished MMORPG-style party system to Minecraft with public and private groups, party chat, friendly-fire protection, nearby XP sharing, and a fully customizable live HUD.
Back to Files

better-party-neoforge-26.3-1.1.7.jar

File namebetter-party-neoforge-26.3-1.1.7.jar
Uploader
MrStilu2k6MrStilu2k6
Uploaded
Sep 16, 2026
Downloads
46
Size
2.5 MB
Mod Loaders
NeoForge
File ID
8894926
Type
R
Release
Supported game versions
  • 26.3

Curse Maven Snippet

NeoForge

implementation "curse.maven:better-party-1610184:8894926"

Learn more about Curse Maven

What's new

Better Party 1.1.7

This update adds server-enforced party rules for dedicated servers, singleplayer worlds, and LAN hosts.

Changes

  • Added a hard maximum party-size limit.
  • Server owners can disable XP sharing globally.
  • Server owners can limit the maximum XP-sharing radius.
  • Friendly-fire protection can be disabled globally, forcing party PvP.
  • The member locator can be disabled globally. When disabled, exact member coordinates are not sent to clients.
  • Locked features cannot be re-enabled by party leaders and are disabled in the UI.
  • Rules apply to new, existing, and persistent parties.
  • Added wider loader ranges

Server configuration

Forge/NeoForge — config/better_party-common.toml:

[general]
maximumPartySize = 5

[experienceSharing]
allowed = false
maxRadiusChunks = 6

[friendlyFireProtection]
allowed = false

[memberLocator]
allowed = false

Fabric — config/better_party.properties:

general.maximumPartySize=5
experienceSharing.allowed=false
experienceSharing.maxRadiusChunks=6
friendlyFireProtection.allowed=false
memberLocator.allowed=false

Restart the game or server after changing the configuration. Server and client should use the same Better Party version.

This mod has no related projects