Releases: ModFest/ballotbox
Releases · ModFest/ballotbox
0.4.2
Fix:
- Incorrectly formatted time causing hours/minutes to display as 0
Full Changelog: v0.4.1...v0.4.2
0.4.1
0.4.0
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
0.3.0
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
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
Changes:
- Guess mod IDs for icons using underscore-dash substitution.
Full Changelog: v0.1.1...v0.1.2
0.1.1
0.1.0
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
Full Changelog: https://github.com/ModFest/ballotbox/commits/v0.1.0