promotional bannermobile promotional banner

Offline Player Cache: Directors Cut

A port of Offline Player Cache which is a API Mod using Fabric to allow caching player data on the server while the player is offline.

File Details

2.0.0+1.20.1-beta.2

  • B
  • Aug 2, 2024
  • 66.87 KB
  • 17
  • 1.20.1
  • Fabric + 1

File Name

OfflinePlayerCache-Fabric-2.0.0+1.20.1-beta.2-dev-shadow.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:opc-directors-cut-1019391:5588937"

Quilt

modImplementation "curse.maven:opc-directors-cut-1019391:5588937"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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.