mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-12-17 15:28:47 +01:00
Done flag
This commit is contained in:
@@ -36,6 +36,10 @@ public class CommandManager<T extends CommandCaller> {
|
||||
this.commands.put(alias.toLowerCase(), command);
|
||||
}
|
||||
}
|
||||
|
||||
final public Command<T> getCommand(String command) {
|
||||
return commands.get(command);
|
||||
}
|
||||
|
||||
final public boolean createCommand(final Command<T> command) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user