From 1f0ac534f353ed4f0c9e61c782bd2cc8f84e5710 Mon Sep 17 00:00:00 2001 From: Cloudburst Date: Thu, 6 May 2021 22:31:25 +0200 Subject: [PATCH] .kit --- src/main/java/cloudburst/rejects/commands/GiveCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",