Plugin Configuration
When ran as an external plugin, Wyck provides a small configuration for end users to change the behavior of how Wyck acts as a plugin.
The Wyck configuration can be found at ~/plugins/Wyck/settings.yml.
Restart your server to apply any changes.
metrics: true#
Whether to enable FastStats metrics collection for Wyck.
forced-injector: NONE#
Wyck may force a specific packet handler implementation to be used by all plugins that hook into it. If a plugin attempts to use another injector, Wyck will silently redirect it to the injector defined below. Options are: NETTY, PROTOCOLLIB, PACKETEVENTS, or NONE.