- Building Minecraft Server Modifications(Second Edition)
- Cody M. Sommer
- 102字
- 2021-07-30 09:52:20
The Bukkit API documentation
Documentation of the Bukkit API can be found at 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 API. However, using the Spigot API will yield the same results.