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

https://github.com/hypejet-archive/pafmysqlminestomapi

Party and Friends API ported for Minestom
https://github.com/hypejet-archive/pafmysqlminestomapi

minecraft minecraft-java-edition minestom-extension minestom-library

Last synced: 9 months ago
JSON representation

Party and Friends API ported for Minestom

Awesome Lists containing this project

README

          

[![](https://jitpack.io/v/CityWideMC/PAFMySQLMinestomAPI.svg)](https://jitpack.io/#CityWideMC/PAFMySQLMinestomAPI) [![extension](https://img.shields.io/badge/MINESTOM-EXTENSION-orange?style=for-the-badge "badge")](https://minestom.net/repository/?id=CityWideMC/PAFMySQLMinestomAPI) [GitHub all releases](https://github.com/CityWideMC/PAFMySQLMinestomAPI/releases)

# Friends API for Minestom Extensions for Party and Friends

## How to use

```java
PAFPlayer pafPlayer = PAFPlayerManager.getInstance().getPlayer(minestomPlayer.getUniqueId());
// Use methods of PAFPlayer to get data. For example: pafPlayer.getFriends();
```