3.0.2
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.