Jbank-1.3.1.jar
What's new
[1.3.1] — 2026-07-14
Fixed
MaybeBoolAPI removal (HytaleServer.jarupdate) —com.hypixel.hytale.protocol.FormattedMessagenow declaresbold,italic,underlinedandmonospaceasjava.lang.Booleaninstead of the removedMaybeBooltype.JbankTextParser.toMessage()(src/main/java/br/com/julio/jbank/messages/JbankTextParser.java) assignedMaybeBool.Trueto these fields, which no longer compiles against the updated server API- Removed the
import com.hypixel.hytale.protocol.MaybeBool;line - Replaced all four
MaybeBool.Trueassignments withBoolean.TRUE - Change ported from a fix originally identified in the Jvips project against the same
HytaleServer.jarAPI surface; verified against Jbank's ownlibs/HytaleServer.jarviajavapbefore applying — no otherMaybeBoolusages found elsewhere insrc/ - To revert: re-add the
MaybeBoolimport and change the four assignments back toMaybeBool.True(only valid against an olderHytaleServer.jarthat still exposes theMaybeBooltype) - Validation:
gradlew.bat clean build→BUILD SUCCESSFUL(compileJava clean, only unrelated native-access/deprecation warnings from Gradle 9.2.0 itself). Not yet validated in-game on the remote server — pending manual confirmation
- Removed the
This mod has no additional files