Difference between revisions of "Client List"
Jump to navigation
Jump to search
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
This is a rather incomplete list of Minecraft Alpha/Beta clients currently in development. This page only lists clients written from scratch. For mods and wrappers, see the [[Utility List]]. | This is a rather incomplete list of Minecraft Alpha/Beta clients currently in development. This page only lists clients written from scratch. For mods and wrappers, see the [[Utility List]]. | ||
Line 6: | Line 4: | ||
|-style="background:#eee" | |-style="background:#eee" | ||
!style="width: 72px" | Name | !style="width: 72px" | Name | ||
− | ! | + | !style="width: 240px" | Features |
!style="width: 128px" | Language | !style="width: 128px" | Language | ||
!style="width: 128px" | License | !style="width: 128px" | License | ||
!style="width: 72px" | Threaded | !style="width: 72px" | Threaded | ||
− | !style="width: | + | !style="width: 120px" | Author(s) |
+ | !style="width: 64px" | Status | ||
+ | |- | ||
+ | ! [http://github.com/Wallbraker/Charged-Miners Charged Miners] | ||
+ | | Minecraft Viewer that can use Mineflayer to connect to servers. | ||
+ | | [http://en.wikipedia.org/wiki/D_%28programming_language%29 D], [http://en.wikipedia.org/wiki/Lua_%28programming_language%29 Lua] | ||
+ | | GPLv2 | ||
+ | | {{no}} | ||
+ | | Wallbraker et al. | ||
+ | | style="background:#90ff90; color:black;" | In development | ||
|- | |- | ||
! [http://foundation.x10.mx/index.php?title=Crafti Crafti]* | ! [http://foundation.x10.mx/index.php?title=Crafti Crafti]* | ||
− | | | + | | python standalone bot, controllable via player commands, console input, or configured rules file. [http://foundation.x10.mx/index.php?title=Crafti See More...] |
| [http://en.wikipedia.org/wiki/Python_%28programming_language%29 python] with Twisted network driver | | [http://en.wikipedia.org/wiki/Python_%28programming_language%29 python] with Twisted network driver | ||
| proprietary software / Freeware | | proprietary software / Freeware | ||
| {{yes}} | | {{yes}} | ||
− | | | + | | CharlesBroughton |
+ | | style="background:#ff9090; color:black;" | Dead | ||
|- | |- | ||
! [http://github.com/aniero/golem golem] | ! [http://github.com/aniero/golem golem] | ||
− | | | + | | ruby 1.9/eventmachine client, acts as a standalone bot or transparent proxy |
| [http://en.wikipedia.org/wiki/Ruby_%28programming_language%29 ruby] | | [http://en.wikipedia.org/wiki/Ruby_%28programming_language%29 ruby] | ||
− | | | + | | a kind of "0-clause" BSD license |
| {{no}} | | {{no}} | ||
− | | | + | | aniero |
+ | | style="background:#ff9090; color:black;" | Last update: Beta 1.4 | ||
|- | |- | ||
− | ! [ | + | ! [https://github.com/axus/libmc--c mc--c] |
− | | | + | | Draw the map. Can't talk or move. |
| [http://en.wikipedia.org/wiki/C++_%28programming_language%29 C++] | | [http://en.wikipedia.org/wiki/C++_%28programming_language%29 C++] | ||
| Do not distribute | | Do not distribute | ||
| {{no}} | | {{no}} | ||
− | | | + | | axus |
+ | | style="background:#ffff90; color:black;" | Last updated May 2011 | ||
|- | |- | ||
! [[Mineflayer]] | ! [[Mineflayer]] | ||
− | | | + | | JavaScript bot framework. See [[Mineflayer]] for more details. |
| [http://en.wikipedia.org/wiki/C++_%28programming_language%29 C++] with [http://en.wikipedia.org/wiki/Qt_%28framework%29 Qt] | | [http://en.wikipedia.org/wiki/C++_%28programming_language%29 C++] with [http://en.wikipedia.org/wiki/Qt_%28framework%29 Qt] | ||
| [http://www.opensource.org/licenses/mit-license.php MIT] | | [http://www.opensource.org/licenses/mit-license.php MIT] | ||
| {{yes}} | | {{yes}} | ||
− | | | + | | Superjoe, thejoshwolfe |
+ | | style="background:#90ff90; color:black;" | Mostly mature, well maintained | ||
|- | |- | ||
! [http://github.com/espes/esbot esbot] | ! [http://github.com/espes/esbot esbot] | ||
− | | | + | | dependency gathering and other awesomeness |
| [http://en.wikipedia.org/wiki/Python_%28programming_language%29 python] with twisted | | [http://en.wikipedia.org/wiki/Python_%28programming_language%29 python] with twisted | ||
| GPL | | GPL | ||
| {{no}} | | {{no}} | ||
− | | | + | | espes |
+ | | style="background:#ffff90; color:black;" | Last updated for 1.5, buggy 1.6 support with minor tweaks | ||
|- | |- | ||
! [[Vb Minebot]] | ! [[Vb Minebot]] | ||
− | | | + | | Work in progress standalone bot |
| [http://en.wikipedia.org/wiki/Visual_Basic_.NET VB.NET] | | [http://en.wikipedia.org/wiki/Visual_Basic_.NET VB.NET] | ||
| GPL | | GPL | ||
| {{no}} | | {{no}} | ||
− | | Work in progress | + | | Umby24 |
+ | | style="background:#ffff90; color:black;" | In Devolopment | ||
+ | |- | ||
+ | ! [http://hg.sitedethib.com/mcclient/ mcclient] | ||
+ | | Work in progress SMP client | ||
+ | | [http://en.wikipedia.org/wiki/Python_%28programming_language%29 python] with C extension | ||
+ | | GPLv3 | ||
+ | | {{no}} | ||
+ | | ThibG | ||
+ | | style="background:#ff9090; color:black;" | Dead<br>(Server down) | ||
|-|} | |-|} | ||
− | [[Category:Minecraft | + | [[Category:Minecraft Beta]] |
Revision as of 01:26, 3 August 2011
This is a rather incomplete list of Minecraft Alpha/Beta clients currently in development. This page only lists clients written from scratch. For mods and wrappers, see the Utility List.
Name | Features | Language | License | Threaded | Author(s) | Status |
---|---|---|---|---|---|---|
Charged Miners | Minecraft Viewer that can use Mineflayer to connect to servers. | D, Lua | GPLv2 | No | Wallbraker et al. | In development |
Crafti* | python standalone bot, controllable via player commands, console input, or configured rules file. See More... | python with Twisted network driver | proprietary software / Freeware | Yes | CharlesBroughton | Dead |
golem | ruby 1.9/eventmachine client, acts as a standalone bot or transparent proxy | ruby | a kind of "0-clause" BSD license | No | aniero | Last update: Beta 1.4 |
mc--c | Draw the map. Can't talk or move. | C++ | Do not distribute | No | axus | Last updated May 2011 |
Mineflayer | JavaScript bot framework. See Mineflayer for more details. | C++ with Qt | MIT | Yes | Superjoe, thejoshwolfe | Mostly mature, well maintained |
esbot | dependency gathering and other awesomeness | python with twisted | GPL | No | espes | Last updated for 1.5, buggy 1.6 support with minor tweaks |
Vb Minebot | Work in progress standalone bot | VB.NET | GPL | No | Umby24 | In Devolopment |
mcclient | Work in progress SMP client | python with C extension | GPLv3 | No | ThibG | Dead (Server down) |