Package-level declarations
Types
Builder class used to define and configure commands for the plugin.
Represents the context of a command execution.
Manages command cooldowns for players or other command senders.
Registers commands with the Bukkit server's command map.
Functions
Inline extension function for CommandContext that retrieves and parses the argument at the specified index.
Extension function for CommandContext that retrieves and parses the argument at the specified index.
Inline extension function for CommandContext that retrieves and parses the argument at the specified index, or returns a default value if the argument is missing.
Extension function for CommandContext that retrieves and parses the argument at the specified index, or returns a default value if the argument is missing.
Inline extension function for CommandContext that retrieves and parses the argument at the specified index, or returns null if the argument is missing.
Extension function for CommandContext that retrieves and parses the argument at the specified index, or returns null if the argument is missing.
A DSL function to create and register a command.
Extension function for CommandContext that ensures the sender is a player.