Hey, I found this link: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/player/AsyncPlayerChatEvent.html Of the event but I didn't find the class source for what I need for a pluign. Is there anywhere the legit source that is updated for 1.8.3 without decoding the whole spigot jar
The reason you cant find the source is because the bukkit source was taken down. That is a portion of code that was part of the bukkit source and so it could no longer be used by spigot. This is why we now use buildtools, because spogot cannot release any dowloads with the code that bukkit has taken down spigot releases patches and modifys the jar only if you have it already.