Difference between revisions of "Wrapper List"

From wiki.vg
Jump to navigation Jump to search
(→‎Server Wrappers: Added SimpleServer by sadimusi)
m (LiteLoader is proprietary)
(26 intermediate revisions by 11 users not shown)
Line 1: Line 1:
== List of Third-Party Wrapper ==
+
{{ToolsNavbox}}
 +
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.<br style="clear:both;" />
  
=== 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
 +
|-
 +
! [https://github.com/Mojang/LegacyLauncher LegacyLauncher / LauncherWrapper]
 +
| [https://github.com/mojang Mojang], [https://github.com/cpw cpw]
 +
| {{Java}}
 +
| {{no|[https://github.com/Mojang/LegacyLauncher/issues/1 None]}}
 +
| {{yes|Tweak injection}}
 +
| {{yes|Active (used by vanilla Minecraft for alpha and below)}}
 +
|-
 +
! [https://github.com/MinecraftForge/MinecraftForge MinecraftForge]
 +
| [https://github.com/MinecraftForge MinecraftForge team]
 +
| {{Java}}
 +
| [https://github.com/MinecraftForge/MinecraftForge/blob/master/LICENSE-fml.txt GNU LGPL v2.1]?
 +
| {{yes|Java Archives}}
 +
| {{yes|Active}}
 +
|-
 +
! [http://www.liteloader.com/ LiteLoader]
 +
| [https://www.assembla.com/profile/Mumfrey Mumfrey]
 +
| {{Java}}
 +
| {{no|[http://develop.liteloader.com/liteloader/LiteLoader/tree/master#license-and-permissions Proprietary]}}
 +
| {{yes|.litemod Java Archives}}
 +
| {{yes|Active}}
 +
|-
 +
! [https://bitbucket.org/DarkStorm_/darkmod DarkMod] ([https://bitbucket.org/DarkStorm_/darkmodlauncher Launcher])
 +
| [https://github.com/DarkStorm652 DarkStorm]
 +
| {{Java}}
 +
| {{BSD}}
 +
| {{yes|Java Archives}}
 +
| {{no|Inactive (Alpha 1.2.6 - Current 1.6.4)}}
 +
|}
  
{{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="width: 120px" | Version
 +
!style="min-width: 78px" | Language
 +
!style="min-width: 120px" | License
 +
!style="width: 120px" | Scripting
 +
!style="width: 120px" | Development Status
 +
|-
 +
! [http://spongepowered.org/ Sponge]
 +
| [https://docs.spongepowered.org/stable/en/about/staff.html SpongePowered Staff]
 +
| {{yes|1.12}}
 +
| [http://en.wikipedia.org/wiki/Java_%28programming_language%29 Java]
 +
| MIT
 +
| {{yes|Java}}
 +
| {{yes|Active}}
 +
|-
 +
! [http://www.spigotmc.org/ Spigot]
 +
| [http://www.spigotmc.org/XenStaff/ Spigot Team]
 +
| {{yes|1.13}}
 +
| [http://en.wikipedia.org/wiki/Java_%28programming_language%29 Java]
 +
| [http://www.gnu.org/copyleft/gpl.html GPLv3]
 +
| {{yes|Java}}
 +
| {{yes|Active}}
 +
|-
 +
! [http://bukkit.org/ Bukkit]
 +
| [http://forums.bukkit.org/pages/about-us/ Bukkit Team]
 +
| {{no|1.8}}
 +
| [http://en.wikipedia.org/wiki/Java_%28programming_language%29 Java]
 +
| [http://www.gnu.org/copyleft/gpl.html GPLv3]
 +
| {{yes|Java}}
 +
| {{no|Inactive (DMCA'd)}}
 +
|-
 +
! [https://www.neptunepowered.org/ Neptune]
 +
| [https://github.com/jamierocks jamierocks]
 +
| {{no|1.8}}
 +
| [http://en.wikipedia.org/wiki/Java_%28programming_language%29 Java]
 +
| [https://github.com/NeptunePowered/NeptuneMod/blob/master/LICENSE.txt MIT]
 +
| {{yes|Java}}
 +
| {{yes|Active}}
 +
|-
 +
! [http://canarymod.net/ CanaryMod]
 +
| [https://github.com/CanaryModTeam CanaryMod Team]
 +
| {{no|1.8}}
 +
| [http://en.wikipedia.org/wiki/Java_%28programming_language%29 Java]
 +
| [http://www.gnu.org/copyleft/gpl.html GPLv3]
 +
| {{yes|Java}}
 +
| {{yes|Active}}
 +
|-
 +
! Spoon
 +
| [https://github.com/ilexiconn iLexiconn]
 +
| Unknown
 +
| [http://en.wikipedia.org/wiki/Java_(programming_language) Java]
 +
| [http://en.wikipedia.org/wiki/MIT_License MIT]
 +
| {{yes|Java}}
 +
| {{no|Inactive (source unknown?)}}
 +
|-
 +
! [http://www.minecraftforum.net/viewtopic.php?f=1023&t=336496 SimpleServer]
 +
| [[User:sadimusi|sadimusi]]
 +
| {{no|1.4.6}}
 +
| [http://en.wikipedia.org/wiki/Java_%28programming_language%29 Java]
 +
| [https://github.com/SimpleServer/SimpleServer/blob/master/LICENSE See LICENSE]
 +
| {{no}}
 +
| {{no|Inactive}}
 +
|-
 +
! [https://github.com/traitor/Minecraft-Server-Mod hMod]
 +
| [https://github.com/traitor traitor]
 +
| {{no|Beta 1.4}}
 +
| Java
 +
| Unknown
 +
| {{yes|Java}}
 +
| {{no|Inactive}}
 +
|}

Revision as of 18:17, 16 March 2019

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

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
LegacyLauncher / LauncherWrapper Mojang, cpw Java None Tweak injection Active (used by vanilla Minecraft for alpha and below)
MinecraftForge MinecraftForge team Java GNU LGPL v2.1? Java Archives Active
LiteLoader Mumfrey Java Proprietary .litemod Java Archives Active
DarkMod (Launcher) DarkStorm Java BSD Java Archives Inactive (Alpha 1.2.6 - Current 1.6.4)

Server Wrappers

These are wrappers for the vanilla Minecraft server.

Name Author(s) Version Language License Scripting Development Status
Sponge SpongePowered Staff 1.12 Java MIT Java Active
Spigot Spigot Team 1.13 Java GPLv3 Java Active
Bukkit Bukkit Team 1.8 Java GPLv3 Java Inactive (DMCA'd)
Neptune jamierocks 1.8 Java MIT Java Active
CanaryMod CanaryMod Team 1.8 Java GPLv3 Java Active
Spoon iLexiconn Unknown Java MIT Java Inactive (source unknown?)
SimpleServer sadimusi 1.4.6 Java See LICENSE No Inactive
hMod traitor Beta 1.4 Java Unknown Java Inactive