Package kos.api

Interface Plugin

  • All Known Implementing Classes:
    ValidationPlugin

    public interface Plugin
    Allows external plugins to configures Kos. To enable your plugin, make sure you have exposed it using standard JDK Service Loader.
    • Method Detail

      • priority

        default int priority()