Skip to content
This repository has been archived by the owner on Nov 12, 2018. It is now read-only.

Releases: BadgeUp/badgeup-sponge-client

BadgeUp Sponge Client v2.1.1

22 Apr 14:56
Compare
Choose a tag to compare

Changes:

  • Stop (accidentally) shading SpongeAPI
  • Relocate Unirest for modpack compatibility

BadgeUp Sponge Client v2.1.0

20 Apr 22:20
Compare
Choose a tag to compare

Changes:

  • Rework AchievementPersistenceService and AwardPersistenceService
  • Add ResourceCache to cache awards and achievements
  • Upgrade to SpongeAPI v5.1.0
  • Add /progress command to list a player's achievement progress:
    • Requires the progress:read scope in your BadgeUp API key

image

  • Add death:<cause> event to track player deaths
  • Re-track teleport events previously excluded
  • Better event data serialization
  • Players are notified of receipt of an achievement through a title:

image

  • Add a /badgeup awards create inhand command to automatically create an item award from the item in your hand:

create award function

BadgeUp Sponge Client v2.0.8

14 Apr 17:47
Compare
Choose a tag to compare

Changes:

  • Relocate the org.json dependency for modpack compatibility
  • Stop ignoring UseItemStackEvent.Stop since bows use this event

BadgeUp Sponge Client v2.0.7

10 Apr 15:37
Compare
Choose a tag to compare

Changes:

  • Only send grantachievment:* event if it hasn't been earned by the player before

BadgeUp Sponge Client v2.0.6

12 Mar 20:38
Compare
Choose a tag to compare

Changes:

  • Ignore these events:
    • sleeping:pre
    • sleeping:tick
    • sleeping:post
    • dropitem:pre
    • constructentity:pre
    • changestatistic:targetplayer

BadgeUp Sponge Client v2.0.5

05 Mar 14:40
Compare
Choose a tag to compare

Changes:

  • Update demo achievements to use the new criteria key regex feature

BadgeUp Sponge Client v2.0.4

27 Feb 01:05
Compare
Choose a tag to compare

Changes:

  • More descriptive entity death event keys: destructentity:death:<entity category>:<entity ID>

BadgeUp Sponge Client v2.0.3

21 Feb 03:10
Compare
Choose a tag to compare

Changes:

  • Properly listen to entity damage/death events (bef6fc9)
  • Fix too-large ModifyBlockEvents (e578642)
  • /badgeup debug <player> command (0237c3c)

BadgeUp Sponge Client v2.0.2

21 Feb 00:12
Compare
Choose a tag to compare

Changes:

  • Update for recent BadgeUp API changes

BadgeUp Sponge Client v2.0.1

20 Feb 00:55
Compare
Choose a tag to compare

Changes:

  • Ignore ChannelRegistrationEvent and TabCompleteEvent (d95aeea)
  • More accurate distance events - account for teleports and players leaving (19ee89a and 0ffe43a)
  • Add debug log line for too-large events (b59d49c)