Class LangCommand
java.lang.Object
fr.fuzeblocks.homeplugin.commands.LangCommand
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor
Command for managing language files.
Supports update, merge, and set operations.
-
Constructor Summary
ConstructorsConstructorDescriptionLangCommand(org.bukkit.plugin.Plugin plugin) Instantiates a new Lang command. -
Method Summary
-
Constructor Details
-
LangCommand
public LangCommand(org.bukkit.plugin.Plugin plugin) Instantiates a new Lang command.- Parameters:
plugin- the plugin
-
-
Method Details