https://github.com/patbox/playerdataapi
Micro library for storing additional data for players, that isn't stored with main entity NBT
https://github.com/patbox/playerdataapi
Last synced: about 2 months ago
JSON representation
Micro library for storing additional data for players, that isn't stored with main entity NBT
- Host: GitHub
- URL: https://github.com/patbox/playerdataapi
- Owner: Patbox
- License: lgpl-3.0
- Created: 2021-08-18T17:06:13.000Z (almost 4 years ago)
- Default Branch: 1.21.5
- Last Pushed: 2025-03-23T07:29:13.000Z (3 months ago)
- Last Synced: 2025-04-23T13:16:18.741Z (about 2 months ago)
- Language: Java
- Size: 91.8 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Player Data API
Micro library for storing additional data for players, that isn't stored with main entity NBT.## Usage:
Add it to your dependencies like this:```
repositories {
maven { url 'https://maven.nucleoid.xyz' }
}dependencies {
modImplementation include("eu.pb4:player-data-api:[TAG]")
}
```For ```[TAG]```/player data api version I recommend you checking [this maven](https://maven.nucleoid.xyz/eu/pb4/player-data-api/)
After that just use static methods from `PlayerDataApi`.