Package stawa.vitalstrike.commands


package stawa.vitalstrike.commands
Command processing and execution logic for VitalStrike plugin.

This package handles all user commands issued to the plugin. It includes the main command executor, tab completer, and individual command handlers for various sub-commands.

Features

  • Command routing and dispatching
  • Permission validation for commands
  • Tab completion for better user experience
  • Sub-command implementations (e.g., reload, give, help)

Key Components

  • Classes
    Class
    Description
    Manages all commands for the VitalStrike plugin.
    A command executor that handles the giving of Vital Awakening items to players.
    Manages help menu functionality for VitalStrike plugin.