To get started you need to install our repository and dependencies to your project.
You can simply copy and paste the maven & gradle configuration as follows:
Copy < repositories >
<!-- playerpoof -->
< repository >
< id >playerpoof</ id >
< url >https://maven.playerpoof.com/repository/maven-public/</ url >
</ repository >
</ repositories
Copy < dependencies >
<!-- playerpoof bukkit api -->
< dependency >
< groupId >com.playerpoof</ groupId >
< artifactId >api-bukkit</ artifactId >
< version >1.1.1</ version >
< scope >provided</ scope >
</ dependency >
</ dependencies >
Copy repositories {
mavenLocal()
maven("https://maven.playerpoof.com/repository/maven-public/")
}
Copy implementation("com.playerpoof:api-bukkit:1.1.1")
Our api is not finished so at the moment you'll find all interesting functions in the PlayerPoofAPI
class.
Copy PlayerPoofAPI . isFakePlayer (player); # org . bukkit . OfflinePlayer
PlayerPoofAPI . isFakePlayer (playerName); # String
PlayerPoofAPI . isFakePlayer (playerId); # UUID