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)
(Returnstrue
if tag has been set)PersistentStorage.getBoolean(String key)
(Returnstrue
if the specified key
Details
Licensed ARR
Published a day ago
Updated 3 days ago