What is org.bukkit.command.Command?

Discussion in 'Plugin Development' started by CompuIves, Jan 18, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    CompuIves

    In the source code of Scrapbukkit stands at the beginning

    Code:
    import org.bukkit.command.Command;
    Does this exist? Or is this coming?

    Eclipse gives me a error about this...
     
  2. Offline

    Lycake

  3. Offline

    matjam

    Except it doesn't appear to be complete.

    Looks like it's a work in progress, though it will be a welcome addition to the API when it's complete. Bukkit needs a uniform way to define commands so that there can be a single /help interface, usage information for commands, etc.
     
  4. Offline

    CompuIves

    Ah, thank you. Then we need to wait :).
     
Thread Status:
Not open for further replies.

Share This Page