mirror of
https://github.com/songoda/UltimateKits.git
synced 2024-11-23 10:45:57 +01:00
command polished
This commit is contained in:
parent
2fdd88e10e
commit
44d9e58b88
@ -26,7 +26,7 @@ public class CommandManager implements CommandExecutor {
|
||||
plugin.getCommand("kit").setExecutor(this);
|
||||
plugin.getCommand("previewkit").setExecutor(this);
|
||||
|
||||
addCommand(new CommandKits());
|
||||
addCommand(new CommandKit());
|
||||
addCommand(new CommandPreviewKit());
|
||||
AbstractCommand commandUltimateKits = addCommand(new CommandUltimateKits());
|
||||
|
||||
|
@ -11,10 +11,10 @@ import org.bukkit.Bukkit;
|
||||
import org.bukkit.command.CommandSender;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
public class CommandKits extends AbstractCommand {
|
||||
public class CommandKit extends AbstractCommand {
|
||||
|
||||
public CommandKits() {
|
||||
super("Kits", null, true, false);
|
||||
public CommandKit() {
|
||||
super("Kit", null, true, false);
|
||||
}
|
||||
|
||||
@Override
|
Loading…
Reference in New Issue
Block a user