Suppress Warnings

By adding any of the following error or warning reports to suppressed reports in config.yml, they will no longer be printed to the console. Example:

global:
  auto updater:
    notify: true
    download: false
    delay: 43200
  metrics: true
  background compiler: true
  suppressed reports:
  - REPORT_DETECTED_CUSTOM_SERVER_HANDLER
Report NameText
REPORT_EXCEPTION_COUNTInternal exception count: %s!
REPORT_CANNOT_SEND_MESSAGECannot send chat message.
REPORT_COMMAND_ERRORCannot execute command %s.
REPORT_UNEXPECTED_COMMANDIncorrect command assigned to %s.
REPORT_FALLBACK_ENGINEFalling back to the Rhino engine.
REPORT_CANNOT_LOAD_FALLBACK_ENGINECould not load Rhino either. Please upgrade your JVM or OS.
REPORT_PACKAGES_UNSUPPORTED_IN_ENGINEUnable to initialize packages for JavaScript engine.
REPORT_FILTER_REMOVED_FOR_ERRORRemoving filter %s for causing %s.
REPORT_CANNOT_HANDLE_CONVERSATIONCannot handle conversation.
REPORT_ILLEGAL_ARGUMENTIllegal argument.
REPORT_SECURITY_LIMITATIONSecurity limitation.
REPORT_CANNOT_FIND_UNWRAP_METHODCannot find method.
REPORT_CANNOT_READ_FIELD_HANDLECannot read field 'handle'.
REPORT_CANNOT_LOAD_PACKET_LISTCannot load server and client packet list.
REPORT_CANNOT_INITIALIZE_PACKET_INJECTORUnable to initialize packet injector
REPORT_PLUGIN_DEPEND_MISSING%s doesn't depend on ProtocolLib. Check that its plugin.yml has a 'depend' directive.
REPORT_UNSUPPORTED_SERVER_PACKET_ID[%s] Unsupported server packet ID in current Minecraft version: %s
REPORT_UNSUPPORTED_CLIENT_PACKET_ID[%s] Unsupported client packet ID in current Minecraft version: %s
REPORT_CANNOT_UNINJECT_PLAYERUnable to uninject net handler for player.
REPORT_CANNOT_UNINJECT_OFFLINE_PLAYERUnable to uninject logged off player.
REPORT_CANNOT_INJECT_PLAYERUnable to inject player.
REPORT_CANNOT_UNREGISTER_PLUGINUnable to handle disabled plugin.
REPORT_HTTP_ERRORHttp error: %s
REPORT_CANNOT_CHECK_FOR_UPDATESCannot check updates for ProtocolLib.
REPORT_CANNOT_UPDATE_PLUGINCannot update ProtocolLib.
REPORT_TOO_MANY_GENERATED_CLASSESGenerated too many classes (count: %s)
REPORT_ASSUME_DISCONNECT_METHODCannot find disconnect method by name. Assuming %s.
REPORT_INVALID_ARGUMENT_DISCONNECTInvalid argument passed to disconnect method: %s
REPORT_CANNOT_ACCESS_DISCONNECTUnable to access disconnect method.
REPORT_CANNOT_CLOSE_SOCKETUnable to close socket.
REPORT_ACCESS_DENIED_CLOSE_SOCKETInsufficient permissions. Cannot close socket.
REPORT_DETECTED_CUSTOM_SERVER_HANDLERDetected server handler proxy type by another plugin. Conflict may occur!
REPORT_CANNOT_PROXY_SERVER_HANDLERUnable to load server handler from proxy type.
REPORT_CANNOT_UPDATE_PLAYERCannot update player in PlayerEvent.
REPORT_CANNOT_HANDLE_PACKETCannot handle server packet.
REPORT_ASSUMING_DISCONNECT_FIELDUnable to find 'disconnected' field. Assuming %s.
REPORT_DISCONNECT_FIELD_MISSINGCannot find disconnected field. Is ProtocolLib up to date?
REPORT_DISCONNECT_FIELD_FAILUREUnable to update disconnected field. Player quit event may be sent twice.
REPORT_CANNOT_HANDLE_CLIENT_PACKETCannot handle client packet.
REPORT_CANNOT_FIND_MINECRAFT_SERVERCannot extract minecraft server from Bukkit.
REPORT_CANNOT_INJECT_SERVER_CONNECTIONCannot inject into server connection. Bad things will happen.
REPORT_CANNOT_FIND_LISTENER_THREADCannot find listener thread in MinecraftServer.
REPORT_CANNOT_READ_LISTENER_THREADUnable to read the listener thread.
REPORT_CANNOT_FIND_SERVER_CONNECTIONUnable to retrieve server connection
REPORT_UNEXPECTED_THREAD_COUNTUnexpected number of threads in %s: %s
REPORT_CANNOT_FIND_NET_HANDLER_THREADUnable to retrieve net handler thread.
REPORT_INSUFFICENT_THREAD_COUNTUnable to inject %s lists in %s.
REPORT_CANNOT_COPY_OLD_TO_NEWCannot copy old %s to new.
REPORT_CANNOT_CORRECT_TROVE_MAPUnable to correct no entry value.
REPORT_INSUFFICIENT_SERVER_PACKETSToo few server packets detected: %s
REPORT_INSUFFICIENT_CLIENT_PACKETSToo few client packets detected: %s
REPORT_UNSUPPPORTED_LISTENERCannot fully register listener for %s: %s
REPORT_PLAYER_HOOK_FAILEDPlayer hook %s failed.
REPORT_SWITCHED_PLAYER_HOOKSwitching to %s instead.
REPORT_HOOK_CLEANUP_FAILEDCleaing up after player hook failed.
REPORT_CANNOT_REVERT_HOOKUnable to fully revert old injector. May cause conflicts.
REPORT_CANNOT_HOOK_LOGIN_HANDLERUnable to hook %s.
REPORT_CANNOT_CLEANUP_LOGIN_HANDLERCannot cleanup %s.
REPORT_CANNOT_RESET_FIELDUnable to reset field %s: %s
REPORT_CANNOT_UNLOAD_CLASSUnable to unload class %s.
REPORT_CANNOT_COMPILE_STRUCTURE_MODIFIERCannot compile structure. Disabing compiler.
REPORT_CANNOT_SCHEDULE_COMPILATIONUnable to schedule compilation task.
REPORT_CANNOT_FIND_READ_PACKET_METHODCannot find read packet method for ID %s.
REPORT_UNKNOWN_ORIGIN_FOR_PACKETTimeout: Unknown origin %s for packet %s. Are you using GamePhase.LOGIN?

Please report problems and error messages as a ticket here.