Difference between revisions of "Server List"
Jump to navigation
Jump to search
m (Update obsidian supported version) |
|||
(134 intermediate revisions by 38 users not shown) | |||
Line 4: | Line 4: | ||
A couple things for contributors: | 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. | * 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. | ||
+ | * Additionally, if you haven't committed to your repository in over a year, it will be marked as inactive. Again, don't take this personally. | ||
* 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 | * 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 | ||
+ | |||
+ | == Servers supporting the latest Minecraft version == | ||
{| class="wikitable sortable" style="text-align: center;" | {| class="wikitable sortable" style="text-align: center;" | ||
Line 12: | Line 15: | ||
! Language | ! Language | ||
! License | ! License | ||
− | ! | + | ! Supported version(s) |
! World formats | ! World formats | ||
! Multiworld | ! Multiworld | ||
! Physics | ! Physics | ||
! Entities | ! Entities | ||
+ | ! Lighting | ||
! Concurrency model | ! Concurrency model | ||
− | ! Scripting | + | ! Scripting/API Language |
− | ! Platform | + | ! Platform(s) |
! Feature list | ! Feature list | ||
! Development status | ! Development status | ||
|- | |- | ||
− | ! [https://github.com/ | + | ! [https://github.com/Minestom/Minestom Minestom] |
− | | [https://github.com/Naamloos Naamloos]<br/>and<br/>[https://github.com/ | + | | [https://github.com/Minestom/Minestom/graphs/contributors Contributors] |
+ | | [https://en.wikipedia.org/wiki/Java_(programming_language) Java] | ||
+ | | Apache 2.0 | ||
+ | | {{yes|1.21}} | ||
+ | | {{yes|Anvil}} | ||
+ | | {{yes}} | ||
+ | | {{yes}} | ||
+ | | {{yes|Yes}} | ||
+ | | {{yes}} | ||
+ | | {{yes|Threads/Events}} | ||
+ | | {{yes|[https://en.wikipedia.org/wiki/Java_(programming_language) Java]}} | ||
+ | | {{windows}}{{linux}}{{mac}} | ||
+ | | {{unknown|Not listed}} | ||
+ | | {{yes|Active}} | ||
+ | |- | ||
+ | ! [https://github.com/ObsidianMC/Obsidian Obsidian] | ||
+ | | [https://github.com/Naamloos Naamloos]<br/>and<br/>[https://github.com/ObsidianMC/Obsidian/graphs/contributors Contributors] | ||
| [https://en.wikipedia.org/wiki/C_Sharp_(programming_language) C#] | | [https://en.wikipedia.org/wiki/C_Sharp_(programming_language) C#] | ||
| [https://www.gnu.org/licenses/gpl-3.0.en.html GPL] | | [https://www.gnu.org/licenses/gpl-3.0.en.html GPL] | ||
− | | {{yes|1. | + | | {{yes|1.21}} |
− | | {{ | + | | {{yes|Custom, Anvil compatible}} |
− | | {{ | + | | {{yes|Yes}} |
| {{planned|Planned}} | | {{planned|Planned}} | ||
| {{yes|Players, Items}} | | {{yes|Players, Items}} | ||
− | | {{yes| | + | | {{no}} |
+ | | {{yes|Async Tasks}} | ||
| {{yes|C#}} | | {{yes|C#}} | ||
− | | {{yes|{{windows}}{{linux}}{{mac | + | | {{windows}}{{linux}}{{mac}} |
− | | [https://github.com/ | + | | [https://github.com/ObsidianMC/Obsidian#-roadmap Link] |
+ | | {{yes|Active}} | ||
+ | |} | ||
+ | |||
+ | == Actively developed servers that don't support the latest version == | ||
+ | |||
+ | {| class="wikitable sortable" style="text-align: center;" | ||
+ | |- | ||
+ | ! Name | ||
+ | ! Author(s) | ||
+ | ! Language | ||
+ | ! License | ||
+ | ! Supported version(s) | ||
+ | ! World formats | ||
+ | ! Multiworld | ||
+ | ! Physics | ||
+ | ! Entities | ||
+ | ! Lighting | ||
+ | ! Concurrency model | ||
+ | ! Scripting/API Language | ||
+ | ! Platform | ||
+ | ! Feature list | ||
+ | ! Development status | ||
+ | |- | ||
+ | |- | ||
+ | ! [https://github.com/valence-rs/valence Valence] | ||
+ | | [https://github.com/rj00a rj00a] and [https://github.com/valence-rs/valence/graphs/contributors contributors] | ||
+ | | [https://www.rust-lang.org/ Rust] | ||
+ | | [http://en.wikipedia.org/wiki/MIT_License MIT] | ||
+ | | {{no|1.20.1}} | ||
+ | | {{yes|Anvil}} | ||
+ | | {{yes}} | ||
+ | | {{planned}} | ||
+ | | {{yes}} | ||
+ | | {{no}} | ||
+ | | {{yes|Async Networking, Threads}} | ||
+ | | {{yes|Rust}} | ||
+ | | {{windows}}{{linux}}{{mac}} | ||
+ | | [https://github.com/valence-rs/valence#current-status Link] | ||
| {{yes|Active}} | | {{yes|Active}} | ||
|- | |- | ||
+ | ! [https://github.com/DynamiteMC/Dynamite Dynamite] | ||
+ | | [https://github.com/oq-x oq] and [https://github.com/aimjel Angel] | ||
+ | | [https://go.dev/ Go] | ||
+ | | [https://www.gnu.org/licenses/agpl-3.0.en.html#license-text AGPLv3] | ||
+ | | {{no|1.20.1}} | ||
+ | | {{yes|Anvil}} | ||
+ | | {{planned}} | ||
+ | | {{planned|Gravity}} | ||
+ | | {{planned|Players, Mobs}} | ||
+ | | {{no}} | ||
+ | | {{yes|Goroutines}} | ||
+ | | {{planned|Go}} | ||
+ | | {{windows}}{{linux}}{{mac}} | ||
+ | | In the repository | ||
+ | | {{yes|Active}} | ||
|- | |- | ||
! [https://github.com/MCHPR/MCHPRS MCHPRS] | ! [https://github.com/MCHPR/MCHPRS MCHPRS] | ||
Line 43: | Line 117: | ||
| [https://www.rust-lang.org/ Rust] | | [https://www.rust-lang.org/ Rust] | ||
| [https://opensource.org/licenses/MIT MIT] | | [https://opensource.org/licenses/MIT MIT] | ||
− | | {{ | + | | {{no|1.18.2}} |
| {{yes|Custom}} | | {{yes|Custom}} | ||
| {{yes|Yes}} | | {{yes|Yes}} | ||
| {{planned|Planned}} | | {{planned|Planned}} | ||
| {{yes|Players}} | | {{yes|Players}} | ||
+ | | {{no}} | ||
| {{yes|Parallel Threads}} | | {{yes|Parallel Threads}} | ||
| {{planned|C Dynamic Linking}} | | {{planned|C Dynamic Linking}} | ||
− | + | | {{windows}}{{linux}}{{mac}} | |
| [https://github.com/MCHPR/MCHPRS/blob/master/README.md Link] | | [https://github.com/MCHPR/MCHPRS/blob/master/README.md Link] | ||
| {{yes|Active}} | | {{yes|Active}} | ||
|- | |- | ||
− | ! [https://github.com/ | + | ! [https://github.com/PrismarineJS/flying-squid Flying-squid] |
− | + | | [https://github.com/PrismarineJS/flying-squid/graphs/contributors Flying-squid contributors] | |
− | + | | [http://en.wikipedia.org/wiki/Javascript JavaScript (Node.js)] | |
− | + | | MIT | |
− | + | | {{no|1.8-1.16}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | [https://github.com/ | ||
− | |||
− | |||
− | |||
− | |||
− | | [http://en.wikipedia.org/wiki/ | ||
− | | | ||
− | | {{ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
| {{yes|Anvil}} | | {{yes|Anvil}} | ||
| {{yes}} | | {{yes}} | ||
| {{yes}} | | {{yes}} | ||
| {{yes|Players, Items, Mobs}} | | {{yes|Players, Items, Mobs}} | ||
− | | {{yes| | + | | {{no}} |
− | | {{yes| | + | | {{yes|Async Networking}} |
− | | {{ | + | | {{yes|JavaScript}} |
− | | [https://github.com/ | + | | {{windows}}{{linux}}{{mac}} |
+ | | [https://github.com/PrismarineJS/flying-squid#features Link] | ||
| {{yes|Active}} | | {{yes|Active}} | ||
|- | |- | ||
Line 103: | Line 149: | ||
| [http://en.wikipedia.org/wiki/C%2B%2B C++] | | [http://en.wikipedia.org/wiki/C%2B%2B C++] | ||
| Apache 2.0 | | Apache 2.0 | ||
− | | {{ | + | | {{no|1.8-1.12.2 (1.13+ in development)}} |
| {{yes|Anvil}} | | {{yes|Anvil}} | ||
| {{yes}} | | {{yes}} | ||
| {{yes}} | | {{yes}} | ||
| {{yes|Players, Mobs}} | | {{yes|Players, Mobs}} | ||
+ | | {{yes}} | ||
| {{yes|Threads}} | | {{yes|Threads}} | ||
| {{yes|[http://en.wikipedia.org/wiki/Lua_%28programming_language%29 Lua]}} | | {{yes|[http://en.wikipedia.org/wiki/Lua_%28programming_language%29 Lua]}} | ||
− | + | | {{windows}}{{linux}}{{mac}}<br/>{{Android}} | |
| [https://forum.cuberite.org/thread-499-post-3553.html#pid3553 Link] | | [https://forum.cuberite.org/thread-499-post-3553.html#pid3553 Link] | ||
| {{yes|Active}} | | {{yes|Active}} | ||
+ | |} | ||
+ | |||
+ | == Legacy servers == | ||
+ | |||
+ | {| class="wikitable sortable" style="text-align: center;" | ||
+ | |- | ||
+ | ! Name | ||
+ | ! Author(s) | ||
+ | ! Language | ||
+ | ! License | ||
+ | ! Last version supported | ||
+ | ! World formats | ||
+ | ! Multiworld | ||
+ | ! Physics | ||
+ | ! Entities | ||
+ | ! Lighting | ||
+ | ! Concurrency model | ||
+ | ! Scripting | ||
+ | ! Platform | ||
+ | ! Feature list | ||
+ | ! Development status | ||
+ | |- | ||
+ | ! [https://gitlab.com/macmv/bamboo Bamboo] | ||
+ | | [https://gitlab.com/macmv macmv] and [https://gitlab.com/macmv/bamboo/-/graphs/main contributors] | ||
+ | | [https://www.rust-lang.org/ Rust] | ||
+ | | [http://en.wikipedia.org/wiki/MIT_License MIT] | ||
+ | | {{no|1.8, 1.12, 1.14-1.18.2}} | ||
+ | | {{yes|Anvil, Schematics, Custom}} | ||
+ | | {{yes}} | ||
+ | | {{yes}} | ||
+ | | {{yes|Entities, Players, Items}} | ||
+ | | {{yes}} | ||
+ | | {{yes|Threads, Channels}} | ||
+ | | {{yes|[https://gitlab.com/macmv/panda Panda] and Wasm}} | ||
+ | | {{windows}}{{linux}}{{mac}} | ||
+ | | [https://gitlab.com/macmv/bamboo#features Link] | ||
+ | | {{unknown|On hiatus since january 2024}} | ||
|- | |- | ||
! [https://glowstone.net/ Glowstone] | ! [https://glowstone.net/ Glowstone] | ||
Line 118: | Line 202: | ||
| [http://en.wikipedia.org/wiki/Java_(programming_language) Java] | | [http://en.wikipedia.org/wiki/Java_(programming_language) Java] | ||
| [http://en.wikipedia.org/wiki/MIT_License MIT] | | [http://en.wikipedia.org/wiki/MIT_License MIT] | ||
− | | {{ | + | | {{no|1.12.2 (1.13+ in development)}} |
| {{yes|Anvil}} | | {{yes|Anvil}} | ||
| {{yes}} | | {{yes}} | ||
| {{yes}} | | {{yes}} | ||
| {{yes|Players, Mobs, Objects}} | | {{yes|Players, Mobs, Objects}} | ||
+ | | {{no}} | ||
| {{yes|Threads/Events}} | | {{yes|Threads/Events}} | ||
| {{yes|Java + [http://en.wikipedia.org/wiki/Kotlin_(programming_language) Kotlin] ([https://github.com/PaperMC/Paper Paper-API], [https://spigotmc.org/ Spigot-API])}} | | {{yes|Java + [http://en.wikipedia.org/wiki/Kotlin_(programming_language) Kotlin] ([https://github.com/PaperMC/Paper Paper-API], [https://spigotmc.org/ Spigot-API])}} | ||
− | + | | {{windows}}{{linux}}{{mac}} | |
| [https://github.com/GlowstoneMC/Glowstone#features Link] | | [https://github.com/GlowstoneMC/Glowstone#features Link] | ||
− | | {{ | + | | {{unknown|On hiatus since september 2023}} |
|- | |- | ||
− | ! [https:// | + | ! [https://www.mcpp.dev MC++] |
− | | | + | | mcpp-dev |
− | | [ | + | | [http://en.wikipedia.org/wiki/C%2B%2B C++] |
− | | | + | | None |
− | | {{ | + | | {{no|1.8.8}} |
− | | {{yes| | + | | {{yes|Anvil}} |
+ | | {{yes}} | ||
+ | | {{yes}} | ||
| {{yes}} | | {{yes}} | ||
| {{yes}} | | {{yes}} | ||
− | | {{yes| | + | | {{yes|Event loop, Workers}} |
− | | {{yes|Threads/ | + | | {{no|No}} |
− | | {{ | + | | {{linux}}{{mac}} |
− | | {{yes|{{ | + | | [https://www.mcpp.dev Link] |
− | | {{ | + | | {{no|Inactive}} |
− | | {{yes| | + | |- |
+ | ! [https://github.com/garentyler/composition Composition] | ||
+ | | [https://github.com/garentyler Garen Tyler] and [https://github.com/garentyler/composition/graphs/contributors contributors] | ||
+ | | [https://www.rust-lang.org/ Rust] | ||
+ | | [https://github.com/garentyler/composition/blob/main/LICENSE MIT] | ||
+ | | {{no|1.19.4}} | ||
+ | | {{yes|Custom}} | ||
+ | | {{planned}} | ||
+ | | {{planned}} | ||
+ | | {{yes|Yes}} | ||
+ | | {{no}} | ||
+ | | {{yes|Async Networking, Threads}} | ||
+ | | {{planned|[https://webassembly.org/ WASM] planned}} | ||
+ | | {{windows}}{{linux}}{{mac}} | ||
+ | | [https://github.com/garentyler/composition#features README] | ||
+ | | {{no|Inactive}} | ||
+ | |- | ||
+ | ! [https://gitlab.com/macmv/sugarcane-go Sugarcane Go] | ||
+ | | [https://gitlab.com/macmv macmv] | ||
+ | | [https://golang.org Go] | ||
+ | | [https://opensource.org/licenses/MIT MIT] | ||
+ | | {{no|1.8, 1.12 (no blocks), 1.13, 1.14+ in progress}} | ||
+ | | {{yes|Custom}} | ||
+ | | {{yes|Yes}} | ||
+ | | {{planned|Planned}} | ||
+ | | {{yes|Players}} | ||
+ | | {{no}} | ||
+ | | {{yes|Seperate tick loop for each player}} | ||
+ | | {{yes|Go (server acts as a library)}} | ||
+ | | {{windows}}{{linux}}{{mac}} | ||
+ | | [https://gitlab.com/macmv/sugarcane#planned-features See the README] | ||
+ | | {{no|Inactive, [https://gitlab.com/macmv/sugarcane replaced] by Bamboo}} | ||
|- | |- | ||
− | ! [https://github.com/ | + | ! [https://github.com/StarfieldMC/Starfield Starfield] |
− | | | + | | The [https://github.com/orgs/StarfieldMC/people StarfieldMC] Team and [https://github.com/StarfieldMC/Starfield/contributors Contributors] |
− | | [https://en.wikipedia.org/wiki/ | + | | [https://en.wikipedia.org/wiki/C_Sharp_(programming_language) C#] |
− | | | + | | [https://opensource.org/licenses/MIT MIT] |
− | | {{ | + | | {{no|1.16.5}} |
− | | {{yes| | + | | {{yes|Custom}} |
+ | | {{planned}} | ||
| {{planned}} | | {{planned}} | ||
+ | | {{yes|Players}} | ||
+ | | {{no}} | ||
+ | | {{yes|Threads/Async Tasks}} | ||
+ | | {{planned|Planned}} | ||
+ | | {{windows}}{{linux}}{{mac}} | ||
+ | | [https://github.com/StarfieldMC/Starfield#goalsfeatures README] | ||
+ | | {{no|Inactive}} | ||
+ | |- | ||
+ | ! [https://github.com/cnlohr/avrcraft AVRCraft] | ||
+ | | [[User:CNLohr|CNLohr]] | ||
+ | | [http://en.wikipedia.org/wiki/C_%28programming_language%29 C] | ||
+ | | [http://en.wikipedia.org/wiki/MIT_License MIT] | ||
+ | | {{no|1.15.2}} | ||
+ | | {{no|User}} | ||
+ | | {{no}} | ||
+ | | {{no}} | ||
+ | | {{planned|Partial}} | ||
+ | | {{no}} | ||
+ | | {{yes|Poll}} | ||
+ | | {{No}} | ||
+ | | {{linux}} [http://www.nongnu.org/avr-libc/ avr] [https://openwrt.org/ openwrt] | ||
+ | | {{Yes| <16kB}} | ||
+ | | {{no|Inactive}} | ||
+ | |- | ||
+ | ! [https://github.com/GoLangMc/minecraft-server GoLangMc] | ||
+ | | [https://me.sxtanna.com Sxtanna]<br/>and<br/>[https://github.com/orgs/GoLangMc/people Contributors] | ||
+ | | [https://golang.org/ Go] | ||
+ | | [https://opensource.org/licenses/MIT MIT] | ||
+ | | {{no|1.15.2}} | ||
+ | | {{planned|Planned}} | ||
+ | | {{planned|Planned}} | ||
+ | | {{planned|Planned}} | ||
+ | | {{planned|Planned}} | ||
+ | | {{no}} | ||
+ | | {{yes|Goroutines}} | ||
+ | | {{planned|GoLang Plugins}} | ||
+ | | {{windows}}{{linux}}{{mac}} | ||
+ | | [https://github.com/GoLangMc/minecraft-server/issues/7 Link] | ||
+ | | {{no|Inactive}} | ||
+ | |- | ||
+ | ! [https://github.com/dotnetGame/MineCase MineCase] | ||
+ | | [https://github.com/sunnycase SunnyCase], [https://github.com/jstzwj WangJun], [https://github.com/dotnetGame/MineCase/graphs/contributors others] | ||
+ | | [http://en.wikipedia.org/wiki/C_Sharp_(programming_language) C#] | ||
+ | | [http://en.wikipedia.org/wiki/MIT_License MIT] | ||
+ | | {{no|1.14}} | ||
+ | | {{yes|Custom (Mongodb)}} | ||
| {{yes}} | | {{yes}} | ||
− | | {{planned|Players, Items, | + | | {{planned}} |
− | | {{ | + | | {{yes|Players, Items, Mobs}} |
− | | {{ | + | | {{no}} |
− | | {{ | + | | {{yes|[http://dotnet.github.io/orleans/ Orleans]}} |
− | | [https://github.com/ | + | | {{planned}} |
− | | {{ | + | | {{windows}}{{linux}}{{mac}} |
+ | | [https://github.com/dotnetGame/MineCase/blob/master/Readme.md Link] | ||
+ | | {{no|Inactive}} | ||
|- | |- | ||
! [https://github.com/BizarreCake/Nostalgia Nostalgia] | ! [https://github.com/BizarreCake/Nostalgia Nostalgia] | ||
Line 163: | Line 330: | ||
| [http://en.wikipedia.org/wiki/C%2B%2B C++] | | [http://en.wikipedia.org/wiki/C%2B%2B C++] | ||
| [http://www.gnu.org/licenses/gpl-3.0.en.html GPLv3] | | [http://www.gnu.org/licenses/gpl-3.0.en.html GPLv3] | ||
− | | {{ | + | | {{no|1.14.4}} |
| {{planned|Planned}} | | {{planned|Planned}} | ||
| {{planned|Planned}} | | {{planned|Planned}} | ||
| {{planned|Planned}} | | {{planned|Planned}} | ||
| {{planned|Planned}} | | {{planned|Planned}} | ||
+ | | {{no}} | ||
| {{yes|Actors}} | | {{yes|Actors}} | ||
| {{yes|Lua}} | | {{yes|Lua}} | ||
− | + | | {{windows}}{{linux}} | |
| {{unknown|Nothing is listed yet.}} | | {{unknown|Nothing is listed yet.}} | ||
− | | {{yes| | + | | {{no|Inactive}} |
+ | |- | ||
+ | ! [https://github.com/basinserver/Basin Basin] | ||
+ | | Protryon/JavaProphet, ecx86 | ||
+ | | [https://en.wikipedia.org/wiki/C_(programming_language) C] | ||
+ | | [http://www.gnu.org/licenses/gpl-3.0.en.html GPLv3] | ||
+ | | {{no|1.11.2, 1.11 & 1.10}} | ||
+ | | {{yes|Anvil}} | ||
+ | | {{yes}} | ||
+ | | {{yes}} | ||
+ | | {{yes|Players, Items, Mobs}} | ||
+ | | {{yes}} | ||
+ | | {{yes|Threads}} | ||
+ | | {{yes|[http://en.wikipedia.org/wiki/Lua_%28programming_language%29 Lua] & [https://en.wikipedia.org/wiki/C_(programming_language) C]}} | ||
+ | | {{linux}} | ||
+ | | [https://github.com/basinserver/Basin Link] | ||
+ | | {{no|Inactive}} | ||
+ | |- | ||
+ | ! [https://github.com/Diorite/Diorite/tree/dev Diorite] | ||
+ | | GotoFinal | ||
+ | | [https://en.wikipedia.org/wiki/Java_(programming_language) Java 8] | ||
+ | | MIT License | ||
+ | | {{no|1.11.2}} | ||
+ | | {{yes|Anvil + Custom}} | ||
+ | | {{yes}} | ||
+ | | {{planned}} | ||
+ | | {{yes|Players, Items}} | ||
+ | | {{no}} | ||
+ | | {{yes|Parallel Threads, Tick regions, Async input (chat, commands, tab)}} | ||
+ | | {{yes|Java + [https://github.com/panda-lang Panda]}} | ||
+ | | {{windows}}{{linux}}{{mac}} | ||
+ | | [https://github.com/Diorite/Diorite Link] | ||
+ | | {{no|Inactive}} | ||
|- | |- | ||
! [https://github.com/McEx/McEx McEx] | ! [https://github.com/McEx/McEx McEx] | ||
Line 183: | Line 383: | ||
| {{yes|Entities}} | | {{yes|Entities}} | ||
| {{yes|Players, Items}} | | {{yes|Players, Items}} | ||
+ | | {{no}} | ||
| {{yes|Erlang processes}} | | {{yes|Erlang processes}} | ||
| {{planned|Elixir/Erlang planned}} | | {{planned|Elixir/Erlang planned}} | ||
− | + | | {{linux}} | |
| [https://github.com/McEx/McEx/blob/master/README.md Link] | | [https://github.com/McEx/McEx/blob/master/README.md Link] | ||
| {{no|Inactive}} | | {{no|Inactive}} | ||
|- | |- | ||
− | ! [https://github.com/ | + | ! [https://github.com/kennyvv/SharpMC SharpMC] |
− | | | + | | [http://wiki.vg/User:Wuppie Wuppie] |
− | | [ | + | | [http://en.wikipedia.org/wiki/C#_(programming_language) C#] |
− | | MIT | + | | [http://en.wikipedia.org/wiki/MIT_License MIT] |
− | | {{no| | + | | {{no|15w31c (1.9 snapshot #3)}} |
− | | {{yes|Anvil | + | | {{yes|Custom (Anvil Support)}} |
− | | {{yes}} | + | | {{yes|Yes}} |
− | | {{ | + | | {{yes|Fluids only (right now)}} |
| {{yes|Players, Items}} | | {{yes|Players, Items}} | ||
− | | {{ | + | | {{no}} |
− | | {{yes| | + | | {{yes|Threads}} |
− | | {{yes|{{windows}}{{linux}}{{mac | + | | {{yes|C#}} |
− | | | + | | {{windows}}{{linux}}{{mac}} |
+ | | {{yes|See github}} | ||
| {{no|Inactive}} | | {{no|Inactive}} | ||
|- | |- | ||
Line 208: | Line 410: | ||
| [http://en.wikipedia.org/wiki/Java_(programming_language) Java] | | [http://en.wikipedia.org/wiki/Java_(programming_language) Java] | ||
| LGPL | | LGPL | ||
− | | {{no|MC:PC 1.8.3 | + | | {{no|MC:PC 1.8.3 & MC:PE 0.11.0}} |
| {{yes|Anvil}} | | {{yes|Anvil}} | ||
| {{yes}} | | {{yes}} | ||
| {{yes}} | | {{yes}} | ||
| {{planned|Players}} | | {{planned|Players}} | ||
+ | | {{no}} | ||
| {{yes|Threads/Events}} | | {{yes|Threads/Events}} | ||
| {{yes|Java ([http://bukkit.org/ Bukkit]), JavaScript ([https://github.com/DragonetMC/Dragonet/wiki/DragonetAPI-Scripts DAPIS])}} | | {{yes|Java ([http://bukkit.org/ Bukkit]), JavaScript ([https://github.com/DragonetMC/Dragonet/wiki/DragonetAPI-Scripts DAPIS])}} | ||
− | + | | {{windows}}{{linux}}{{mac}} | |
| Support Bukkit/Javascript Plugins, Minecraft PC, Minecraft: Pocket Edition | | Support Bukkit/Javascript Plugins, Minecraft PC, Minecraft: Pocket Edition | ||
| {{no|Inactive}} | | {{no|Inactive}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
! [https://github.com/PistonDevelopers/hematite_server Hematite] | ! [https://github.com/PistonDevelopers/hematite_server Hematite] | ||
Line 243: | Line 431: | ||
| {{planned}} | | {{planned}} | ||
| {{planned}} | | {{planned}} | ||
+ | | {{no}} | ||
| {{yes|Threads}} | | {{yes|Threads}} | ||
| {{planned|Rust Planned}} | | {{planned|Rust Planned}} | ||
− | | {{ | + | | {{windows}}{{linux}}{{mac}} |
| {{planned|[https://github.com/PistonDevelopers/hematite_server/issues/3 Discussion]}} | | {{planned|[https://github.com/PistonDevelopers/hematite_server/issues/3 Discussion]}} | ||
− | | {{planned| | + | | {{no|Inactive}} |
+ | |- | ||
+ | ! [https://tridentsdk.net/ TridentSDK] | ||
+ | | TridentSDK Team | ||
+ | | [http://en.wikipedia.org/wiki/Java_(programming_language) Java] | ||
+ | | [http://www.apache.org/licenses/LICENSE-2.0 Apache 2.0] | ||
+ | | {{no|1.8.3 Planned}} | ||
+ | | {{yes|Anvil}} | ||
+ | | {{planned}} | ||
+ | | {{planned}} | ||
+ | | {{yes|Players, Mobs (test AI)}} | ||
+ | | {{no}} | ||
+ | | {{yes|Threads/Events}} | ||
+ | | {{yes|Java}} | ||
+ | | {{windows}}{{linux}}{{mac}} | ||
+ | | {{no|Unknown}} | ||
+ | | {{no|Inactive}} | ||
|- | |- | ||
! [https://github.com/fador/mineserver/ Mineserver] | ! [https://github.com/fador/mineserver/ Mineserver] | ||
Line 253: | Line 458: | ||
| [http://en.wikipedia.org/wiki/C%2B%2B C++] | | [http://en.wikipedia.org/wiki/C%2B%2B C++] | ||
| [http://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_.28.22New_BSD_License.22.29 New BSD License] | | [http://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_.28.22New_BSD_License.22.29 New BSD License] | ||
− | | {{no|1.8 | + | | {{no|1.8}} |
| {{yes|Anvil}} | | {{yes|Anvil}} | ||
| {{yes}} | | {{yes}} | ||
| {{yes}} | | {{yes}} | ||
| {{yes|Players, Mobs}} | | {{yes|Players, Mobs}} | ||
+ | | {{yes}} | ||
| {{unknown}} | | {{unknown}} | ||
| {{yes|C++}} | | {{yes|C++}} | ||
− | | {{ | + | | {{windows}}{{linux}}{{mac}} |
| [https://github.com/fador/mineserver/#features Link] | | [https://github.com/fador/mineserver/#features Link] | ||
+ | | {{no|Inactive}} | ||
+ | |- | ||
+ | ! [https://github.com/Techern/Netherrack Netherrack] | ||
+ | | [[User:CruzBishop|Cruz Bishop]], Alice Keinz | ||
+ | | [http://www.rust-lang.org/ Rust] | ||
+ | | [[wikipedia:MIT License|MIT]] | ||
+ | | {{no|Developing for 1.8}} | ||
+ | | {{planned|Planned: Anvil and possibly custom}} | ||
+ | | {{planned|Planned: Yes}} | ||
+ | | {{planned|Planned: Yes, with optional extensions}} | ||
+ | | {{planned|Planned: Yes}} | ||
+ | | {{no}} | ||
+ | | {{planned|Planned: To be determined}} | ||
+ | | {{planned|Planned: Rust plugins}} | ||
+ | | {{windows}}{{linux}}{{mac}} | ||
+ | | {{no|Not yet}} | ||
| {{no|Inactive}} | | {{no|Inactive}} | ||
|- | |- | ||
Line 267: | Line 489: | ||
| [https://github.com/quartz-powered/server/graphs/contributors The Quartz Powered Team] | | [https://github.com/quartz-powered/server/graphs/contributors The Quartz Powered Team] | ||
| Java | | Java | ||
− | | MIT | + | | [http://en.wikipedia.org/wiki/MIT_License MIT] |
− | | {{no|1.8 | + | | {{no|1.8}} |
| {{yes|Anvil}} | | {{yes|Anvil}} | ||
| {{planned}} | | {{planned}} | ||
| {{planned}} | | {{planned}} | ||
| {{planned}} | | {{planned}} | ||
+ | | {{no}} | ||
| {{unknown}} | | {{unknown}} | ||
| {{yes|Java}} | | {{yes|Java}} | ||
− | + | | {{windows}}{{linux}}{{mac}} | |
| {{unknown}} | | {{unknown}} | ||
| {{no|Inactive}} | | {{no|Inactive}} | ||
Line 282: | Line 505: | ||
| Rush Team | | Rush Team | ||
| [http://en.wikipedia.org/wiki/Java_(programming_language) Java] | | [http://en.wikipedia.org/wiki/Java_(programming_language) Java] | ||
− | | | + | | {{unknown|unknown}} |
− | | {{no|1.8 | + | | {{no|1.8}} |
| {{yes|McRegion}} | | {{yes|McRegion}} | ||
| {{planned}} | | {{planned}} | ||
| {{planned|Partial}} | | {{planned|Partial}} | ||
| {{yes|Players, Mobs (test AI)}} | | {{yes|Players, Mobs (test AI)}} | ||
+ | | {{no}} | ||
| {{yes|Threads}} | | {{yes|Threads}} | ||
− | | {{ | + | | {{no|No}} |
− | + | | {{windows}}{{linux}}{{mac}} | |
| [https://github.com/kangarko/Rush/blob/master/Features.md Link] | | [https://github.com/kangarko/Rush/blob/master/Features.md Link] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
| {{no|Inactive}} | | {{no|Inactive}} | ||
|- | |- | ||
Line 358: | Line 522: | ||
| [http://en.wikipedia.org/wiki/C%2B%2B C++] | | [http://en.wikipedia.org/wiki/C%2B%2B C++] | ||
| [http://gplv3.fsf.org/ GPLv3] | | [http://gplv3.fsf.org/ GPLv3] | ||
− | | {{no|1.7.10 | + | | {{no|1.7.10}} |
| {{yes|Custom (HWv1)}} | | {{yes|Custom (HWv1)}} | ||
| {{yes}} | | {{yes}} | ||
| {{yes}} | | {{yes}} | ||
| {{planned|Players}} | | {{planned|Players}} | ||
+ | | {{no}} | ||
| {{yes|Threads/Events}} | | {{yes|Threads/Events}} | ||
| {{no}} | | {{no}} | ||
− | + | | {{linux}} | |
| [https://github.com/BizarreCake/hCraft/#features Link] | | [https://github.com/BizarreCake/hCraft/#features Link] | ||
+ | | {{no|Inactive}} | ||
+ | |- | ||
+ | ! [https://github.com/SirCmpwn/TrueCraft TrueCraft] | ||
+ | | Drew DeVault ([[User:SirCmpwn|SirCmpwn]]), [https://github.com/SirCmpwn/TrueCraft/graphs/contributors more] | ||
+ | | [http://en.wikipedia.org/wiki/C_Sharp_(programming_language) C#] | ||
+ | | [http://en.wikipedia.org/wiki/MIT_License MIT] | ||
+ | | {{no|b1.7.3}} | ||
+ | | {{yes|McRegion}} | ||
+ | | {{planned}} | ||
+ | | {{yes}} | ||
+ | | {{yes|Players, Items, Falling Sand, Mobs}} | ||
+ | | {{no}} | ||
+ | | {{yes|Threads}} | ||
+ | | {{yes|C#}} | ||
+ | | {{windows}}{{linux}}{{mac}} | ||
+ | | [http://truecraft.io/roadmap Link] | ||
| {{no|Inactive}} | | {{no|Inactive}} | ||
|- | |- | ||
Line 378: | Line 559: | ||
| {{no}} | | {{no}} | ||
| {{planned|Players}} | | {{planned|Players}} | ||
+ | | {{no}} | ||
| {{yes|Async Networking}} | | {{yes|Async Networking}} | ||
| {{no}} | | {{no}} | ||
− | | {{ | + | | {{windows}}{{linux}}{{mac}} |
| [https://github.com/JoeDoyle23/BurningPig#current-features Link] | | [https://github.com/JoeDoyle23/BurningPig#current-features Link] | ||
| {{no|Inactive}} | | {{no|Inactive}} | ||
Line 393: | Line 575: | ||
| {{yes}} | | {{yes}} | ||
| {{yes}} | | {{yes}} | ||
+ | | {{no}} | ||
| {{yes|Async Networking/Logic}} | | {{yes|Async Networking/Logic}} | ||
| {{yes|C#}} | | {{yes|C#}} | ||
− | + | | {{windows}}{{linux}}{{mac}} | |
| [https://github.com/SirCmpwn/PartyCraft#features Link] | | [https://github.com/SirCmpwn/PartyCraft#features Link] | ||
| {{no|Inactive}} | | {{no|Inactive}} | ||
|- | |- | ||
− | ! [http://nessus.lv/nessusms NessusMS] | + | ! [https://web.archive.org/web/20160414015811/http://nessus.lv/nessusms NessusMS] |
| [[User:Pbunny|Pbunny]] | | [[User:Pbunny|Pbunny]] | ||
| [http://en.wikipedia.org/wiki/C_%28programming_language%29 C] | | [http://en.wikipedia.org/wiki/C_%28programming_language%29 C] | ||
Line 408: | Line 591: | ||
| {{yes}} | | {{yes}} | ||
| {{planned|Partial}} | | {{planned|Partial}} | ||
+ | | {{no}} | ||
| {{yes|Async Networking/Posix Threads}} | | {{yes|Async Networking/Posix Threads}} | ||
| {{planned}} | | {{planned}} | ||
− | + | | {{linux}} | |
| [http://nessus.lv/nessusms Link] | | [http://nessus.lv/nessusms Link] | ||
| {{no|Inactive}} | | {{no|Inactive}} | ||
Line 423: | Line 607: | ||
| {{planned|Partial}} | | {{planned|Partial}} | ||
| {{planned|Partial}} | | {{planned|Partial}} | ||
+ | | {{no}} | ||
| {{yes|Parallel Threads}} | | {{yes|Parallel Threads}} | ||
| {{yes|Java ([https://github.com/SpoutDev/SpoutAPI SpoutAPI])}} | | {{yes|Java ([https://github.com/SpoutDev/SpoutAPI SpoutAPI])}} | ||
− | | {{ | + | | {{windows}}{{linux}}{{mac}} |
| {{no|unknown}} | | {{no|unknown}} | ||
| {{no|Inactive}} | | {{no|Inactive}} | ||
Line 438: | Line 623: | ||
| {{yes}} | | {{yes}} | ||
| {{yes|Players, Mobs}} | | {{yes|Players, Mobs}} | ||
+ | | {{yes}} | ||
| {{yes|Async I/O, Processes}} | | {{yes|Async I/O, Processes}} | ||
| {{yes|Python}} | | {{yes|Python}} | ||
− | | {{ | + | | {{windows}}{{linux}} |
| [https://github.com/bravoserver/bravo#features Link] | | [https://github.com/bravoserver/bravo#features Link] | ||
| {{no|Inactive}} | | {{no|Inactive}} | ||
Line 447: | Line 633: | ||
| ementalo, smjert | | ementalo, smjert | ||
| [http://en.wikipedia.org/wiki/C_Sharp_(programming_language) C#] | | [http://en.wikipedia.org/wiki/C_Sharp_(programming_language) C#] | ||
− | | | + | | [https://www.gnu.org/licenses/agpl-3.0.html AGPLv3] |
| {{no|1.5}} | | {{no|1.5}} | ||
| {{yes|Custom}} | | {{yes|Custom}} | ||
Line 453: | Line 639: | ||
| {{no}} | | {{no}} | ||
| {{planned|Player}} | | {{planned|Player}} | ||
+ | | {{no}} | ||
| {{unknown}} | | {{unknown}} | ||
| {{yes|C#}} | | {{yes|C#}} | ||
− | | {{ | + | | {{windows}}{{linux}}{{mac}} |
| {{unknown}} | | {{unknown}} | ||
| {{no|Inactive}} | | {{no|Inactive}} | ||
Line 468: | Line 655: | ||
| {{no}} | | {{no}} | ||
| {{planned|Players}} | | {{planned|Players}} | ||
+ | | {{no}} | ||
| {{yes|Erlang processes}} | | {{yes|Erlang processes}} | ||
| {{no}} | | {{no}} | ||
− | + | | {{linux}} | |
| [https://github.com/clonejo/mc-erl/#feature-list Link] | | [https://github.com/clonejo/mc-erl/#feature-list Link] | ||
| {{no|Inactive}} | | {{no|Inactive}} | ||
Line 483: | Line 671: | ||
| {{no}} | | {{no}} | ||
| {{planned|Players}} | | {{planned|Players}} | ||
+ | | {{no}} | ||
| {{yes|Async Networking/Logic}} | | {{yes|Async Networking/Logic}} | ||
| {{yes|JavaScript}} | | {{yes|JavaScript}} | ||
− | | {{ | + | | {{windows}}{{linux}}{{mac}} |
| [https://github.com/deoxxa/jsmc#features Link] | | [https://github.com/deoxxa/jsmc#features Link] | ||
| {{no|Inactive}} | | {{no|Inactive}} | ||
Line 498: | Line 687: | ||
| {{planned}} | | {{planned}} | ||
| {{planned|Players, mobs}} | | {{planned|Players, mobs}} | ||
+ | | {{no}} | ||
| {{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}} | | {{unknown}} | ||
| {{no|Unknown}} | | {{no|Unknown}} | ||
− | | {{ | + | | {{no|Inactive}} |
|- | |- | ||
! [[Realcraft:Main_Page|Realcraft]] | ! [[Realcraft:Main_Page|Realcraft]] | ||
| [[User:Jailout2000|Jailout2000]] | | [[User:Jailout2000|Jailout2000]] | ||
− | | [http://en.wikipedia.org/wiki/ | + | | [http://en.wikipedia.org/wiki/REALbasic REALbasic] |
− | | | + | | {{MIT}} |
| {{no|1.3.2}} | | {{no|1.3.2}} | ||
| {{yes|Custom}} | | {{yes|Custom}} | ||
Line 513: | Line 703: | ||
| {{planned}} | | {{planned}} | ||
| {{planned|Players, other entities are WIP}} | | {{planned|Players, other entities are WIP}} | ||
+ | | {{no}} | ||
| {{yes|Event-driven}} | | {{yes|Event-driven}} | ||
| {{no}} | | {{no}} | ||
− | | {{ | + | | {{windows}}{{linux}} |
| [http://www.wiki.vg/Realcraft:Features Link] | | [http://www.wiki.vg/Realcraft:Features Link] | ||
| {{no|Inactive}} | | {{no|Inactive}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
! [https://github.com/Mineserver/mineserver2 Mineserver 2] | ! [https://github.com/Mineserver/mineserver2 Mineserver 2] | ||
Line 543: | Line 719: | ||
| {{planned}} | | {{planned}} | ||
| {{planned}} | | {{planned}} | ||
+ | | {{no}} | ||
| {{planned|boost, ZeroMQ}} | | {{planned|boost, ZeroMQ}} | ||
| {{yes|C++}} | | {{yes|C++}} | ||
| {{unknown}} | | {{unknown}} | ||
| {{no|Unknown}} | | {{no|Unknown}} | ||
− | | {{ | + | | {{no|Inactive}} |
+ | |- | ||
+ | ! [https://github.com/xTachyon/RedstoneInside RedstoneInside] | ||
+ | | [https://github.com/xTachyon xTachyon] | ||
+ | | [http://en.wikipedia.org/wiki/C%2B%2B C++] | ||
+ | | [http://en.wikipedia.org/wiki/MIT_License MIT] | ||
+ | | {{no|1.11.1}} | ||
+ | | {{yes|Anvil (read-only), Schematics}} | ||
+ | | {{no}} | ||
+ | | {{no}} | ||
+ | | {{no}} | ||
+ | | {{no}} | ||
+ | | {{no|Unknown}} | ||
+ | | {{yes|C++}} | ||
+ | | {{windows}}{{linux}} | ||
+ | | {{yes|Minimal terrain generator, read anvil files, commands}} | ||
+ | | {{no|Inactive}} | ||
+ | |- | ||
+ | ! [https://github.com/KryptonMC/Krypton Krypton] | ||
+ | | [https://github.com/BomBardyGamer Callum Seabrook], [https://github.com/jan-tennert Jan] and [https://github.com/KryptonMC/Krypton/graphs/contributors contributors] | ||
+ | | [http://en.wikipedia.org/wiki/Kotlin_(programming_language) Kotlin] | ||
+ | | [http://en.wikipedia.org/wiki/MIT_License MIT] (API)/[https://www.gnu.org/licenses/gpl-3.0.en.html GPL 3] (Server) | ||
+ | | {{no|1.19}} | ||
+ | | {{yes|Anvil (read and write)}} | ||
+ | | {{planned}} | ||
+ | | {{planned}} | ||
+ | | {{yes|Some entities, Players}} | ||
+ | | {{no}} | ||
+ | | {{yes|[https://github.com/Kotlin/kotlinx.coroutines Kotlin coroutines] and threads}} | ||
+ | | {{yes|[https://github.com/KryptonMC/Krypton/tree/master/api Kotlin]}} | ||
+ | | {{Java}} | ||
+ | | {{yes|[https://github.com/KryptonMC/Krypton/issues/19 Packet support]}} | ||
+ | | {{no|Inactive}} | ||
+ | |- | ||
+ | ! [https://github.com/caelunshun/feather Feather] | ||
+ | | caelunshun | ||
+ | | [https://en.wikipedia.org/wiki/Rust_(programming_language) Rust] | ||
+ | | Apache 2.0 | ||
+ | | {{no|1.16.5}} | ||
+ | | {{yes|Anvil}} | ||
+ | | {{planned}} | ||
+ | | {{yes}} | ||
+ | | {{planned|Players, Items, Arrows}} | ||
+ | | {{no}} | ||
+ | | {{yes|Threads/Events}} | ||
+ | | {{planned|Rust/[https://en.wikipedia.org/wiki/WebAssembly Wasm] Planned}} | ||
+ | | {{windows}}{{linux}}{{mac}} | ||
+ | | [https://github.com/caelunshun/feather#current-features Link] | ||
+ | | {{no|Inactive}} | ||
|- | |- | ||
− | ! [https://github.com/ | + | ! [https://github.com/LanternPowered/Lantern Lantern] |
− | | [https://github.com/ | + | | The [https://github.com/LanternPowered LanternPowered] Team and [https://github.com/LanternPowered/Lantern/graphs/contributors contributors] |
− | | [http://en.wikipedia.org/wiki/ | + | | [http://en.wikipedia.org/wiki/Java_(programming_language) Java] |
| [http://en.wikipedia.org/wiki/MIT_License MIT] | | [http://en.wikipedia.org/wiki/MIT_License MIT] | ||
− | | {{ | + | | {{no|1.16}} |
− | | {{yes| | + | | {{yes|Anvil}} |
| {{yes}} | | {{yes}} | ||
+ | | {{partial|Planned, Items}} | ||
+ | | {{yes|Players, Items}} | ||
+ | | {{no}} | ||
+ | | {{yes|Threads/Events}} | ||
+ | | {{yes|Java + [https://github.com/SpongePowered/SpongeAPI Sponge Modding Platform (SpongeAPI)]}} | ||
+ | | {{windows}}{{linux}}{{mac}} | ||
+ | | {{unknown|Nothing is listed yet.}} | ||
+ | | {{no|Inactive}} | ||
+ | |- | ||
+ | ! [https://github.com/garet90/MotorMC MotorMC] | ||
+ | | [https://github.com/garet90 garet90] | ||
+ | | [https://en.wikipedia.org/wiki/C_(programming_language) C] | ||
+ | | [https://opensource.org/licenses/MIT MIT] | ||
+ | | {{no|1.18}} | ||
+ | | {{planned|Planned}} | ||
+ | | {{planned|Planned}} | ||
+ | | {{planned|Planned}} | ||
+ | | {{yes|Players}} | ||
+ | | {{no}} | ||
+ | | {{yes|Threads}} | ||
+ | | {{yes|C Dynamic Linking}} | ||
+ | | {{windows}}{{linux}}{{mac}} | ||
+ | | {{unknown|Nothing is listed yet.}} | ||
+ | | {{no|Inactive}} | ||
+ | |- | ||
+ | ! [https://github.com/py-mine/PyMine PyMine] | ||
+ | | Iapetus-11, Sh-wayz, Emerald, [https://github.com/py-mine/PyMine/graphs/contributors others] | ||
+ | | [https://en.wikipedia.org/wiki/Python_(programming_language) Python] | ||
+ | | [https://www.gnu.org/licenses/quick-guide-gplv3.en.html GPLv3] | ||
+ | | {{no|1.16.5}} | ||
+ | | {{yes|Anvil}} | ||
+ | | {{planned|Planned}} | ||
+ | | {{unknown|Planned}} | ||
+ | | {{unknown|Planned}} | ||
+ | | {{no}} | ||
+ | | {{yes|Async Networking}} | ||
+ | | {{yes|[https://en.wikipedia.org/wiki/Python_(programming_language) Python]}} | ||
+ | | {{windows}}{{linux}} | ||
+ | | [https://github.com/py-mine/PyMine#features README] | ||
+ | | {{no|Inactive}} | ||
+ | |- | ||
+ | ! [https://github.com/AnchorMC/Anchor Anchor] | ||
+ | | [https://github.com/PassTheMayo PassTheMayo] and [https://github.com/AnchorMC/Anchor/graphs/contributors contributors] | ||
+ | | [https://go.dev/ Go] | ||
+ | | [https://github.com/AnchorMC/Anchor/blob/main/LICENSE GPL] | ||
+ | | {{no|1.18.1}} | ||
+ | | {{yes|Custom}} | ||
| {{planned}} | | {{planned}} | ||
− | |||
− | |||
| {{planned}} | | {{planned}} | ||
− | | {{yes|{{ | + | | {{yes|Players}} |
− | | [https://github.com/ | + | | {{no}} |
− | | {{ | + | | {{yes|Threads, Event Channels}} |
+ | | {{planned|[https://www.lua.org/ Lua] plugin API planned}} | ||
+ | | {{windows}}{{linux}}{{mac}} | ||
+ | | [https://github.com/AnchorMC/Anchor#features README] | ||
+ | | {{no|Inactive}} | ||
+ | |- | ||
+ | ! [https://github.com/Patbox/Cobblestone-Classic Cobblestone Classic] | ||
+ | | [https://github.com/Patbox Patbox] | ||
+ | | [https://deno.land/ Deno (TypeScript)] | ||
+ | | [http://en.wikipedia.org/wiki/MIT_License MIT] | ||
+ | | {{no|1.19.2 (supported), 0.30c (main)}} | ||
+ | | {{yes|[https://wiki.vg/ClassicWorld_file_format ClassicWorld]}} | ||
+ | | {{yes}} | ||
+ | | {{planned|WIP}} | ||
+ | | {{yes|Players}} | ||
+ | | {{no}} | ||
+ | | {{yes|Event Loop}} | ||
+ | | {{yes|TypeScript/JavaScript}} | ||
+ | | {{windows}}{{linux}}{{mac}} | ||
+ | | [https://github.com/Patbox/Cobblestone-Classic#features Link] | ||
+ | | {{no|Inactive}} | ||
|} | |} | ||
[[Category:Minecraft Modern]] | [[Category:Minecraft Modern]] |
Revision as of 22:35, 17 June 2024
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.
- Additionally, if you haven't committed to your repository in over a year, it will be marked as inactive. Again, don't take this personally.
- 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
Servers supporting the latest Minecraft version
Name | Author(s) | Language | License | Supported version(s) | World formats | Multiworld | Physics | Entities | Lighting | Concurrency model | Scripting/API Language | Platform(s) | Feature list | Development status |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Minestom | Contributors | Java | Apache 2.0 | 1.21 | Anvil | Yes | Yes | Yes | Yes | Threads/Events | Java | Not listed | Active | |
Obsidian | Naamloos and Contributors |
C# | GPL | 1.21 | Custom, Anvil compatible | Yes | Planned | Players, Items | No | Async Tasks | C# | Link | Active |
Actively developed servers that don't support the latest version
Name | Author(s) | Language | License | Supported version(s) | World formats | Multiworld | Physics | Entities | Lighting | Concurrency model | Scripting/API Language | Platform | Feature list | Development status |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Valence | rj00a and contributors | Rust | MIT | 1.20.1 | Anvil | Yes | Planned | Yes | No | Async Networking, Threads | Rust | Link | Active | |
Dynamite | oq and Angel | Go | AGPLv3 | 1.20.1 | Anvil | Planned | Gravity | Players, Mobs | No | Goroutines | Go | In the repository | Active | |
MCHPRS | StackDoubleFlow and contributors |
Rust | MIT | 1.18.2 | Custom | Yes | Planned | Players | No | Parallel Threads | C Dynamic Linking | Link | Active | |
Flying-squid | Flying-squid contributors | JavaScript (Node.js) | MIT | 1.8-1.16 | Anvil | Yes | Yes | Players, Items, Mobs | No | Async Networking | JavaScript | Link | Active | |
Cuberite | FakeTruth, xoft, More | C++ | Apache 2.0 | 1.8-1.12.2 (1.13+ in development) | Anvil | Yes | Yes | Players, Mobs | Yes | Threads | Lua | Link | Active |
Legacy servers
Name | Author(s) | Language | License | Last version supported | World formats | Multiworld | Physics | Entities | Lighting | Concurrency model | Scripting | Platform | Feature list | Development status |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Bamboo | macmv and contributors | Rust | MIT | 1.8, 1.12, 1.14-1.18.2 | Anvil, Schematics, Custom | Yes | Yes | Entities, Players, Items | Yes | Threads, Channels | Panda and Wasm | Link | On hiatus since january 2024 | |
Glowstone | SpaceManiac, mastercoms, Momo, others | Java | MIT | 1.12.2 (1.13+ in development) | Anvil | Yes | Yes | Players, Mobs, Objects | No | Threads/Events | Java + Kotlin (Paper-API, Spigot-API) | Link | On hiatus since september 2023 | |
MC++ | mcpp-dev | C++ | None | 1.8.8 | Anvil | Yes | Yes | Yes | Yes | Event loop, Workers | No | Link | Inactive | |
Composition | Garen Tyler and contributors | Rust | MIT | 1.19.4 | Custom | Planned | Planned | Yes | No | Async Networking, Threads | WASM planned | README | Inactive | |
Sugarcane Go | macmv | Go | MIT | 1.8, 1.12 (no blocks), 1.13, 1.14+ in progress | Custom | Yes | Planned | Players | No | Seperate tick loop for each player | Go (server acts as a library) | See the README | Inactive, replaced by Bamboo | |
Starfield | The StarfieldMC Team and Contributors | C# | MIT | 1.16.5 | Custom | Planned | Planned | Players | No | Threads/Async Tasks | Planned | README | Inactive | |
AVRCraft | CNLohr | C | MIT | 1.15.2 | User | No | No | Partial | No | Poll | No | avr openwrt | <16kB | Inactive |
GoLangMc | Sxtanna and Contributors |
Go | MIT | 1.15.2 | Planned | Planned | Planned | Planned | No | Goroutines | GoLang Plugins | Link | Inactive | |
MineCase | SunnyCase, WangJun, others | C# | MIT | 1.14 | Custom (Mongodb) | Yes | Planned | Players, Items, Mobs | No | Orleans | Planned | Link | Inactive | |
Nostalgia | BizarreCake | C++ | GPLv3 | 1.14.4 | Planned | Planned | Planned | Planned | No | Actors | Lua | Nothing is listed yet. | Inactive | |
Basin | Protryon/JavaProphet, ecx86 | C | GPLv3 | 1.11.2, 1.11 & 1.10 | Anvil | Yes | Yes | Players, Items, Mobs | Yes | Threads | Lua & C | Link | Inactive | |
Diorite | GotoFinal | Java 8 | MIT License | 1.11.2 | Anvil + Custom | Yes | Planned | Players, Items | No | Parallel Threads, Tick regions, Async input (chat, commands, tab) | Java + Panda | Link | Inactive | |
McEx | hansihe, Gjum | Elixir | MIT | 1.9.2 | Anvil/Custom planned | Planned | Entities | Players, Items | No | Erlang processes | Elixir/Erlang planned | Link | Inactive | |
SharpMC | Wuppie | C# | MIT | 15w31c (1.9 snapshot #3) | Custom (Anvil Support) | Yes | Fluids only (right now) | Players, Items | No | Threads | C# | See github | Inactive | |
Dragonet | DragonetTeam | Java | LGPL | MC:PC 1.8.3 & MC:PE 0.11.0 | Anvil | Yes | Yes | Players | No | Threads/Events | Java (Bukkit), JavaScript (DAPIS) | Support Bukkit/Javascript Plugins, Minecraft PC, Minecraft: Pocket Edition | Inactive | |
Hematite | Piston developers | Rust | MIT | 1.8.3 Planned | Anvil Planned | Planned | Planned | Planned | No | Threads | Rust Planned | Discussion | Inactive | |
TridentSDK | TridentSDK Team | Java | Apache 2.0 | 1.8.3 Planned | Anvil | Planned | Planned | Players, Mobs (test AI) | No | Threads/Events | Java | Unknown | Inactive | |
Mineserver | Fador, Psoden, deoxxa | C++ | New BSD License | 1.8 | Anvil | Yes | Yes | Players, Mobs | Yes | Unknown | C++ | Link | Inactive | |
Netherrack | Cruz Bishop, Alice Keinz | Rust | MIT | Developing for 1.8 | Planned: Anvil and possibly custom | Planned: Yes | Planned: Yes, with optional extensions | Planned: Yes | No | Planned: To be determined | Planned: Rust plugins | Not yet | Inactive | |
QuartzPowered | The Quartz Powered Team | Java | MIT | 1.8 | Anvil | Planned | Planned | Planned | No | Unknown | Java | Unknown | Inactive | |
Rush | Rush Team | Java | unknown | 1.8 | McRegion | Planned | Partial | Players, Mobs (test AI) | No | Threads | No | Link | Inactive | |
hCraft | BizarreCake | C++ | GPLv3 | 1.7.10 | Custom (HWv1) | Yes | Yes | Players | No | Threads/Events | No | Link | Inactive | |
TrueCraft | Drew DeVault (SirCmpwn), more | C# | MIT | b1.7.3 | McRegion | Planned | Yes | Players, Items, Falling Sand, Mobs | No | Threads | C# | Link | Inactive | |
BurningPig | Joe Doyle (JoeDoyle23) | JavaScript (Node.js) |
MIT | 1.6.4 | Custom | Planned | No | Players | No | Async Networking | No | Link | Inactive | |
PartyCraft | Drew DeVault (SirCmpwn) | C# | MIT | 1.6.2 | Anvil | Yes | Yes | Yes | No | Async Networking/Logic | C# | Link | Inactive | |
NessusMS | Pbunny | C | Pbunny License v1 | 1.5.2 | Custom | Yes | Yes | Partial | No | Async Networking/Posix Threads | Planned | Link | Inactive | |
Spout (with Vanilla plugin) |
Spout LLC and community | Java | Spout License v1 | 1.5.2 | Custom | Yes | Partial | Partial | No | Parallel Threads | Java (SpoutAPI) | unknown | Inactive | |
Bravo | Corbin Simpson | Python | MIT/X11 | 1.5 | Alpha, Beta, Anvil | Yes | Yes | Players, Mobs | Yes | Async I/O, Processes | Python | Link | Inactive | |
C#raft | ementalo, smjert | C# | AGPLv3 | 1.5 | Custom | No | No | Player | No | Unknown | C# | Unknown | Inactive | |
mc-erl | Apiocera, clonejo | Erlang | GPLv3 | 1.4.7 | custom (Mnesia) | No | No | Players | No | Erlang processes | No | Link | Inactive | |
jsmc | Conrad Pankoff (deoxxa) | JavaScript (Node.js) | New BSD License | 1.4.2 | No | No | No | Players | No | Async Networking/Logic | JavaScript | Link | Inactive | |
FastCraft | sprenger120 | C++ | GPLv3 | 1.3.2 | Anvil (read access) | Planned | Planned | Players, mobs | No | Threads | Planned (Lua) | Unknown | Unknown | Inactive |
Realcraft | Jailout2000 | REALbasic | MIT | 1.3.2 | Custom | Yes | Planned | Players, other entities are WIP | No | Event-driven | No | Link | Inactive | |
Mineserver 2 | deoxxa, Jailout2000 | C++ | New BSD License | Unknown | Planned | Planned | Planned | Planned | No | boost, ZeroMQ | C++ | Unknown | Unknown | Inactive |
RedstoneInside | xTachyon | C++ | MIT | 1.11.1 | Anvil (read-only), Schematics | No | No | No | No | Unknown | C++ | Minimal terrain generator, read anvil files, commands | Inactive | |
Krypton | Callum Seabrook, Jan and contributors | Kotlin | MIT (API)/GPL 3 (Server) | 1.19 | Anvil (read and write) | Planned | Planned | Some entities, Players | No | Kotlin coroutines and threads | Kotlin | Java | Packet support | Inactive |
Feather | caelunshun | Rust | Apache 2.0 | 1.16.5 | Anvil | Planned | Yes | Players, Items, Arrows | No | Threads/Events | Rust/Wasm Planned | Link | Inactive | |
Lantern | The LanternPowered Team and contributors | Java | MIT | 1.16 | Anvil | Yes | Planned, Items | Players, Items | No | Threads/Events | Java + Sponge Modding Platform (SpongeAPI) | Nothing is listed yet. | Inactive | |
MotorMC | garet90 | C | MIT | 1.18 | Planned | Planned | Planned | Players | No | Threads | C Dynamic Linking | Nothing is listed yet. | Inactive | |
PyMine | Iapetus-11, Sh-wayz, Emerald, others | Python | GPLv3 | 1.16.5 | Anvil | Planned | Planned | Planned | No | Async Networking | Python | README | Inactive | |
Anchor | PassTheMayo and contributors | Go | GPL | 1.18.1 | Custom | Planned | Planned | Players | No | Threads, Event Channels | Lua plugin API planned | README | Inactive | |
Cobblestone Classic | Patbox | Deno (TypeScript) | MIT | 1.19.2 (supported), 0.30c (main) | ClassicWorld | Yes | WIP | Players | No | Event Loop | TypeScript/JavaScript | Link | Inactive |