An open API service indexing awesome lists of open source software.

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

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`.