DummyKoremodsLaunchPlugin

A no-op launch plugin implementation, used as a replacement when no other plugins are found.

Properties

Link copied to clipboard
open override val allowedClasses: List<String>

A list of fully qualified class names and package prefixes allowed to be classloaded in Koremods Scripts, in addition to wtf.gofancy.koremods.script.ALLOWED_CLASSES

Link copied to clipboard
open override val defaultImports: List<String>

A list of import expressions to be implicitly added to Koremods Scripts. Syntax for these is the same as for regular import statements.

Functions

Link copied to clipboard
open override fun appendLogMessage(level: Level, message: String)

Additional log appender callback for scripts.