diff --git a/README.md b/README.md index a51766e6e0..865591ff4e 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,24 @@ Bukkit A Minecraft Server API. -Website: [http://bukkit.org](http://bukkit.org) -Bugs/Suggestions: [http://leaky.bukkit.org](http://leaky.bukkit.org) +Website: [http://bukkit.org](http://bukkit.org) +Bugs/Suggestions: [http://leaky.bukkit.org](http://leaky.bukkit.org) Contributing Guidelines: [CONTRIBUTING.md](https://github.com/Bukkit/Bukkit/blob/master/CONTRIBUTING.md) +Projectstatus +------------ + +This repo is no more maintained. + +There are various forks of Bukkit and CraftBukkit, and various opinions on how legal the CraftBukkit forks are in light of official statements from Mojang. Here's one relevant statement from Mojang: + +> Mojang has not authorized the inclusion of any of its proprietary +> Minecraft software (including its Minecraft Server software) within the +> Bukkit project to be included in or made subject to any GPL or LGPL +> license, or indeed any other open source license + +f you want a more modern, dev-friendly API that is unencumbered by the GPL licensing issues and even (optionally) supports running mods alongside plugins, you should check out the https://www.spongepowered.org project. + Compilation -----------