nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Persistent Storage

Persistent Storage

Mod

Store variables between worlds

Client LibraryStorageUtility

349 downloads
4 followers

Extremely simple mod allowing the storage of variables between worlds. Currently only client side, but could support server in the future.


Adding Data:

  • PersistentStorage.put(String key, Object value)
  • PersistentStorage.putTag(String tag)

Accessing Data:

  • PersistentStorage.get(String key) (Returns JSONElement)
  • PersistentStorage.getTag(String tag) (Returns true if tag has been set)
  • PersistentStorage.getBoolean(String key) (Returns true if the specified key

External resources


Project members

Sygikal

Member


Technical information

License
ARR
Client side
required
Server side
unsupported
Project ID