Skip to content

API to access friends data from Party And Friends Proxy on the Spigot server

Notifications You must be signed in to change notification settings

Simonsator/Friends-API-For-Spigot-For-PAF-Proxy

Repository files navigation

Friends API for Spigot Plugins for Party and Friends

How to use

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

JavaDoc

Maven

<repositories>
    <repository>
        <id>simonsators-repo</id>
        <url>https://simonsator.de/repo/</url>
    </repository>
</repositories>
<dependencies>
<dependency>
    <groupId>de.simonsator</groupId>
    <artifactId>Party-and-Friends-MySQL-Edition-Spigot-API</artifactId>
    <version>1.6.3-RELEASE</version>
    <scope>provided</scope>
</dependency>
</dependencies>

About

API to access friends data from Party And Friends Proxy on the Spigot server

Resources

Stars

Watchers

Forks

Languages