Plugin Configuration
When ran as an external plugin, BiomesAPI provides a small configuration for end users to change the behavior of how BiomesAPI acts as a plugin.
The BiomesAPI configuration can be found at ~/plugins/BiomesAPI/settings.yml.
Restart your server to apply any changes.
metrics: true#
Whether to enable FastStats metrics collection for BiomesAPI.
forced-injector: NONE#
BiomesAPI 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, BiomesAPI will silently redirect it to the injector defined below. Options are: NETTY, PROTOCOLLIB, PACKETEVENTS, or NONE.