2.6.0
Compatibility
Required content
Changes
Conqueror’s Haki Reworked Conqueror’s Haki clashes.
Added cinematic rendering effects to clashes.
Warlord System Added the new Warlord status and progression system.
/warlord status — Checks your own rank. Anyone can use it.
Warlord: Shows your frozen bounty and reminds you not to kill an Admiral or Vice Admiral.
Traitor: Tells you that the World Government will never take you back.
No rank: Tells you to kill a Warlord NPC for a chance to obtain a Shichibukai Letter.
/warlord resign — Voluntarily removes your Warlord rank.
No cooldown or penalty.
You lose your rank and frozen-bounty immunity.
/warlord pardon <player> — OP-only (permission level 2).
Removes a player's Traitor flag, allowing them to hold a Warlord Letter again.
/warlord marineford — OP-only.
Spawns or respawns the Marineford structure in the Grand Line ocean.
Teleports you to the plaza.
/warlord marineford redo
Re-clears and re-places Marineford at the same location.
Useful if the structure becomes corrupted.
Warlord Progression Get a letter — Kill a Warlord NPC to obtain a Shichibukai Letter.
Use the letter — Right-click it. The first use per world spawns Marineford, which may cause temporary lag, then teleports you to the plaza.
Marineford ceremony — Sengoku, Garp, three random Admirals, four Vice Admirals, and ten Marines will be present.
Passive audience — The spawned NPCs have the umpremake_ceremony_passive flag. A server tick handler continuously clears their targets, preventing MinePiece's custom AI from attacking you unless you attack first.
Talk to Sengoku — Right-click Sengoku to open the accept/decline GUI.
Accept: Consumes the letter, gives you the Warlord rank, and freezes your current bounty.
Decline: Ends the ceremony and sends you home.
Stay a Warlord — Your bounty remains frozen. Killing an Admiral or Vice Admiral brands you as a Traitor and permanently prevents you from using Warlord Letters until an OP uses /warlord pardon.
Bug Fixes Fixed a Zoan bug that prevented players from transforming into their Zoan forms.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:w3saytjQ:y5VMOzfd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:w3saytjQ:y5VMOzfd"
}

