Difference between revisions of "Server List"

From wiki.vg
Jump to navigation Jump to search
(Removing dead link)
Line 64: Line 64:
 
| {{yes|Many (plugins)}}
 
| {{yes|Many (plugins)}}
 
| {{unknown|On hiatus since May 2011}}
 
| {{unknown|On hiatus since May 2011}}
|-
 
! [http://github.com/ScottBrooks/Erlcraft Erlcraft]
 
| Scott Brooks
 
| [http://en.wikipedia.org/wiki/Erlang_%28programming_language%29 Erlang]
 
| Unknown (Source files have no copyright?!)
 
| {{Unknown}}
 
| {{yes}}
 
| {{yes|Alpha}}
 
| {{no}}
 
| {{no}}
 
| {{no}}
 
| {{yes|Erlang processes}}
 
| {{no}}
 
| {{no|On hiatus since Sep 2010}}
 
|-
 
! [https://github.com/SpaceManiac/Glowstone Glowstone]
 
| [[User:SpaceManiac|SpaceManiac]] (fork of Lightstone)
 
| [http://en.wikipedia.org/wiki/Java_(programming_language) Java]
 
| [http://www.opensource.org/licenses/mit-license.php MIT]
 
| {{planned| Networking ([http://netty.io/ Netty])}}
 
| {{yes}}
 
| {{yes|Beta}}
 
| {{yes}}
 
| {{no}}
 
| {{no}}
 
| {{yes|Event-driven}}
 
| {{yes|[http://bukkit.org/ Bukkit]}}
 
| {{unknown|Superseded by Spout}}
 
 
|-
 
|-
 
! [https://github.com/grahamedgecombe/lightstone Lightstone]
 
! [https://github.com/grahamedgecombe/lightstone Lightstone]
Line 176: Line 148:
 
| {{yes|C++}}
 
| {{yes|C++}}
 
| {{no|Inactive}}
 
| {{no|Inactive}}
|-
 
! [http://bitbucket.org/andrewgodwin/myne2/src Myne2]
 
| aera, iKJames
 
| [http://en.wikipedia.org/wiki/Python_%28programming_language%29 Python]
 
| Simplified BSD
 
| {{Unknown}}
 
| {{yes}}
 
| {{yes|n/a}}
 
| {{no}}
 
| {{no}}
 
| {{no}}
 
| {{yes|Threads}}
 
| {{yes|Python}}
 
| {{no|Cancelled}}
 
 
|-
 
|-
 
! [http://partycraft.github.com/ PartyCraft]
 
! [http://partycraft.github.com/ PartyCraft]
Line 204: Line 162:
 
| {{yes|.NET}}
 
| {{yes|.NET}}
 
| {{unknown|Suspended}}
 
| {{unknown|Suspended}}
|-
 
! [http://codaset.com/moose/quartz-public Quartz] (dead link)
 
| Moose
 
| [http://en.wikipedia.org/wiki/C%2B%2B C++]
 
| Unknown
 
| {{Unknown}}
 
| {{yes}}
 
| {{yes|Alpha}}
 
| {{no}}
 
| {{yes}}
 
| {{no}}
 
| {{yes|Threads}}
 
| {{no}}
 
| {{no|Repo dead}}
 
 
|-
 
|-
 
! [[Realcraft:Main_Page|Realcraft]]
 
! [[Realcraft:Main_Page|Realcraft]]
Line 232: Line 176:
 
| {{planned|Custom Realcraft Text Files}}
 
| {{planned|Custom Realcraft Text Files}}
 
| {{unknown|On hiatus since Jan 2012}}
 
| {{unknown|On hiatus since Jan 2012}}
|-
 
! [https://www.assembla.com/spaces/mc_server RealMC] (link requires "permission")
 
| thomasfn
 
| [http://en.wikipedia.org/wiki/C_Sharp_(programming_language) C#]
 
| Closed source
 
| {{yes}}
 
| {{yes}}
 
| {{no|Custom}}
 
| {{no}}
 
| {{no}}
 
| {{yes}}
 
| {{yes|Async IO}} <!--Any other concurrency models? ASIO is now a seperate column-->
 
| {{yes|[http://en.wikipedia.org/wiki/Lua Lua]}}
 
| {{no|No downloads available}}
 
 
|-
 
|-
 
! [http://louisdx.github.com/schlagwetter/ Schlagwetter]
 
! [http://louisdx.github.com/schlagwetter/ Schlagwetter]
Line 260: Line 190:
 
| {{no}}
 
| {{no}}
 
| {{unknown|On hiatus since Nov 2011}}
 
| {{unknown|On hiatus since Nov 2011}}
|-
 
! [https://www.silent-productions.net SilentCraft]
 
| Silentneeb, BizarreCake
 
| [http://en.wikipedia.org/wiki/C_Sharp_(programming_language) C#]
 
| Closed source
 
| {{Unknown}}
 
| {{yes}}
 
| {{yes|Alpha}}
 
| {{no}}
 
| {{no}}
 
| {{no}}
 
| {{yes|Threads}}
 
| {{no}}
 
| {{no|Cancelled}}
 
 
|-
 
|-
 
! [http://spout.org/ Spout]<br />(with [https://github.com/VanillaDev/Vanilla Vanilla] plugin)
 
! [http://spout.org/ Spout]<br />(with [https://github.com/VanillaDev/Vanilla Vanilla] plugin)

Revision as of 08:02, 23 August 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
  • Yes, the "Networking" column really does ask the question, "Can your server actually talk to clients?" This is just a litmus test. If your server can't do it, then consider whether it's ready for this page.
Name Author(s) Language License Asynchronous I/O Networking World Formats Multiworld Physics Entities Concurrency Model Scripting Development Status
Bravo MostAwesomeDude Python MIT/X11 Unknown Yes Alpha, Beta Yes Yes Players, Mobs Processes Python On hiatus since Dec 2011
Chunky Monkey agon, huin (lead contributor), jnwhiteh, nictuku Google Go MIT Unknown Yes Alpha, Beta Planned Entities: yes; Blocks: Planned Players: yes; Mobs: In progress Goroutines (Multi-host planned) (TBD) On hiatus since Oct 2011
craftd kev009 C Simplified BSD Unknown Yes Alpha No Yes Planned Threads Many (plugins) On hiatus since May 2011
Lightstone Graham Edgecombe Java MIT Unknown Yes In Progress (Beta) Planned Planned Planned Event-driven Planned (Ruby) On hiatus since Jun 2011
McCraft Nemrael Java GPLv3 Unknown Yes (Java NIO) Beta (read-access) Yes Planned Planned Threads Planned On hiatus since Aug 2011
MCServer FakeTruth C++ Open source Unknown Yes Raw Yes Yes Players, Mobs Threads Lua Active
mc-erl Apiocera, clonejo Erlang not decided yet partially Yes custom (Mnesia) No No Players Erlang processes Planned Inactive
Mineserver Fador, Psoden, deoxxa C++ New BSD License Unknown Yes Anvil Yes Yes Players, Mobs Unknown C++ Active
Mineserver 2 deoxxa, Jailout2000 C++ New BSD License Unknown Yes Planned Planned Planned Planned boost, ZeroMQ C++ Inactive
PartyCraft Drew DeVault (SirCmpwn) C# MIT Yes Yes Custom Yes Planned Players + limited others Worker + Scheduled Events .NET Suspended
Realcraft Jailout2000 Realbasic General public / proprietary No Yes Custom
(Converters planned)
Yes Planned Players, other entities are WIP None Custom Realcraft Text Files On hiatus since Jan 2012
Schlagwetter louisdx C++0x unspecified open source Unknown Yes n/a No Planned Planned Threads No On hiatus since Nov 2011
Spout
(with Vanilla plugin)
SpoutDev (fork of Glowstone) Java SpoutDev v1 Networking (Netty) Yes Custom
(Converters planned)
Yes Partial Partial Event-driven SpoutAPI Active
XMC Xinnx C# GPLv3 Yes Yes Alpha, Beta: WIP No Planned Players, Partial mob support Threads + Async File IO .NET Plugins Rewrite in progress
FastCraft sprenger120 C++ GPLv3 Yes Yes Anvil (read access) Planned Planned Players, mobs Threads Planned (Lua) Active