One thing that Minecraft has been missing, and that servers such as Bukkit tried to implement is an API for plugins. Looking through the docs, the LUA API[1] makes it seem as easily extendable as Garry's Mod.
I tried out MCServer for a while. I put it back on the shelf after discovering that the redstone simulator was not as functional as the official server, and there are subtle behavioral differences in the things that do work. Between the two, some complex device designs that work on the official server break on MCServer.
But with respect to system resources, it's very frugal.
Nice. A bunch of friends of mine play Minecraft, but I never really got into it. So I decided to look into the protocol, and coded a chat-only minecraft server in dlang, which the Mojang client can connect to. (I never released it, even though I meant to as OSS)
This is an interesting project. There DOES exist Minetest, which is c++ based, and uses lua entirely for running the worlds it serves. It's GPL for server + client.
Minetest isn't compatible with minecraft though. This project lets players connect using the Mojang proprietary client (and currently that's the only client).
They should pick a working donation medium though. Gratipay seems broken beyond recognition and I'm desperately throwing my cc to my monitor for the last twenty minutes.
Dunno, but it has been under development for longer and seems to have the same goals so I was wondering why the creator made a new one or if he/she was unaware of the existence of mineserver. From the downvotes I've got I take it that such a discussion isn't welcome around here though.
Not that I know, but perhaps the downvotes were due to it coming across like you think this project shouldn't exist, without any justification beyond that another project exists that is similar.
Some might disagree with you because they believe, contrary to your apparent position, that diversity in options outweighs the fragmentation of effort that competing projects bring.
Others might be wary of how you seemed dismissive of this project without any explanation as to why the other is more deserved of attention.
I personally would love to hear about any thoughts you have comparing the two, particularly around technical underpinnings, development community, adoption, and feature completion. It's been a while since I dove into the belly of the MC server and am very interested in how current open source efforts are tracking.
It isn't relevant which is older, or who was aware of what. There isn't some kind of rule which says that people can't start projects which are similar to other projects.
[1] http://mc-server.xoft.cz/LuaAPI/