The Bukkit API documentation

Documentation of the Bukkit API can be found at hub.spigotmc.org/javadocs/bukkit/. The Bukkit.jar file that you built in Chapter 1, Deploying a Spigot Server also contains the Spigot API, which can be found at hub.spigotmc.org/javadocs/spigot/. The Spigot API is a superset of the Bukkit API, which means that it contains all the classes, interfaces, and so on that are present in the Bukkit API, as well as some additional classes that are unique to the Spigot project. If you want your plugin to support Spigot and CraftBukkit servers, then you will want to develop by using the Bukkit API. If you choose to only support Spigot servers, then you can develop using the Spigot API. In this book, we will refer to the Bukkit ...

Get Building Minecraft Server Modifications - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.