Class HelpManager

java.lang.Object
stawa.vitalstrike.commands.HelpManager

public class HelpManager extends Object
Manages help menu functionality for VitalStrike plugin.
  • Constructor Details

    • HelpManager

      public HelpManager(VitalStrike plugin)
      Constructs a new HelpManager.
      Parameters:
      plugin - the VitalStrike plugin instance
  • Method Details

    • reloadConfig

      public void reloadConfig()
      Reloads the help configuration from the file.
    • getHelpSections

      public Set<String> getHelpSections()
      Gets the available help sections.
      Returns:
      set of section names
    • sendHelpMenu

      public void sendHelpMenu(org.bukkit.command.CommandSender sender)
      Sends the help menu to the sender.
      Parameters:
      sender - the command sender
    • sendHelpSection

      public void sendHelpSection(org.bukkit.command.CommandSender sender, String section)
      Sends a specific help section to the sender.
      Parameters:
      sender - the command sender
      section - the help section to display