Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inform about project status #1120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 16 additions & 2 deletions README.md
Expand Up @@ -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

If 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
-----------

Expand Down