Server List: Difference between revisions

From wiki.vg
Jump to navigation Jump to search
imported>Wulfspider
(Rearranged servers based on current support MC version, and alphabet)
imported>STR Warrior
(Added a platform tab. Please tell me what you think about it. If some info is missing or incorrect please improve it.)
Line 8: Line 8:
{| class="wikitable sortable" style="width: auto; text-align: center;"
{| class="wikitable sortable" style="width: auto; text-align: center;"
|-style="background:#eee"
|-style="background:#eee"
!style="min-width: 120px" | Name
!style="min-width: 100px" | Name
!style="min-width: 120px" | Author(s)
!style="min-width: 120px" | Author(s)
!style="min-width: 72px" | Language
!style="min-width: 72px" | Language
Line 19: Line 19:
!style="width: 72px" | Concurrency Model
!style="width: 72px" | Concurrency Model
!style="width: 72px" | Scripting
!style="width: 72px" | Scripting
!style="width: 72px" | Platform
!style="width: 120px" | Development Status
!style="width: 120px" | Development Status
|-
|-
Line 32: Line 33:
| {{yes|Async I/O, Processes}}
| {{yes|Async I/O, Processes}}
| {{yes|Python}}
| {{yes|Python}}
| {{yes|Linux, Windows}}
| {{yes|Active}}
| {{yes|Active}}
|-
|-
Line 45: Line 47:
| {{yes|Threads/Events}}
| {{yes|Threads/Events}}
| {{no}}
| {{no}}
| {{yes|Linux}}
| {{yes|Active}}
| {{yes|Active}}
|-
|-
Line 58: Line 61:
| {{yes|Threads}}
| {{yes|Threads}}
| {{yes|[http://en.wikipedia.org/wiki/Lua Lua]}}
| {{yes|[http://en.wikipedia.org/wiki/Lua Lua]}}
| {{yes|Windows,Mac,<br>Linux,Android}}
| {{yes|Active}}
| {{yes|Active}}
|-
|-
Line 71: Line 75:
| {{yes|Async Networking/Logic}}
| {{yes|Async Networking/Logic}}
| {{no}}
| {{no}}
| {{yes|Windows,Linux}}
| {{yes|Active}}
| {{yes|Active}}
|-
|-
Line 84: Line 89:
| {{yes|Parallel Threads}}
| {{yes|Parallel Threads}}
| {{yes|Java ([https://github.com/SpoutDev/SpoutAPI SpoutAPI])}}
| {{yes|Java ([https://github.com/SpoutDev/SpoutAPI SpoutAPI])}}
| {{yes|Linux,<br>Windows,Mac}}
| {{yes|Active}}
| {{yes|Active}}
|-
|-
! [https://github.com/JoeDoyle23/BurningPig BurningPig]
! [https://github.com/JoeDoyle23/BurningPig BurningPig]
| Joe Doyle ([[User:JoeDoyle23|JoeDoyle23]])
| Joe Doyle ([[User:JoeDoyle23|JoeDoyle23]])
| [http://en.wikipedia.org/wiki/Javascript JavaScript(Node.js)]
| [http://en.wikipedia.org/wiki/Javascript JavaScript<br>(Node.js)]
| [http://en.wikipedia.org/wiki/MIT_License MIT]
| [http://en.wikipedia.org/wiki/MIT_License MIT]
| {{no|1.4.5}}
| {{no|1.4.5}}
Line 97: Line 103:
| {{yes|Async Networking}}
| {{yes|Async Networking}}
| {{no}}
| {{no}}
| {{yes|Linux,<br>Windows,Mac}}
| {{yes|Active}}
| {{yes|Active}}
|-
|-
Line 110: Line 117:
| {{yes|Erlang processes}}
| {{yes|Erlang processes}}
| {{no}}
| {{no}}
| {{unknown}}
| {{yes|Active}}
| {{yes|Active}}
|-
|-
Line 123: Line 131:
| {{yes|Async Networking/Logic}}
| {{yes|Async Networking/Logic}}
| {{yes|JavaScript}}
| {{yes|JavaScript}}
| {{yes|Linux,<br>Windows,Mac}}
| {{yes|Active}}
| {{yes|Active}}
|-
|-
Line 136: Line 145:
| {{yes|Threads}}
| {{yes|Threads}}
| {{planned|Planned ([http://en.wikipedia.org/wiki/Lua_(programming_language) Lua])}}
| {{planned|Planned ([http://en.wikipedia.org/wiki/Lua_(programming_language) Lua])}}
| {{unknown}}
| {{yes|Active}}
| {{yes|Active}}
|-
|-
Line 149: Line 159:
| {{unknown}}
| {{unknown}}
| {{yes|C++}}
| {{yes|C++}}
| {{yes|Linux,<br>Windows,Mac}}
| {{yes|Active}}
| {{yes|Active}}
|-
|-
Line 162: Line 173:
| {{yes|Event-driven}}
| {{yes|Event-driven}}
| {{no}}
| {{no}}
| {{unknown}}
| {{yes|Active}}
| {{yes|Active}}
|-
|-
Line 175: Line 187:
| {{yes|Threads}}
| {{yes|Threads}}
| {{no}}
| {{no}}
| {{unknown}}
| {{unknown|On hiatus since Nov 2011}}
| {{unknown|On hiatus since Nov 2011}}
|-
|-
Line 188: Line 201:
| {{yes|Threads + Async File IO}}
| {{yes|Threads + Async File IO}}
| {{yes|.NET Plugins}}
| {{yes|.NET Plugins}}
| {{unknown}}
| {{unknown|Rewrite in progress}}
| {{unknown|Rewrite in progress}}
|-
|-
Line 201: Line 215:
| {{planned|boost, ZeroMQ}}
| {{planned|boost, ZeroMQ}}
| {{yes|C++}}
| {{yes|C++}}
| {{unknown}}
| {{unknown|On hiatus since April 2012}}
| {{unknown|On hiatus since April 2012}}
|-
|-

Revision as of 22:44, 25 December 2012

Minecraft Modern Tools and Mods
Clients | Servers | Decompilers | Libraries | Utilities | Wrappers

This is a rather incomplete list of Minecraft Modern servers currently in development. This page only lists servers written from scratch. For mods and wrappers, see the Utility List and the Wrapper List.

A couple things for contributors:

  • If you haven't committed to your repository in a few months, it will be marked as on hiatus. Don't take it personally; just write more code and update the wiki.
  • Wiki editors rely on README files to gather server features. If you don't have one, you run the risk that they will read your source code to discern what your server can do. This might not be what you wanted. >:3
Name Author(s) Language License Last Version Supported World Formats Multiworld Physics Entities Concurrency Model Scripting Platform Development Status
Bravo Corbin Simpson Python MIT/X11 1.4.6 Alpha, Beta, Anvil Yes Yes Players, Mobs Async I/O, Processes Python Linux, Windows Active
hCraft BizarreCake C++ GPLv3 1.4.6 Custom (HWv1) Yes Yes Players Threads/Events No Linux Active
MCServer FakeTruth, xoft, luksor C++ Apache 2.0 1.4.6 Anvil Yes Yes Players, Mobs Threads Lua Windows,Mac,
Linux,Android
Active
PartyCraft Drew DeVault (SirCmpwn) C# MIT 1.4.6 Anvil Yes Yes Players, Items, Blocks Async Networking/Logic No Windows,Linux Active
Spout
(with Vanilla plugin)
Spout LLC and community Java Spout License v1 1.4.6 Custom
(Converter planned), with infinite world height
Yes Partial Partial Parallel Threads Java (SpoutAPI) Linux,
Windows,Mac
Active
BurningPig Joe Doyle (JoeDoyle23) JavaScript
(Node.js)
MIT 1.4.5 Custom Planned No Players Async Networking No Linux,
Windows,Mac
Active
mc-erl Apiocera, clonejo Erlang not decided yet 1.4.5 custom (Mnesia) No No Players Erlang processes No Unknown Active
jsmc Conrad Pankoff (deoxxa) JavaScript (Node.js) New BSD License 1.4.2 No No No Players Async Networking/Logic JavaScript Linux,
Windows,Mac
Active
FastCraft sprenger120 C++ GPLv3 1.3.2 Anvil (read access) Planned Planned Players, mobs Threads Planned (Lua) Unknown Active
Mineserver Fador, Psoden, deoxxa C++ New BSD License 1.3.2 Anvil Yes Yes Players, Mobs Unknown C++ Linux,
Windows,Mac
Active
Realcraft Jailout2000 Realbasic Closed source 1.3.2 Custom
(Converters planned)
Yes Planned Players, other entities are WIP Event-driven No Unknown Active
Schlagwetter louisdx C++0x Custom Beta 1.6 n/a No Planned Planned Threads No Unknown On hiatus since Nov 2011
XMC Xinnx C# GPLv3 Beta 1.4 Alpha, Beta: WIP No Planned Players, Partial mob support Threads + Async File IO .NET Plugins Unknown Rewrite in progress
Mineserver 2 deoxxa, Jailout2000 C++ New BSD License Unknown Planned Planned Planned Planned boost, ZeroMQ C++ Unknown On hiatus since April 2012