Commits
Oliver Dunk authored and md_5 committed e7537646f63
1 1 | CraftBukkit |
2 2 | ====== |
3 - | An implemenation of the [Bukkit](https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit) plugin API for [Minecraft](https://minecraft.net/) servers, currently maintained by [SpigotMC](http://www.spigotmc.org/). |
3 + | An implementation of the [Bukkit](https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit) plugin API for [Minecraft](https://minecraft.net/) servers, currently maintained by [SpigotMC](http://www.spigotmc.org/). |
4 4 | |
5 5 | Bug Reporting |
6 6 | ------------- |
7 7 | The development team is very open to both bug and feature requests / suggestions. You can submit these on the [JIRA Issue Tracker](http://hub.spigotmc.org/jira/). |
8 8 | |
9 9 | Compilation |
10 10 | ----------- |
11 11 | CraftBukkit is a Java program which uses [Maven 3](http://maven.apache.org/) for compilation. To compile fresh from Git, simply perform the following steps: |
12 12 | |
13 13 | * Install Git using your preferred installation methods. |