Bug fixes:
• Win and loss stats no longer fail with database warnings after /perftowers reload
Improvements:
• Easy, mid and hard display names are configured in messages.yml
• Custom difficulty names show in the GUI, game-started chat and big-win broadcasts
Code:# plugins/PerfTowers/messages.yml — add: difficulty-names: easy: "Easy" mid: "Mid" hard: "Hard" # plugins/PerfTowers/messages.yml — optional update: towers-broadcast-big-win: "<#62FF67><bold>BIG WIN!<reset> <#FFD166>{player} <white>cashed out at <#FFD166>{multiplier}x <white>on <#A5B4FC>{difficulty} <white>and won <#62FF67>${profit}!"
Bug fixes:
• Reaching the top row now pays out your winnings automatically
• Cash Out works again after clearing at least one row
Improvements:
• Row tile clicks feel instant with no wait between picks
• Easy, mid and hard display names are configurable in gui/towers-gui.yml
Code:# plugins/PerfTowers/gui/towers-gui.yml — add: towers-game: difficulty-names: easy: "Easy" mid: "Mid" hard: "Hard"
