Skip to content

3.0.2

Choose a tag to compare

@Arona74 Arona74 released this 23 Feb 00:27
· 4 commits to 1.20.1_BLIS since this release

Power display fix (Faction.java, AdminCommand.java) — Added fillBasePower() and /f admin power recalc to reset all factions' stored base power to the current config max, fixing old factions showing stale power values after a config change.

Max power display fix — Was missing the max fame value.

Special character validation (CreateCommand.java, ModifyCommand.java) — Faction names now reject *, ", \, and § to prevent command parsing failures like "The Boot *Stink Warning*".

Suggestion filtering fix (Command.java) — Fixed greedyString() suggestions always showing all results by computing the correct remaining text from parsed context nodes instead of relying on builder.getStart(), which points to the end of input for greedy arguments.