This library uses various vanilla libraries, will automatically download in-dev depending on usage.
Libraries:
- PlayerDB - a data storage based database solution which allows you to efficiently store & access specific data per online or offline player.
To build the datapack, run:
npm run build
// or
yarn build
// or
sand buildTo automatically rebuild the datapack on each change, run:
npm run watch
// or
yarn watch
// or
sand watch