2.0.0+1.20.1-beta.2
Pre-release
Pre-release
·
1 commit
to master
since this release
Additions 🍎
- Hey, hey, I figured out how to do a multi-loader project! (sorta)
- This update is compatible for (hopefully) all loaders.
Changes 🌽
- Rewrote the cache (again).
- The cache now uses a record-based system for registering with a provided Codec.
- Register your record using
OfflinePlayerCacheAPI#register
. - Get your cache using
OfflinePlayerCacheAPI#getCache
.
- Proper documentation will arrive upon release.