Issue can be seen described in this thread: https://www.spigotmc.org/threads/venturechat.24005/page-149
When I send a simple message using the Chat API, such as:
TextComponent wow = new TextComponent("welcome there"); wow.setColor(ChatColor.RED); player.spigot().sendMessage(wow);
Both his plugin and ProtocolLib return a NullPointerException from the message.