Skip to content

Releases: kory33/SignVote

Minor modification on internal library

14 Jun 17:17
Compare
Choose a tag to compare

Changelog

  • FIX Update notification's configuration not being effective

Unbreakable Vote Points

11 Jun 22:49
Compare
Choose a tag to compare

Changelog

1.12-Compatible Release

09 Jun 09:15
Compare
Choose a tag to compare

Changelog

  • SignVote now depends on a separated ChatGUI

As ChatGUI is partially re-written to be 1.12-compatible, SignVote has also become compatible with 1.12.

Small bug fix....

08 May 05:28
Compare
Choose a tag to compare

Changelog

  • FIXED A buffered reader being left open for reading JSON configuration files.

Small fix on browseable interface

07 May 15:39
Compare
Choose a tag to compare

Changelog

  • DELETE Empty lines in browseable interface as it was rather annoying.

Large Interface Update!

07 May 11:19
Compare
Choose a tag to compare

Changelog

  • ADDED (finally!) statistics interface!
  • CHANGED Metrics framework from mcstats to bStats

... and a lot of internal improvements.

Notes

There has been several updates / changes in messages.json. Before updating the plugin, it is recommended to delete(or move) the file to regenerate it, and then review the changes with respect to the generated .json file.

You may view all the changes in the file contents here

Updates around User Interfaces

29 Apr 13:07
Compare
Choose a tag to compare
Pre-release

Changelog

  • ADDED Abstraction of form input system.
  • ADDED addscore interface. It gets invoked when you run command /signvote addscore <session name>
  • FIX Delete votes when the target votepoint is deleted.

Notes

There has been several updates / changes in messages.json. Before updating the plugin, it is recommended to delete(or move) the file to regenerate it, and then review the changes with respect to the generated json file.

You may view all the changes in the file contents here

Minor Bug Fixes / Implement INFINITE Votes!

24 Apr 21:28
Compare
Choose a tag to compare

Changelog

  • ADD Infinite votes. Currently, specifying -1 as the limit makes the votelimit infinity.
  • FIXED Default permission set by addscore sub-command to signvote.vote instead of default, which is more appropriate.

generic.infinity node is added to messages.json.
Older versions of votelimit data may not be compatible with this system. Please replace all "dafault" with "signvote.vote" under votelimits node in session.json of each session folder.

MultiWorld Soft Dependency

23 Apr 07:37
Compare
Choose a tag to compare

ChangeLog

  • ADDED soft dependency to multiworld so that this plugin gets loaded with delay.

Fix Data I/O Bugs and Minor Bugs

23 Apr 00:32
Compare
Choose a tag to compare
Pre-release

Changelog

  • FIXED Filename verification(most probably fixed #14 )
  • FIXED Vote data is now read correctly( #19 )
  • FIXED Votepoint name is now restricted to certain format( #17 )

All the plugin data, except for messages.json is backward-compatible.