Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {{Disclaimer}}
- A '''custom server''' is a Minecraft server that uses no derived code or components from the original Minecraft [[Classic]] or [[Survival]] server software, thus they are 100% free of [[Mojang]] code and restrictions. They are made as alternatives to the original server to add extra features, such as [[gameplay]] changes or to make fixes such as lag optimization. Custom servers have to stay updated to the current version of the [[client]] due to possible protocol changes, note this only applies to [[Beta]].
- == Features ==
- Custom servers have a range of features, some of which are common between them. These features extend the functionality of [[gameplay]], administration or even many other things never thought of before in the original server.
- === Multiworld ===
- Multiworld is the name of a most likely unintentional feature of the Minecraft client which can be used by a custom server. The first server to have this feature was [[Myne]].
- Usually on these servers they have a main world with portals to direct you to these other maps or by a command. They can also create new worlds and assign various properties to the world like ranks only in that world, only certain people can build, etc. This makes it possible to show old worlds while having maps for the public to build on and can grant more private stuff to prevent [[grief]].
- == Comparison ==
- This is a comparison of available custom servers for both versions of Minecraft.
- Would you like your server to be added to the list?<br />
- You need to have one public release, then [[Talk:Custom servers|go here for submission.]]
- === Beta ===
- This version of Minecraft only includes [[SMP]] at this time.
- ==== Metadata ====
- {| class="wikitable" style="text-align: center; font-size: smaller"
- |-style="background:#eee"
- !style="width: 128px" | Name
- !style="width: 200px" | Developer(s)
- !style="width: 68px" | [[Wikipedia:Programming language|Language]]
- !style="width: 128px" | [[Wikipedia:Software license|License]]
- !style="width: 76px" | Platform
- |-
- | [[Bravo]]
- | MostAwesomeDude
- | [[Wikipedia:Python (programming language)|Python 2.6]]
- | [http://www.opensource.org/licenses/mit-license.php MIT/X11]
- | {{OS|Win|Linux|Mac}}
- |-
- | [[Custom servers/Chraft|C#raft]]
- | Zenexer, ementalo, PhonicUK
- | [[Wikipedia:C Sharp (programming language)|C#]]
- | [http://www.gnu.org/licenses/gpl.html GPL]
- | {{OS|Win|Linux|Mac}}
- |-
- | [http://github.com/huin/chunkymonkey Chunky Monkey]
- | Huin
- | [[Wikipedia:Go_(programming_language)|Go]]
- | [http://www.opensource.org/licenses/mit-license.php MIT]
- | {{OS|Linux}}
- |-
- | [http://mc.kev009.com/craftd/ craftd]
- | kev009, dotblank
- | [[Wikipedia:C (programming language)|C]]
- | [http://www.opensource.org/licenses/bsd-license.php Simplified BSD]
- | {{OS|Linux}}
- |-
- | [http://github.com/ScottBrooks/Erlcraft Erlcraft]
- | Scott Brooks
- | [[Wikipedia:Erlang_(programming_language)|Erlang]]
- | Open Source
- | {{OS|}}
- |-
- | [http://github.com/SpaceManiac/Glowstone Glowstone]
- | SpaceManiac
- | [[Wikipedia:Java (programming language)|Java]]
- | [http://www.opensource.org/licenses/mit-license.php MIT]
- | {{OS|Win|Linux|Mac}}
- |-
- | [http://github.com/grahamedgecombe/lightstone Lightstone]
- | Graham Edgecombe
- | [[Wikipedia:Java (programming language)|Java]]
- | [http://www.opensource.org/licenses/mit-license.php MIT]
- | {{OS|Win|Linux|Mac}}
- |-
- | [http://mcserver.ae-c.net/ MCServer]
- | FakeTruth
- | [[Wikipedia:C++|C++]]
- | Closed Source
- | {{OS|Win|Linux|Mac}}
- |-
- | [http://mineserver.be/ Mineserver]
- | Fador, Nredor, ...
- | [[Wikipedia:C++|C++]]
- | [http://www.opensource.org/licenses/bsd-license.php New BSD]
- | {{OS|Win|Linux|Mac}}
- |-
- | [http://sourceforge.net/projects/minewithperl MWP]
- | jake-anq, goshat
- | [[Wikipedia:Perl|Perl]]
- | Open Source
- | {{OS|}}
- |-
- | [http://bitbucket.org/andrewgodwin/myne2/src Myne2]
- | aera, iKJames
- | [[Wikipedia:Python (programming language)|Python 2.6]]
- | Public Domain
- | {{OS|Linux|Mac}}
- |-
- | [http://sourceforge.net/projects/open-mc/ OpenMC]
- | Xinnx
- | [[Wikipedia:C#|C#]]
- | [[Wikipedia:GPL_v3#Version_3|GPL v3]]
- | {{OS|Win}}
- |-
- | [http://www.assembla.com/spaces/mc_server RealMC]
- | thomasfn
- | [[Wikipedia:C#|C#]]
- | Closed Source
- | {{OS|Win}}
- |-
- | [http://github.com/SpaceManiac/Spacecraft-GT Spacecraft GT]
- | SpaceManiac
- | [[Wikipedia:C#|C#]]
- | [http://creativecommons.org/licenses/by-sa/3.0/ CC by-sa 3.0]
- | {{OS|Win}}
- |-
- | [http://www.silent-productions.net SilentCraft]
- | Silentneeb, astrlvapor
- | [[Wikipedia:C#|C#]]
- | Closed Source
- | {{OS|Win}}
- |-
- | [http://codaset.com/moose/quartz-public Quartz]
- | Moose
- | [[Wikipedia:C++|C++]]
- | Open Source
- | {{OS|}}
- |}
- ==== Features ====
- {| class="wikitable" style="text-align: center; font-size: smaller"
- |-style="background:#eee"
- !style="width: 128px" | Name
- !style="width: 72px" | Scripting
- !style="width: 72px" | [[Wikipedia:Internet Relay Chat|IRC]]
- !style="width: 72px" | [[#Multiworld|Multiworld]]
- !style="width: 72px" | [[Physics]]
- !style="width: 72px" | [[Entity|Entities]]
- !style="width: 72px" | [[Biomes]]
- |-
- | Bravo
- | {{tc|Yes|[[Wikipedia:Python (programming language)|Python]]}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- |-
- | C#raft
- | {{tc|Yes|[[Wikipedia:C#|C#]] [[Wikipedia:Java (programming language)|Java]]<br />[[Wikipedia:VisualBasic|VisualBasic]]}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- |-
- | Chunky Monkey
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|Planned}}
- | {{tc|Planned}}
- | {{tc|Planned}}
- | {{tc|No}}
- |-
- | craftd
- | {{tc|Planned|[[Wikipedia:Python (programming language)|Python]]}}
- | {{tc|Planned}}
- | {{tc|No}}
- | {{tc|Yes}}
- | {{tc|Planned}}
- | {{tc|No}}
- |-
- | Erlcraft
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|No}}
- |-
- | Glowstone
- | {{tc|Planned}}
- | {{tc|No}}
- | {{tc|Planned}}
- | {{tc|Planned}}
- | {{tc|Partial}}
- | {{tc|No}}
- |-
- | Lightstone
- | {{tc|Planned}}
- | {{tc|No}}
- | {{tc|Planned}}
- | {{tc|Planned}}
- | {{tc|Partial}}
- | {{tc|No}}
- |-
- | MCServer
- | {{tc|Yes|[[Wikipedia:Lua (programming language)|Lua]]}}
- | {{tc|No}}
- | {{tc|Planned}}
- | {{tc|Partial}}
- | {{tc|Partial}}
- | {{tc|No}}
- |-
- | Mineserver
- | {{tc|Yes|Many<br />Mostly [[Wikipedia:C++|C++]]}}
- | {{tc|Planned|Plugin}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|No}}
- | {{tc|Yes}}
- |-
- | MWP
- | {{tc|Planned|[[Wikipedia:Perl|Perl]]}}
- | {{tc|No}}
- | {{tc|Planned}}
- | {{tc|Planned}}
- | {{tc|Planned}}
- | {{tc|No}}
- |-
- | Myne2
- | {{tc|Yes|[[Wikipedia:Python (programming language)|Python]]}}
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|Partial}}
- | {{tc|No}}
- |-
- | OpenMC
- | {{tc|Yes|.NET}}
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|Yes}}
- | {{tc|No}}
- |-
- | RealMC
- | {{tc|Yes|[[Wikipedia:Lua|Lua]]}}
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|Yes}}
- | {{tc|No}}
- |-
- | Spacecraft GT
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|Yes}}
- | {{tc|No}}
- |-
- | SilentCraft
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|Planned}}
- | {{tc|Planned}}
- | {{tc|Planned}}
- | {{tc|No}}
- |-
- | Quartz
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|Yes}}
- | {{tc|No}}
- | {{tc|No}}
- |}
- ==== See also ====
- * Minecraft Coalition: [http://wiki.vg/Server_List Server List]
- === Classic ===
- ''For technical details on the protocol, see [[Classic server protocol]].''
- This version of Minecraft only includes [[Creative]] Multiplayer.
- {{NotBeta}}
- ==== Metadata ====
- {| class="wikitable" style="text-align: center; font-size: smaller"
- |-style="background:#eee"
- !style="width: 96px" | Name
- !style="width: 48px" | Basis
- !style="width: 200px" | Developer(s)
- !style="width: 68px" | [[Wikipedia:Programming language|Language]]
- !style="width: 128px" | [[Wikipedia:Software license|License]]
- !style="width: 76px" | Platform
- |-
- | [http://blockbox.hk-diy.net/ blockBox]
- | iCraft
- | PixelEater and the blockBox Team
- | [[Wikipedia:Python (programming language)|Python 2.6]]
- | [http://creativecommons.org/licenses/by-nc-sa/3.0/ CC by-nc-sa 3.0]
- | {{OS|Win|Linux|Mac}}
- |-
- | [[D3]]
- | None
- | Dadido3
- | [[Wikipedia:PureBasic|PureBasic]]
- | SemiPublic
- | {{OS|Win|Linux}}
- |-
- | [http://fcraft.net fCraft]
- | None
- | fragmer
- | [[Wikipedia:C Sharp (programming language)|C#]]
- | [http://www.opensource.org/licenses/mit-license.php MIT]
- | {{OS|Win|Linux|Mac}}
- |-
- | [[iCraft]]
- | Myne
- | The Archives and iCraft Team
- | [[Wikipedia:Python (programming language)|Python 2.6]]
- | [http://creativecommons.org/licenses/by-nc-sa/3.0/ CC by-nc-sa 3.0]
- | {{OS|Win|Linux|Mac}}
- |-
- | [[LuaCraft]]
- | MinerCPP
- | TwdTwd, dag10, Unison
- | [[Wikipedia:C++|C++]]
- | [http://www.opensource.org/licenses/mit-license.php MIT]
- | {{OS|Win|Linux}}
- |-
- | [http://real7imestudios.com/ MC7ime]
- | MCLawl
- | 7imekeeper
- | [[Wikipedia:C Sharp (programming language)|C#]]
- | Closed Source
- | {{OS|Win|Linux|Mac}}
- |-
- | [http://www.mcderp.net/ MCDerp]
- | MCLawl
- | Herocane, Panade, CrusaderV, The_Legacy, Wouto1997, Maxinator33, fredlllll, Quaisaq, koesie10
- | [[Wikipedia:C Sharp (programming language)|C#]]
- | Closed Source
- | {{OS|Win|Linux|Mac}}
- |-
- | [http://www.mcforge.net/ MCForge]
- | MCLawl
- | Dmitchell94, Jordanneil23, SebbiUltimate, Fenderrock87, edh649, Philipdensje, 501st_commander, LISTINGS09, Shade2010, Hypereddie10, EricKilla, LordPsycho, jakeanator14 <nowiki>|</nowiki> UberFoX
- | [[Wikipedia:C Sharp (programming language)|C#]]
- | [http://www.gnu.org/licenses/gpl-3.0.html GPLv3]/[http://www.opensource.org/licenses/ecl2.php ECLv2]<br />Closed Source
- | {{OS|Win|Linux|Mac}}
- |-
- | [http://mckat.net/ MCKat]
- | MCLawl
- | Msz9, S0M3ONE, jasonbay13, PigBacon
- | [[Wikipedia:C Sharp (programming language)|C#]]
- | Closed Source
- | {{OS|Win|Linux|Mac}}
- |-
- | [[MCLawl]]
- | MCSharp
- | Zallist, Lawlcat, Valek
- | [[Wikipedia:C Sharp (programming language)|C#]]
- | Public Domain
- | {{OS|Win|Linux|Mac}}
- |-
- | [[MCSharp]]
- | Obsidian
- | Descention, Voziv, NekoBaron, KakashiSuno
- | [[Wikipedia:C Sharp (programming language)|C#]]
- | [http://www.osedu.org/licenses/ECL-2.0/ ECL 2.0]
- | {{OS|Win|Linux}}
- |-
- | [http://quaisaq.dk/mcquai/ MCQuai]
- | MCSharp
- | Quaisaq, 2k10, Megahaosguy, OMARATION
- | [[Wikipedia:C Sharp (programming language)|C#]]
- | Closed Source
- | {{OS|Win|Linux}}
- |-
- | [[MinerCPP]]
- | None
- | vLK, Unison, TwdTwd
- | [[Wikipedia:C++|C++]]
- | Open Source
- | {{OS|Win|Linux}}
- |-
- | [[Myne]]
- | None
- | aera
- | [[Wikipedia:Python (programming language)|Python 2.6]]
- | Public Domain
- | {{OS|Linux|Mac}}
- |-
- | [http://github.com/copyboy/obsidian Obsidian]
- | None
- | copyboy
- | [[Wikipedia:C Sharp (programming language)|C#]]
- | Public Domain
- | {{OS|Win}}
- |-
- | [[OpenCraft]]
- | None
- | Graham Edgecombe, Brett, Søren, Mark, Trever Fischer, Adam Liszka
- | [[Wikipedia:Java (programming language)|Java]]
- | [http://www.opensource.org/licenses/bsd-license.php New BSD]
- | {{OS|Win|Linux|Mac}}
- |-
- | [[SSS]]
- | MCSharp
- | Merlin33069, gz, Erco21, Epsilon, LowCountry, bmt16
- | [[Wikipedia:C Sharp (programming language)|C#]]
- | Public
- | {{OS|Win}}
- |}
- ==== Features ====
- {| class="wikitable" style="text-align: center; font-size: smaller"
- |-style="background:#eee"
- !style="width: 96px" | Name
- !style="width: 72px" | Scripting
- !style="width: 72px" | [[Wikipedia:Graphical user interface|GUI]]
- !style="width: 72px" | [[Wikipedia:Internet Relay Chat|IRC]]
- !style="width: 72px" | [[#Multiworld|Multiworld]]
- !style="width: 72px" | Custom [[Blocks]]
- !style="width: 72px" | [[Physics]]
- !style="width: 72px" | [[Entity|Entities]]
- !style="width: 72px" | Block Tracking
- |-
- | blockBox
- | {{tc|Yes|[[Wikipedia:Python (programming language)|Python]]}}
- | {{tc|Planned}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Planned}}
- | {{tc|Planned}}
- |-
- | D3
- | {{tc|Yes|[[Wikipedia:Lua (programming language)|Lua]]}}
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Partial}}
- | {{tc|Yes}}
- |-
- | fCraft
- | {{tc|Planned|Binary}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Planned}}
- | {{tc|Planned}}
- | {{tc|No}}
- | {{tc|Planned}}
- |-
- | iCraft
- | {{tc|Yes|[[Wikipedia:Python (programming language)|Python]]}}
- | {{tc|No}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|No}}
- |-
- | LuaCraft
- | {{tc|Yes|[[Wikipedia:Lua (programming language)|Lua]]}}
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|No}}
- | {{tc|No}}
- |-
- | MC7ime
- | {{tc|Yes|[[Wikipedia:C Sharp (programming language)|C#]]}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- |-
- | MCDerp
- | {{tc|Yes|[[Wikipedia:C Sharp (programming language)|C#]]}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- |-
- | MCForge
- | {{tc|Yes|[[Wikipedia:C Sharp (programming language)|C#]]}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- |-
- | MCKat
- | {{tc|Yes|[[Wikipedia:C Sharp (programming language)|C#]]}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- |-
- | MCLawl
- | {{tc|Yes|[[Wikipedia:C Sharp (programming language)|C#]]}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- |-
- | MCSharp
- | {{tc|No}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|No}}
- | {{tc|No}}
- |-
- | MCQuai
- | {{tc|No}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|No}}
- | {{tc|No}}
- |-
- | MinerCPP
- | {{tc|Yes|[[Wikipedia:Lua (programming language)|Lua]]}}
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|Yes}}
- | {{tc|No}}
- | {{tc|No}}
- |-
- | Myne
- | {{tc|Yes|[[Wikipedia:Python (programming language)|Python]]}}
- | {{tc|No}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|No}}
- | {{tc|No}}
- |-
- | Obsidian
- | {{tc|Yes}}
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|No}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|No}}
- | {{tc|No}}
- |-
- | OpenCraft
- | {{tc|Yes|[[Wikipedia:Jython|Jython]]}}
- | {{tc|Planned}}
- | {{tc|No}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|No}}
- | {{tc|No}}
- |-
- | SSS
- | {{tc|Yes|[[Wikipedia:C Sharp (programming language)|C#]]}}
- | {{tc|Yes}}
- | {{tc|No}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Yes}}
- | {{tc|Partial}}
- | {{tc|Yes}}
- |}
- [[Category:Custom server]]
- [[de:Server-Software]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement