Package-level declarations

Functions

Link copied to clipboard
fun createGenericServerCommand(name: String, task: (CommandContext<CommandSource>, String) -> Int): LiteralArgumentBuilder<CommandSource>
Link copied to clipboard
fun createImpulseCommand(): BrigadierCommand
Link copied to clipboard
fun createPinServerCommand(): LiteralArgumentBuilder<CommandSource>
Link copied to clipboard
fun createReconcileCommand(): LiteralArgumentBuilder<CommandSource>
Link copied to clipboard
fun createRemoveServerCommand(): LiteralArgumentBuilder<CommandSource>
Link copied to clipboard
fun createServerStatusCommand(): LiteralArgumentBuilder<CommandSource>
Link copied to clipboard
fun createStartServerCommand(): LiteralArgumentBuilder<CommandSource>
Link copied to clipboard
fun createStopServerCommand(): LiteralArgumentBuilder<CommandSource>
Link copied to clipboard
fun createUnpinServerCommand(): LiteralArgumentBuilder<CommandSource>
Link copied to clipboard
fun getServerStatusMessage(name: String, status: Status, padTo: Int = 0): Component
Link copied to clipboard
fun serverStatusTable(servers: List<Server>): Component
Link copied to clipboard
fun serverSuggestionProvider(): SuggestionProvider<CommandSource>