Can someone help me to get the bukkit server console in my c# windows forms application?

Discussion in 'Plugin Development' started by Remdeh, Mar 10, 2011.

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

    Remdeh

    Hello minecrafters,

    I'm busy with a Bukkit server manager, and i was wondering if I can get the server-console in my application. Its an c# windows forms application. If you have any tips, pleas let me know it.

    And if it's possible, maybe it's a nice challenge to place the whole game in my application!
     
  2. Offline

    NathanWolf

    I'm not entirely sure what you mean, but you can certainly redirect to/from stdin/stdout in C#, which is all you really need to "embed" the server console in your app.

    But I think what you really want is an external server console that attaches to a Bukkit server instance somehow- I don't know if that's possible, really.
     
Thread Status:
Not open for further replies.

Share This Page