MultiVoteListener-1.0.1.jar (Spigot 1.8, 1.9)

Details

  • Filename
    MultiVoteListener-1.0.1.jar
  • Uploaded by
  • Uploaded
    Mar 3, 2016
  • Size
    16.03 KB
  • Downloads
    1,403
  • MD5
    1341dadcd932f0394d89df978aef2ea9

Supported Bukkit Versions

  • 1.11
  • 1.10
  • 1.9

Changelog

Added per service message

You can now add a service specific message issued to the user upon vote. It replaces the globally defined reward messages (player_*_reward) in the messages section. Just add the following line in a service section:

usermessage: 'Some text to send to the user'

Fixed a minor issue when new users vote

Sometimes votes of users who joined for the first time where not recognized as known users due to the nature of the Bukkit's hasPlayedBefore() method.

Fix empty text messages

If a user message is left empty in the config it will be suppressed.