Command
See also
Types
Properties
description
Link copied to clipboard
overloads
Link copied to clipboard
owner
Link copied to clipboard
permission
Link copied to clipboard
prefixOptional
Link copied to clipboard
primaryName
Link copied to clipboard
secondaryNames
Link copied to clipboard
usage
Link copied to clipboard
Inheritors
AbstractCommand
Link copied to clipboard
BuiltInCommand
Link copied to clipboard
CompositeCommand
Link copied to clipboard
RawCommand
Link copied to clipboard
SimpleCommand
Link copied to clipboard
JRawCommand
Link copied to clipboard
Extensions
allNames
Link copied to clipboard
获取所有指令名称 (包含 primaryName 和 secondaryNames).
execute
Link copied to clipboard
inline suspend fun Command.execute(sender: CommandSender, vararg arguments: Message = emptyArray(), checkPermission: Boolean = true): CommandExecuteResult
Content copied to clipboard
inline suspend fun Command.execute(sender: CommandSender, arguments: String = "", checkPermission: Boolean = true): CommandExecuteResult
Content copied to clipboard
执行一个确切的指令
findDuplicate
Link copied to clipboard
isRegistered
Link copied to clipboard
unregister
Link copied to clipboard