arun-gupta / spigot-book

Minecraft Modding using Spigot
Apache License 2.0
7 stars 0 forks source link

Explain the difference between Spigot and Bukkit API #1

Open arun-gupta opened 9 years ago

md-5 commented 9 years ago

Brochure

Spigot API Additions - https://hub.spigotmc.org/stash/projects/SPIGOT/repos/spigot/browse/Bukkit-Patches

Spigot Additions - https://hub.spigotmc.org/stash/projects/SPIGOT/repos/spigot/browse/CraftBukkit-Patches

Plugins should be developed against the Bukkit API, but Spigot is recommended as the server platform unless you require bug for bug / 99% compatability with Vanilla gameplay.