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.
Using maven is now essential
- Also removed jcabi
- Redid the async stuff
- Simpler way to send queries to API
- Shutdown hook to terminate executors and unirest
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ A Java implementation of the [mc-api.net](https://mc-api.net) API.
5
5
6
6
## Custom Handlers
7
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.
8
+
A handler decides how a uuid or username is obtained. The default handler will just query the API and then cache the result. However you can create your own, custom handler.
9
9
10
10
There are two premade for [Bukkit](https://bukkit.org)/[Spigot](http://spigotmc.org) and [BungeeCord](https://github.com/spigotmc/bungeecord):
0 commit comments