UNPKG

@magikcraft/commando

Version:

Add commands to Minecraft

5 lines (4 loc) 217 B
/// <reference types="@scriptcraft/types" /> declare const commando: CommandoFn; export default commando; declare type CommandoFn = (command: string, callback: (player: BukkitPlayer, args: string[]) => void) => void;