Class CommandManager

java.lang.Object
dev.oumaimaa.kawaiiapi.command.CommandManager

public final class CommandManager extends Object
Advanced command management system for Paper plugins. Provides reflection-based command registration with subcommand support, tab completion, and permission handling.

Features:

  • Automatic subcommand registration
  • Smart tab completion
  • Command caching for performance
  • Error recovery and logging
  • Thread-safe command storage
Version:
1.0
Author:
KawaiiDevelopment