Jbank

JBANK— Bank System enconomy for Hytale
Back to Files

Jbank-1.3.1.jar

File nameJbank-1.3.1.jar
Uploaded
Jul 14, 2026
Downloads
12
Size
3.0 MB
File ID
8432729
Type
R
Release
Supported game versions
  • Early Access

What's new

[1.3.1] — 2026-07-14

Fixed

  • MaybeBool API removal (HytaleServer.jar update)com.hypixel.hytale.protocol.FormattedMessage now declares bold, italic, underlined and monospace as java.lang.Boolean instead of the removed MaybeBool type. JbankTextParser.toMessage() (src/main/java/br/com/julio/jbank/messages/JbankTextParser.java) assigned MaybeBool.True to these fields, which no longer compiles against the updated server API
    • Removed the import com.hypixel.hytale.protocol.MaybeBool; line
    • Replaced all four MaybeBool.True assignments with Boolean.TRUE
    • Change ported from a fix originally identified in the Jvips project against the same HytaleServer.jar API surface; verified against Jbank's own libs/HytaleServer.jar via javap before applying — no other MaybeBool usages found elsewhere in src/
    • To revert: re-add the MaybeBool import and change the four assignments back to MaybeBool.True (only valid against an older HytaleServer.jar that still exposes the MaybeBool type)
    • Validation: gradlew.bat clean buildBUILD 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

This mod has no additional files