feat: add nukkit support

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-02-24 04:02:29 +08:00
parent 6d81a72106
commit 381ea25b46
4 changed files with 8 additions and 3 deletions

View File

@ -19,7 +19,6 @@ export class BukkitCommand extends command.Command {
init() {
this.commandMap = reflect.on(Bukkit.getPluginManager()).get('commandMap').get();
}
create(plugin: any, command: string) {
var cmd = this.commandMap.getCommand(command)
if (cmd && cmd instanceof PluginCommand) { return cmd };