you can just compile them yourself using maven, spigot only hosts the most recent build of the javadocs. just clone the bukkit project: git clone https://hub.spigotmc.org/stash/scm/spigot/bukkit.git checkout whatever commit you need: git checkout HASH and run maven: mvn javadoc:javadoc
Thank u for ur fast answer. But errors appeared: maven log (spigot 1.8.9) --- maven log (spigot 1.9.4) EDIT: The generated docs seem working. Do u think I can safely ignore the errors that appeared?
mmmh, it couldn't resolve some references, no idea why. that means some links may be broken, but it should be good enough.