GAListener 1.3

Details

  • Filename
    GAListener.jar
  • Uploaded by
  • Uploaded
    May 4, 2014
  • Size
    63.62 KB
  • Downloads
    2,229
  • MD5
    234466e03a542137de9f635d82be2402

Supported Bukkit Versions

  • 1.7.4

Changelog

1.3

  • Fixed duplicate cumulative votes.
  • Fixed duplicate broadcasts.
  • Fixed queue handling to ensure reliable vote counts.
  • Add "\n" to allow newlines for player and broadcast messages.
  • Add RewardEvent to allow other plugins to modify or cancel rewards.

1.2.1

  • Usernames will be saved / updated with the correct case where possible.
  • Fixed problem with service name matching.
  • Fixed lucky voting not working until reload.
  • Add more error checking for config settings.
  • Add /gal votes <player> to check a users vote total.
  • Add {votes} for custom messages.
  • Add rewardfooter to config.
  • Changed header messages to be string lists instead of strings so you can use multi-line messages.
  • Votes with invalid usernames (special characters) will now be ignored instead of stripped to prevent voting exploit.
  • Add rate limit to prevent duplicate votes.

1.1

  • Added /gal forcequeue to run all queued commands immediately
  • Added broadcastoffline config option which can send the broadcast message when queueing an offline vote.
  • Re-added lucky number to /fakevote to force a lucky vote - /fakevote <username> [servicename] [luckynumber]
  • Made some messages / headers customisable.

1.0.1

  • Actually use onlineonly and voteremind config options

1.0

  • Changed from YAML to SQLite / mySQL for vote totals and queue
  • Added Cumulative based rewards with /rewards
  • Added Permission based rewards
  • Added option to disable broadcasts once a player has voted for the day (broadcastrecent: false)
  • Added customisable join message
  • Added customisable reminder message for players who haven't voted for the day
  • Added option to block vote rewards by world - they will remain queued until in an allowed world
  • Added /votetop to show a voting leaderboard, or /gal top [count] for admins
  • /vote and /rewards will now also show you current vote total
  • Moved admin commands to /gal <command>
    • reload - reload the config
    • clearqueue - clear all queued votes
    • cleartotals - clear all vote totals (run this when you want to reset /rewards)
    • total <player> <total> - change a players current vote total
    • clear <player> - clear a players queued votes
    • top [count] - show a leaderboard of the top [count] voters
    • broadcast - broadcast to all players without a prefix

0.9 [Large Update] We suggest you reset your config, BACK UP YOUR LUCKYVOTES AND REWARDS!

  • Added /vote
  • Added MORE detail comments in the config.
  • Added Vote reminder UPON Login.
  • Updates to /gareload (More reliable)
  • Fixed having .'s in service name
  • Added /fakevote [OP Only] For ability to test votes.
    • We suggest you reset your config, BACK UP YOUR LUCKYVOTES AND REWARDS!

0.3

  • Votes with empty player names are now skipped, as there is noone to reward!
  • Added new config option "broadcastqueue". If you set this to false it will not show broadcast messages for queued votes to prevent onjoin spam. Player messages and rewards will still be sent as normal, and this does not affect regular votes.

0.2

  • Blank Broadcast and PlayerMessages are now properly ignored and will not send empty lines.

0.1

  • Initial Release!