Releases: Noxcrew/mccisland-api
Releases · Noxcrew/mccisland-api
v24.12.17: Fishing, cosmetics, and MCC+
What's Changed
✨ Features
- Cosmetics and ownership state in #11
- Fishing-related additions in #13
- Added MCC+ subscription status as
mccPlusStatus
inPlayer
- Added equipped cosmetics as
equippedCosmetics
inCollections
- Added
anglrTokens
toCurrency
🔧 Changes
- The
gems
field inCurrency
has been deprecated for removal. It will now only return0
- The deprecated
value
field inStatistics
has been removed following its deprecation
Full Changelog: v24.12.04...v24.12.17
v24.12.04: Angler trophies and evolution index
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
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
andpreviousRotation
can be used to extract information about when these rotations change.
- Added
rotationValue
onStatistics
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 onStatistic
. - The returned list contains the rank and value of each entry in the leaderboard.
- The amount field is limited to 20.
- These can be queried using the
🔧 Changes
- The
value
method onStatistics
has been deprecated for removal. Use therotationValue
method instead. - Four new statistics have been added:
crown_level
,trophies
,trophies_skill
andtrophies_style
.
Full Changelog: v24.05.02...v24.05.06
v24.05.02: Crown Level progress and evolutions
What's Changed
✨ Features
🔧 Changes
- Some unused statistics have been removed from the API
Full Changelog: v24.04.17...v24.05.02
v24.04.17: Initial release
This release marks the release of the MCC Island API. For more information, check out our docs.