Difference between revisions of "Wrapper List"

From wiki.vg
Jump to navigation Jump to search
(→‎Server Wrappers: Added SimpleServer by sadimusi)
(Major changes to lists, removed stub tag and removed the Nuble client wrapper since it's for Terraria and not Minecraft)
Line 1: Line 1:
== List of Third-Party Wrapper ==
+
These are wrappers for both the client and server vanilla interfaces.
  
 +
See the [[Client_List|client list]] page for custom clients and the [[Server_List|server list]] page for custom servers.
  
=== Client Wrappers ===
+
== Client Wrappers ==
* [[Nuble]] by Earth2Me ([http://nuble.org/ nuble.org])
+
These are wrappers for the vanilla Minecraft client.
  
=== Server Wrappers ===
+
{| class="wikitable" style="width: auto; text-align: center;"
* [[hMod]] by hey0 and team ([http://forum.hey0.net/ forum.hey0.net]) (discontinued)
+
|-style="background:#eee"
* [[CanaryMod]] by the CanaryMod team ([http://canarymod.net/ canarymod.net]) (continuation of hMod)
+
!style="min-width: 120px" | Name
* [[Bukkit]] by the former hey0 team ([http://bukkit.org bukkit.org])
+
!style="min-width: 120px" | Author(s)
* [[Llamacraft]] by SuperLlama ([http://www.minecraftforum.net/viewtopic.php?f=1012&t=23483 thread on minecraftforum.net])
+
!style="min-width: 78px" | Language
* [https://github.com/SimpleServer/SimpleServer SimpleServer] by [[User:sadimusi|sadimusi]] ([http://www.minecraftforum.net/viewtopic.php?f=1023&t=336496 minecraftforum.net])
+
!style="min-width: 120px" | License
 +
!style="width: 120px" | Scripting
 +
!style="width: 120px" | Development Status
 +
|-
 +
|colspan="6" | There are no client wrappers at this time
 +
|}
  
{{stub}}
+
== Server Wrappers ==
 +
These are wrappers for the vanilla Minecraft server.
 +
 
 +
{| class="wikitable" style="width: auto; text-align: center;"
 +
|-style="background:#eee"
 +
!style="min-width: 120px" | Name
 +
!style="min-width: 120px" | Author(s)
 +
!style="min-width: 78px" | Language
 +
!style="min-width: 120px" | License
 +
!style="width: 120px" | Scripting
 +
!style="width: 120px" | Development Status
 +
|-
 +
! [http://bukkit.org/ Bukkit]
 +
| Former hey0 Team
 +
| [http://en.wikipedia.org/wiki/Java_%28programming_language%29 Java]
 +
| [http://www.gnu.org/copyleft/gpl.html GPLv3]
 +
| {{yes|Java Archives}}
 +
| {{yes|Active}}
 +
|-
 +
! [http://canarymod.net/ CanaryMod]
 +
| CanaryMod Team
 +
| [http://en.wikipedia.org/wiki/Java_%28programming_language%29 Java]
 +
| {{unknown|n/a}}
 +
| {{unknown|n/a}}
 +
| {{yes|Active}}
 +
|-
 +
! hMod
 +
| hey0 and Team
 +
| [http://en.wikipedia.org/wiki/Java_%28programming_language%29 Java]
 +
| {{unknown|n/a}}
 +
| {{unknown|n/a}}
 +
| {{no|Discontinued}}
 +
|-
 +
! [http://www.minecraftforum.net/viewtopic.php?f=1012&t=23483 Llamacraft]
 +
| SuperLlama
 +
| [http://en.wikipedia.org/wiki/Java_%28programming_language%29 Java]
 +
| General Public
 +
| {{no}}
 +
| {{unknown|Last updated:<br />6 Aug 2010}}
 +
|-
 +
! [http://www.minecraftforum.net/viewtopic.php?f=1023&t=336496 SimpleServer]
 +
| [[User:sadimusi|sadimusi]]
 +
| [http://en.wikipedia.org/wiki/Java_%28programming_language%29 Java]
 +
| [https://github.com/SimpleServer/SimpleServer/blob/master/LICENSE See LICENSE]
 +
| {{no}}
 +
| {{yes|Active}}
 +
|}

Revision as of 02:54, 12 November 2011

These are wrappers for both the client and server vanilla interfaces.

See the client list page for custom clients and the server list page for custom servers.

Client Wrappers

These are wrappers for the vanilla Minecraft client.

Name Author(s) Language License Scripting Development Status
There are no client wrappers at this time

Server Wrappers

These are wrappers for the vanilla Minecraft server.

Name Author(s) Language License Scripting Development Status
Bukkit Former hey0 Team Java GPLv3 Java Archives Active
CanaryMod CanaryMod Team Java n/a n/a Active
hMod hey0 and Team Java n/a n/a Discontinued
Llamacraft SuperLlama Java General Public No Last updated:
6 Aug 2010
SimpleServer sadimusi Java See LICENSE No Active