Added path to choosecolor

This commit is contained in:
alisolarflare 2017-08-14 16:30:52 -04:00
parent 7e43d8f090
commit 6077d39f1d
2 changed files with 4 additions and 2 deletions

View file

@ -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
description: A command that allows players to randomly teleport across the map
spawn:
description: A set of commands designed to be used in spawn

View file

@ -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