Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 2.15 KB

README.md

File metadata and controls

28 lines (20 loc) · 2.15 KB

PingAPI

PingAPI gives Bukkit developers more control over how they reply to ping requests. Simply put it provides an improvement to Bukkit's ServerListPingEvent. You can download it here.

It has been a few years since I have worked on this project, but I decided to update it for newer versions of CraftBukkit and keep backwards compatibility. I will try to keep it maintained and up to date from now on. The most important change to note is that creating animations is no longer possible for servers running newer versions of CraftBukkit.

Plugins Using PingAPI

Features

  • Modify the online player count and the max players
  • Change the player sample (list of players shown when hovering over the player count)
  • Fake the protocol name and version to display text instead of the player count
  • Create server list animations (1.8.3 or before)

Javadocs

The Javadocs can be found here

Usage

How It Works

If you aren't interested in using PingAPI but are curious about how it works, it is documented here.