toBukkitCommand
public static Command toBukkitCommand(JavaPlugin plugin, AdvancedCommand delegate, String name, List<String> aliases)
Create a Bukkit Command that delegates to the given AdvancedCommand.
Return
a Bukkit Command you can register with CommandMap
Parameters
advanced
the AdvancedCommand implementation to wrap
name
the primary command name (e.g. "logify")
aliases
any aliases for the command