Colosseum Plugin
Properties
Link copied to clipboard
The logger for the plugin. Used to log messages to the console.
Link copied to clipboard
The command registrant for the plugin. Used to register commands.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The message formatter for the plugin. Used to format messages with the plugin prefix.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The scheduler for the plugin. Used to run tasks asynchronously or synchronously.
Link copied to clipboard
The Minecraft server revision the plugin is running on.
Link copied to clipboard
The Minecraft server version the plugin is running on.
Link copied to clipboard
Functions
Link copied to clipboard
Builds the i18n manager for the plugin. If the i18n manager is already built, it returns the existing instance. This should be called during plugin initialization.
Link copied to clipboard
Checks for updates for the plugin on GitHub.
Link copied to clipboard
Link copied to clipboard
open fun getDefaultBiomeProvider(worldName: String, id: @Nullable String?): @Nullable BiomeProvider?
Link copied to clipboard
open fun getDefaultWorldGenerator(worldName: String, id: @Nullable String?): @Nullable ChunkGenerator?
Link copied to clipboard
Link copied to clipboard
fun init(loader: PluginLoader, server: Server, description: PluginDescriptionFile, dataFolder: File, file: File, classLoader: ClassLoader)
fun init(server: Server, description: PluginDescriptionFile, dataFolder: File, file: File, classLoader: ClassLoader, configuration: @Nullable PluginMeta?, logger: Logger)
Link copied to clipboard
Link copied to clipboard
open fun registerCommand(label: String, description: @Nullable String?, aliases: Collection<String>, basicCommand: BasicCommand)
Link copied to clipboard
Registers commands for the plugin. This should be called during plugin initialization.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard