diff --git a/src/main/java/cloudburst/rejects/commands/GiveCommand.java b/src/main/java/cloudburst/rejects/commands/GiveCommand.java index 9ac0acf..413acc2 100644 --- a/src/main/java/cloudburst/rejects/commands/GiveCommand.java +++ b/src/main/java/cloudburst/rejects/commands/GiveCommand.java @@ -26,7 +26,7 @@ import java.util.*; public class GiveCommand extends Command { public GiveCommand() { - super("give", "Gives items in creative", "item"); + super("give", "Gives items in creative", "item", "kit"); } private final Collection PRESETS = Arrays.asList("forceop", "negs", "stacked", "spawners", "bookban",