#How do I make sure that the variables are saved for each player?
1 messages · Page 1 of 1 (latest)
Database
Can you tell me something else, who knows a site that I can see something about?
Please ❤️
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
·