File Details
1.0.0+1.20.1
- R
- May 16, 2024
- 56.44 KB
- 148
- 1.20.1
- Fabric + 1
File Name
offline-player-cache-1.0.0+1.20.1-fabric.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Changelog
- Reimplemented the
OfflinePlayerCache. - Added internal type safety for values.
- Implemented more fleshed out command details, which will help provide more context on certain things.
Changes
CacheableValuehas been transformed intoCachedPlayerKey, which better represents its purpose, which is to be a middleman in caching your data into the server.OfflinePlayerCacheAPIis the class that will be used to both register and get the cache (via constructor with server).- > The cache and its API should not be used on the client.
In order to learn about registering and using your key, please consult with the readme or the wiki.

