[C# .NET]Minecraft Server Wrapper
Hey guys!
I made this in about 7 days total.
So far it looks like this.
http://img64.imageshack.us/img64/9299/guiall.png
Doesn't look like a lot, but trust me, for it to run the whole server, it took a lot of code.
Anyway, I keep adding things to it everyday, especially if there are bugfixes that are required.
Well, that's all. :P
Re: [C# .NET]Minecraft Server Wrapper
Re: [C# .NET]Minecraft Server Wrapper
Quote:
Originally Posted by
anoob123
Awesome, C# ftw buddy!
Thanks! I love C# :)
Re: [C# .NET]Minecraft Server Wrapper
Looks nice on function side of things but i personally dont like the UI, But the UI is the last thing to worry about xD. Maybe a small plugin system would be a good feature, Maybe one click installs would be very user friendly xD
Re: [C# .NET]Minecraft Server Wrapper
Quote:
Originally Posted by
viroware
Looks nice on function side of things but i personally dont like the UI, But the UI is the last thing to worry about xD. Maybe a small plugin system would be a good feature, Maybe one click installs would be very user friendly xD
I see...
Anyway. I released it!
http://forum.ragezone.com/f627/net-x...1/#post6571431
Re: [C# .NET]Minecraft Server Wrapper
Quote:
Originally Posted by
XZeenon
Hey guys!
I made this in about 7 days total.
So far it looks like this.
http://img64.imageshack.us/img64/9299/guiall.png
Doesn't look like a lot, but trust me, for it to run the whole server, it took a lot of code.
Anyway, I keep adding things to it everyday, especially if there are bugfixes that are required.
Well, that's all. :P
Surely it's just a call to Process.Start() and then piping the output to a textbox...
Re: [C# .NET]Minecraft Server Wrapper
Quote:
Originally Posted by
Jordan
Surely it's just a call to Process.Start() and then piping the output to a textbox...
That's the first thing it does, but it has more functionality than just that.
It tends to not crash like the default console because I can handle every event.