diff --git a/plugin.yml b/plugin.yml index e396c88..db0576d 100644 --- a/plugin.yml +++ b/plugin.yml @@ -6,4 +6,6 @@ commands: dictionary: description: A set of Hello World commands and listeners, type in /hello to see subcommands rtp: - description: A command that allows players to randomly teleport across the map \ No newline at end of file + description: A command that allows players to randomly teleport across the map + spawn: + description: A set of commands designed to be used in spawn \ No newline at end of file diff --git a/src/main/java/buttondevteam/presents/spawn/ChooseColor.java b/src/main/java/buttondevteam/presents/spawn/ChooseColor.java index d78808c..90d24a4 100644 --- a/src/main/java/buttondevteam/presents/spawn/ChooseColor.java +++ b/src/main/java/buttondevteam/presents/spawn/ChooseColor.java @@ -8,7 +8,7 @@ import org.bukkit.entity.Player; import buttondevteam.lib.chat.CommandClass; import buttondevteam.presents.architecture.commands.UniversalCommand; -@CommandClass(modOnly = false) +@CommandClass(modOnly = false, path="spawn choosecolor") public class ChooseColor extends UniversalCommand { @Override