Class | Description |
---|---|
ActorAuthorizer |
Implementation of an authorizer that uses
Subject.hasPermission(String) . |
CommandLoggingHandler |
Logs called commands to a logger.
|
UserCommandCompleter |
Provides the names of connected users as suggestions.
|
WorldEditBinding |
Binds standard WorldEdit classes such as
Player and LocalSession . |
WorldEditExceptionConverter |
converts WorldEdit exceptions and converts them into
CommandException s. |