Added path to choosecolor
This commit is contained in:
parent
7e43d8f090
commit
6077d39f1d
2 changed files with 4 additions and 2 deletions
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue