Skip to content

Releases: Wertik/CzechcraftQuery

2.5.2

03 Mar 15:31
Compare
Choose a tag to compare

Changes

  • code maintenance
  • relocate netty to avoid version mismatch on lower bukkit versions

2.4.2

20 Sep 17:44
Compare
Choose a tag to compare

Changes

  • ServerAdvanceEvent & ServerDropEvent now fire correctly
  • added a test framework, /ccq test, along with some default sources
  • added rewards for advance & drop events
  • code improvements

2.2.0

31 Aug 22:10
Compare
Choose a tag to compare

Changes:

  • added context stripped to avoid duplicated cached values
  • various bugfixes
  • improved responses to provide more information

2.1.10

31 Aug 02:54
Compare
Choose a tag to compare

Changes:

  • improved commands and context parsing
  • fixed a few bugs
  • made 'user votes monthly' deprecated and disabled it, as it seems to not be in the API at all
  • improved response display (shortening)
  • added 'topvoters' _(position)_votes/name% placeholders

2.1.2

30 Aug 20:21
Compare
Choose a tag to compare

Changes:

  • added the rest of available requests
  • improved exception handling in parsers
  • added corresponding placeholders to new requests
  • fixed a few bugs

1.4.1

30 Aug 14:09
Compare
Choose a tag to compare

Changes:

  • improved exception handling
  • fixed updating on VotifierEvent
  • removed left over exception testing

1.3.6

29 Aug 15:48
Compare
Choose a tag to compare

Changes:

  • added /ccq get subcommand to test getting a response
  • changed /ccq request to force sending a request and updating cached response
  • added BlankResponse to handle no responses from calls

1.3.4

29 Aug 01:40
Compare
Choose a tag to compare

Initial release.

Features:

  • fully functional request system and response caching
  • basic commands to control update tasks and cache
  • PlaceholderAPI expansion with a set of basic placeholders
  • 2 first Response types, Server info (serverinfo) and Next vote (nextvote)