logErrors property

bool logErrors
final

Whether to automatically log exceptions.

If this is true, exceptions added to CommandsPlugin.onCommandError will be added to nyxx_commands' Logger, which can then be printed. If this is false, no logs will be created.

You might also be interested in:

  • Logging, a plugin to automatically print logs to the console.

Implementation

final bool logErrors;