CommandSettings

class CommandSettings(c: FileConfiguration, logger: Logger? = null)

Command names and aliases, read from the commands: section so /despi and /recycle can be renamed if they clash with another plugin. Names are validated (sanitize); invalid entries fall back to the default with a console warning. Commands register once at startup, so changes need a server restart (not just /despi reload).

Constructors

Link copied to clipboard
constructor(c: FileConfiguration, logger: Logger? = null)

Properties

Link copied to clipboard

Extra aliases for the main command.

Link copied to clipboard

Name registered for the main management command (default despi).

Link copied to clipboard

Extra aliases for the recycle command.

Link copied to clipboard

Name registered for the recycle command (default recycle).