#How do i save variables after leaving a game
1 messages · Page 1 of 1 (latest)
Database
is it?
Jayly Database
A Minecraft Database that uses scoreboard to save/load data. Well if Mojang doesn't nerf their scoreboard API.
Benefits:
- Easy to use
- Encryption support (not as secure as crypto but you get the idea)
Usage
Import Database class
import { JaylyDB } from "./JaylyDB";
Create a new JaylyDB object with the scoreboard objective 'my_database'
import { JaylyDB } from "./index";
const db = new JaylyDB("my_database");
To enable encryption in database in favor of
Minecraft v1.20.10
·
@teal cloud