Skip to content

Releases: Hay1tsme/ScoreboardTXT

ScoreboardTXT 1.2.0 - Bigger and Better

03 Jun 19:01
Compare
Choose a tag to compare

This 3rd release adds some new fields, plus a restructuring of the player output

  • Added text fields for the tournament name and round
    • These must be updated by pressing the "Update Round/Name" button, they do not update as you type
  • Adjusted the default width to accommodate the new fields
  • Changed the player output so it now outputs nothing if nothing is selected, instead of " - 0"
    • Should make it look a little nicer

Release 1.1.0 - A Shocking Update!

08 May 04:21
Compare
Choose a tag to compare

Static Shock

Our 2nd release is mostly a code cleanup with a minor functionality change.

  • The "Reload" button has been given the Kindred treatment and split in two

    • This means players and casters can be reloaded separately, without wiping the entire scoreboard
    • The default width has gone from 500 to 550 to accommodate these new buttons
  • The IO class has been made static because constructing just one of it seems pointless

  • Added bat and sh files to make starting easier

    • This should mitigate a crash that results from launching from console when not in the directory where the jar is
    • I haven't used the sh file but it's 3 lines so I doubt there's much that can go wrong with it

Known Bugs

  • Running without sb.json being made crashes, even though it makes sb.json
  • Running from outside the current directory on command line crashes (see above)
  • Running without cfg or txt directories crashes.

These should all be fixed next release

Initial Release

06 May 23:23
Compare
Choose a tag to compare

Everything works, going to continue to add functionality as time goes on.