McProxyCommand

Represents a Minecraft proxy command.

Functions

Link copied to clipboard
abstract fun execute(source: McCommandSource, arguments: Array<String>)
Link copied to clipboard
open fun hasPermission(source: McCommandSource, arguments: Array<String>?): Boolean
Link copied to clipboard

Checks if the command should be passed to the backend server.

Link copied to clipboard
open fun suggest(source: McCommandSource, arguments: Array<String>): List<String>