Skip to content

Releases: Noxcrew/mccisland-api

v25.02.10: Global fish/cosmetic data and fish selling price

10 Feb 17:52
0c32789
Compare
Choose a tag to compare

What's Changed

✨ Features

  • Added sellingPrice method to Fish to allow querying the number of A.N.G.L.R. Tokens a fish with a given weight sells for.
  • Added methods/fields to query the global state of fish and cosmetics.
    Both of these methods return a String containing the number of players who own this cosmetic. If this number is over 10000 or 1000 then the value returned will be 10000+ and 1000+ respectively.
    • Added globalNumberCaught method to Fish to allow querying the total number of players who have caught this fish with a given weight.
    • Added globalNumberOwned field to Cosmetic to allow querying the total number of players who own this cosmetic.
      • Some cosmetics are excluded from ownership reporting.

🔧 Changes

  • The previously deprecated level, evolution, nextEvolutionLevel and nextLevelProgress fields in CrownLevel have been removed.
  • The previously deprecated gems field in Currency has been remobed.

Full Changelog: v24.12.04...v24.12.17

v24.12.17: Fishing, cosmetics and MCC+

17 Dec 16:02
16f5c56
Compare
Choose a tag to compare

What's Changed

✨ Features

  • Cosmetics and ownership state in #11
  • Fishing-related additions in #13
  • Added MCC+ subscription status as mccPlusStatus in Player
  • Added equipped cosmetics as equippedCosmetics in Collections
  • Added anglrTokens to Currency

🔧 Changes

  • The gems field in Currency has been deprecated for removal. It will now only return 0
  • The deprecated value field in Statistics has been removed following its deprecation

Full Changelog: v24.12.04...v24.12.17

v24.12.04: Angler trophies and evolution index

04 Dec 17:50
8e313d9
Compare
Choose a tag to compare

What's Changed

✨ Features

  • Added a new Trophy type, ANGLER trophies!
  • Added an evolution index to CrownLevel.

Full Changelog: v24.05.06...v24.12.04

v24.05.06: Statistic leaderboards and rotations

10 May 17:55
b7359b2
Compare
Choose a tag to compare

What's Changed

✨ Features

  • Added rotations via the Rotation enum.
    • These represent the periods in which statistics (as well as other parts of the server) rotate.
    • The methods nextRotation and previousRotation can be used to extract information about when these rotations change.
  • Added rotationValue on Statistics for fetching the value of a statistic in a given rotation.
  • Added statistic query to fetch a statistic by it's key.
  • Added statistic leaderboards.
    • These can be queried using the leaderboard method on Statistic.
    • The returned list contains the rank and value of each entry in the leaderboard.
    • The amount field is limited to 20.

🔧 Changes

  • The value method on Statistics has been deprecated for removal. Use the rotationValue method instead.
  • Four new statistics have been added: crown_level, trophies, trophies_skill and trophies_style.

Full Changelog: v24.05.02...v24.05.06

v24.05.02: Crown Level progress and evolutions

02 May 16:46
c73802e
Compare
Choose a tag to compare

What's Changed

✨ Features

  • feature: Include information about progress to next crown level and evolution by @kezz in #1

🔧 Changes

  • Some unused statistics have been removed from the API

Full Changelog: v24.04.17...v24.05.02

v24.04.17: Initial release

17 Apr 13:21
dc9a637
Compare
Choose a tag to compare

This release marks the release of the MCC Island API. For more information, check out our docs.