https://github.com/Bukkit/Bukkit
The Minecraft Mod API
https://github.com/Bukkit/Bukkit
Last synced: 5 months ago
JSON representation
The Minecraft Mod API
- Host: GitHub
- URL: https://github.com/Bukkit/Bukkit
- Owner: Bukkit
- License: gpl-3.0
- Created: 2011-01-02T23:47:25.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T05:19:57.000Z (almost 2 years ago)
- Last Synced: 2025-05-28T20:17:24.101Z (7 months ago)
- Language: Java
- Homepage: http://bukkit.org
- Size: 18.9 MB
- Stars: 2,425
- Watchers: 171
- Forks: 1,045
- Open Issues: 68
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-mcp-servers - Bukkit - Bukkit is a widely-used MCP server platform in Java, enabling developers to extend and customize Minecraft multiplayer servers through a large plugin ecosystem. ([Read more](/details/bukkit.md)) `open-source` `minecraft` `java` `plugin-ecosystem` (Game Server MCP Implementations)
- useful-java-links - Bukkit - java-links/blob/master/img/impossible-proprietary-code-linking.png?raw=true) (VI. Program languages and applications that were written with Java / 6. Opensource games that were written with Java)
README
Bukkit
======
A Minecraft Server API.
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)
Compilation
-----------
We use maven to handle our dependencies.
* Install [Maven 3](http://maven.apache.org/download.html)
* Check out this repo and: `mvn clean install`