Class LangCommand

java.lang.Object
fr.fuzeblocks.homeplugin.commands.LangCommand
All Implemented Interfaces:
org.bukkit.command.CommandExecutor

public class LangCommand extends Object implements org.bukkit.command.CommandExecutor
Command for managing language files. Supports update, merge, and set operations.
  • Constructor Details

    • LangCommand

      public LangCommand(org.bukkit.plugin.Plugin plugin)
      Instantiates a new Lang command.
      Parameters:
      plugin - the plugin
  • Method Details

    • onCommand

      public boolean onCommand(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull org.bukkit.command.Command command, @NotNull @NotNull String label, @NotNull @NotNull String[] args)
      Specified by:
      onCommand in interface org.bukkit.command.CommandExecutor