Compatibility
Minecraft: Java Edition
1.21โ1.21.8
1.20.x
1.19.x
1.18.x
Platforms
Supported environments
Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 months ago
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)(ReturnsJSONElement)PersistentStorage.getTag(String tag)(Returnstrueif tag has been set)PersistentStorage.getBoolean(String key)(Returnstrueif the specified key



