BaseInformation

interface BaseInformation

Base information to be provided by every extension.

Author

Griefed

Inheritors

ServerPackCreatorPlugin

Properties

Link copied to clipboard
abstract val author: String

Get the author of this plugin.

Link copied to clipboard
abstract val description: String

Get the description of this plugin.

Link copied to clipboard
abstract val name: String

Get the name of this plugin.

Link copied to clipboard
abstract val version: String

Get the version of this plugin.