Spigot is a Minecraft Server API that uses Bukkit and CraftBukkit bases written in Java. This tag is frequently used in place of Spigot forks such as PaperMC.
Spigot is a platform for minecraft server. It takes the minecraft vanilla server and add an abstract area to easily make plugin for multiple versions.
It started in 2010 with Bukkit (Informations) and you can find the full history and difference with bukkit here.
Spigot continue to use Bukkit and CraftBukkit bases.
To know how to write a plugin, you can see here.
When asking a question about spigot, don't forget :
- Be sure you have one of the latest build
- Give the version of minecraft you are using
- Be sure you didn't forget to register listener with
implements Listener
or with@EventHandler
- See in
latest.log
file the first error that concern your plugin, and include it in your question