mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
Fix bullets
This commit is contained in:
parent
6a2f313af1
commit
212f508550
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ The development team is very open to both bug and feature requests / suggestions
|
||||||
Compilation
|
Compilation
|
||||||
-----------
|
-----------
|
||||||
Bukkit is a Java program which uses [Maven 3](http://maven.apache.org/) for compilation. To compile fresh from Git, simply perform the following steps:
|
Bukkit is a Java program which uses [Maven 3](http://maven.apache.org/) for compilation. To compile fresh from Git, simply perform the following steps:
|
||||||
|
|
||||||
* Install Maven and Git using your preferred installation methods.
|
* Install Maven and Git using your preferred installation methods.
|
||||||
* `git clone https://hub.spigotmc.org/stash/scm/spigot/bukkit.git`.
|
* `git clone https://hub.spigotmc.org/stash/scm/spigot/bukkit.git`.
|
||||||
* `mvn clean install`.
|
* `mvn clean install`.
|
||||||
|
@ -18,6 +19,7 @@ Some IDEs such as [NetBeans](https://netbeans.org/) can perform these steps for
|
||||||
Contributing
|
Contributing
|
||||||
------------
|
------------
|
||||||
Contributions of all sorts are welcome. To manage community contributions, we use the pull request functionality of Stash. In to gain access to Stash and create a pull request, you will first need to perform the following steps:
|
Contributions of all sorts are welcome. To manage community contributions, we use the pull request functionality of Stash. In to gain access to Stash and create a pull request, you will first need to perform the following steps:
|
||||||
|
|
||||||
* Create an account on [JIRA](http://hub.spigotmc.org/jira/).
|
* Create an account on [JIRA](http://hub.spigotmc.org/jira/).
|
||||||
* Fill in the [SpigotMC CLA](http://www.spigotmc.org/go/cla) and wait up to 24 hours for your Stash account to be activated. Please ensure that your username and email addresses match.
|
* Fill in the [SpigotMC CLA](http://www.spigotmc.org/go/cla) and wait up to 24 hours for your Stash account to be activated. Please ensure that your username and email addresses match.
|
||||||
* Log into Stash using your JIRA credentials.
|
* Log into Stash using your JIRA credentials.
|
||||||
|
|
Loading…
Add table
Reference in a new issue