Some messages gave an error on the Spigot core
API
- The API is now more Java-friendly
- Added new methods to the API:
getInspectorByPlayer(),getInspectors(),addLog() - Fixed the behavior of methods in
CheckedPlayer():setTimer(),getTimer(),hasTimer() - You can now pass
nullto methods in the API
ForBooleanvalues, no validation is needed on your part; it will returnfalseifnull - The
stopAll()method now returns a list ofCheckedPlayer.
It includes those for whom the check was stopped.