Skip to content

Releases: xmamo/VanillaVotifier

v4.2.1

25 Apr 14:33
Compare
Choose a tag to compare

In this release, the dependencies for VanillaVotifier have been upgraded.

v4.2

03 Apr 10:43
Compare
Choose a tag to compare

Added timestamp to logger output; fixed java version checking

v4.1.2

30 Nov 21:17
Compare
Choose a tag to compare

Fixed VanillaVotifier printing path of resources when using help and info commands

v4.1.1

30 Nov 20:56
Compare
Choose a tag to compare

Fixed issue #25

v4.1

28 Nov 20:01
Compare
Choose a tag to compare

Added regex-filtering on ${service-name}, ${user-name}, ${address}, ${timestamp}, as requested on issue #21.

v4.0.3

23 Oct 14:51
Compare
Choose a tag to compare

Fixed: VanillaVotifier can't send RCon commands after Minecraft server reboots.

v4.0.2

21 Oct 18:41
Compare
Choose a tag to compare

Finally fixed Read timed out exceptions occurring on some voting servers (#16).

v4.0.1

20 Oct 20:29
Compare
Choose a tag to compare

Fixed showkey pub and showkey priv commands not working.

v4.0

25 Sep 17:36
Compare
Choose a tag to compare

Huge update!

Notable features added:

  • An option in the config file to execute a command/program/script instead of sending RCon commands when somebody votes;
  • showkey <(pub|priv)> command, to show the current public/private key.
  • Complete italian translation (except config file).

Notable improvements:

  • Command line completion;
  • Use of a YAML config instead of JSON one (with automatic conversion from the old config).

Other:
Lots of work behind the scenes!

v3.5

15 Jun 18:43
Compare
Choose a tag to compare

Added -help as an optional startup argument; also fixed some spelling mistakes and wrong restart error message.