Allow command managers to provide default command meta instances
This commit is contained in:
parent
90d37f1df8
commit
90aba634a7
5 changed files with 51 additions and 7 deletions
|
|
@ -138,4 +138,10 @@ public class JLineCommandManager extends CommandManager<JLineCommandSender, Simp
|
|||
System.out.printf("Trying to complete '%s'\n", line);
|
||||
}
|
||||
|
||||
@Nonnull
|
||||
@Override
|
||||
public SimpleCommandMeta createDefaultCommandMeta() {
|
||||
return SimpleCommandMeta.empty();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue