You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 8, 2020. It is now read-only.
A Java implementation of the [mc-api.net](https://mc-api.net) API.
5
5
6
+
## Custom Handlers
7
+
8
+
A handler decides how to get a uuid or username. The default handler will just query the API and then cache the result. However you can create your own, custom handler.
9
+
10
+
There are two premade for [Bukkit](https://bukkit.org)/[Spigot](http://spigotmc.org) and [BungeeCord](https://github.com/spigotmc/bungeecord):
0 commit comments