Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1015 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 1015 Bytes

Bukkit

A plugin API for Minecraft servers, with updates from Paper, SpigotMC and GlowstoneMC.

Bug Reporting

The development team is open to both bug and feature requests / suggestions. You can submit these on GitHub issues.

Compilation

Bukkit is a Java program which uses Maven 3 for compilation. To compile fresh from Git, simply perform the following steps:

  • Install Maven and Git using your preferred installation methods.
  • git clone https://github.com/GlowstonePlusPlus/Glowkit
  • cd Glowkit
  • mvn clean install

Contributing

To manage community contributions, we use the pull request functionality of GitHub.

Where possible, this API should be kept in sync with SpigotMC team's update of Bukkit.