Skip to content

Common Errors

Dan Mulloy edited this page Dec 27, 2019 · 3 revisions

FieldAccessException

This error generally means that a plugin hasn't updated for a new Minecraft version. Report this to the plugin author. If you are a plugin author and are confused or there is no plugin in the stack trace, feel free to open an issue.


IllegalAccessError/NoSuchMethodError for ProtocolLogger

One of your plugins is misbehaving and including part of ProtocolLib in its own jar. Your best bet is to go through the largest jars in your plugins folder as it will contain a lot more classes than it should. Search for com/comphenix/protocol folders in the jars using a tool like 7-zip, WinRar, or Vim.


NoClassDefFoundError for BaseComponent

Use the latest dev build or switch to Spigot


IllegalArgumentException: Unable to find findStatistic

Update to either the latest release or dev build

Clone this wiki locally