Releases: xmamo/VanillaVotifier
Releases · xmamo/VanillaVotifier
v4.2.1
In this release, the dependencies for VanillaVotifier have been upgraded.
v4.2
Added timestamp to logger output; fixed java version checking
v4.1.2
Fixed VanillaVotifier printing path of resources when using help
and info
commands
v4.1
Added regex-filtering on ${service-name}
, ${user-name}
, ${address}
, ${timestamp}
, as requested on issue #21.
v4.0.3
Fixed: VanillaVotifier can't send RCon commands after Minecraft server reboots.
v4.0.2
Finally fixed Read timed out exception
s occurring on some voting servers (#16).
v4.0.1
Fixed showkey pub
and showkey priv
commands not working.
v4.0
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
Added -help
as an optional startup argument; also fixed some spelling mistakes and wrong restart error message.