mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-09-15 09:15:35 +02: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