mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-23 00:49:33 +00:00
1.7-1
This commit is contained in:
@@ -2,6 +2,7 @@ package net.momirealms.customcrops.commands;
|
||||
|
||||
import net.momirealms.customcrops.commands.subcmd.ReloadCommand;
|
||||
import net.momirealms.customcrops.commands.subcmd.SetSeasonCommand;
|
||||
import net.momirealms.customcrops.commands.subcmd.SimulateCommand;
|
||||
import net.momirealms.customcrops.config.MessageConfig;
|
||||
import net.momirealms.customcrops.utils.AdventureUtil;
|
||||
import org.bukkit.command.Command;
|
||||
@@ -40,6 +41,7 @@ public class PluginCommand implements TabExecutor {
|
||||
private void regDefaultSubCommands() {
|
||||
regSubCommand(ReloadCommand.INSTANCE);
|
||||
regSubCommand(SetSeasonCommand.INSTANCE);
|
||||
regSubCommand(SimulateCommand.INSTANCE);
|
||||
}
|
||||
|
||||
public void regSubCommand(SubCommand executor) {
|
||||
|
||||
Reference in New Issue
Block a user