Skip to content

Releases: ModFest/ballotbox

0.4.2

27 Jul 14:16
Compare
Choose a tag to compare

Fix:

  • Incorrectly formatted time causing hours/minutes to display as 0

Full Changelog: v0.4.1...v0.4.2

0.4.1

23 Jul 05:49
Compare
Choose a tag to compare

Fix:

  • Don't send join/vote packets to unmodded clients

Full Changelog: v0.4.0...v0.4.1

0.4.0

23 Jul 05:38
Compare
Choose a tag to compare

Changes:

  • Add a closing date timestamp to the config
  • Send clients closing date and uncast vote data on join
  • Add closing date information to /votes
  • Add closing date and uncast vote information to the pause screen when uncast votes remain
  • Lock vote keybinds/buttons/commands with messages when it's past closing date
  • Make /votes run properly from the server console

Full Changelog: v0.3.1...v0.4.0

0.3.1

15 Jul 00:40
Compare
Choose a tag to compare

Fix:

  • Vote count output in /votes being category count instead.

Full Changelog: v0.3.0...v0.3.1

0.3.0

13 Jul 05:01
Compare
Choose a tag to compare

Changes:

  • Clear up old unused functionality
  • Add /votes command (op 4) to display top X for each category (configurable)

Full Changelog: v0.2.0...v0.3.0

0.2.0

10 Jul 13:15
Compare
Choose a tag to compare

Changes:

  • Actually save selections to persistent storage (for reading by hand for now, op 4 command later)
  • Don't mess with singleplayer
  • Get categories from datapack instead of hard-resources
  • Crash-safety for requests

Full Changelog: v0.1.2...v0.2.0

0.1.2

07 Jul 14:37
Compare
Choose a tag to compare

Changes:

  • Guess mod IDs for icons using underscore-dash substitution.

Full Changelog: v0.1.1...v0.1.2

0.1.1

02 Jul 08:25
Compare
Choose a tag to compare

Changes:

  • Fix launch on server
  • Fix conflict with modmenu

Full Changelog: v0.1.0...v0.1.1

0.1.0

01 Jul 13:53
Compare
Choose a tag to compare

Initial Release

Features:

  • Screen populated from S2C packet with award categories, options, and existing selections.
  • Tabbed display for awards with names, descriptions, limits, and prohibitions.
  • Awards can be selected from a scrolling list of options buttons up to the limit.
  • Exiting the screen sends a packet and saves selections in-memory on server side.
  • Display of award options with descriptions, mod links, mod icons.

Limitations:

  • Award categories and existing selections are hardcoded via resource json
  • Votes are not actually submitted anywhere

What's Changed

New Contributors

  • @acikek made their first contribution in #1

Full Changelog: https://github.com/ModFest/ballotbox/commits/v0.1.0