Skip to content

Commit

Permalink
Edit the document part: Contribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Jul 27, 2021
1 parent def573f commit d65c84e
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,31 @@ QuickShop-Reremake is made by PotatoCraft Studio from [KaiKikuchi's QuickShop up
- Powerful API [Reremake]
- Optimized performance [Reremake]

## Downloads
| <a href="https://www.spigotmc.org/resources/62575/"/><img src="/.github/icons/Spigot.png" width="100" height="90" /> | <a href="https://dev.bukkit.org/projects/quickshop-reremake"><img src="/.github/icons/Bukkit.png" width="100" height="100" /> | <a href="http://www.mcbbs.net/thread-809496-1-1.html"/><img src="/.github/icons/MCBBS.png" width="100" height="100" /> | <a href="https://ci.codemc.io/job/Ghost-chu/job/QuickShop-Reremake-SNAPSHOT/"><img src="/.github/icons/Jenkins.svg" width="85" height="100" />
| :-: | :-: | :-: | :-: |
| **Spigot** | **BukkitDev** | **MCBBS** | **Jenkins** |
## Downloads

| <a href="https://www.spigotmc.org/resources/62575/"/><img src="/.github/icons/Spigot.png" width="100" height="90" />
| <a href="https://dev.bukkit.org/projects/quickshop-reremake"><img src="/.github/icons/Bukkit.png" width="100" height="100" />
| <a href="http://www.mcbbs.net/thread-809496-1-1.html"/><img src="/.github/icons/MCBBS.png" width="100" height="100" />
| <a href="https://ci.codemc.io/job/Ghost-chu/job/QuickShop-Reremake-SNAPSHOT/"><img src="/.github/icons/Jenkins.svg" width="85" height="100" />
| :-: | :-: | :-: | :-: | | **Spigot** | **BukkitDev** | **MCBBS** | **Jenkins** |

## Contribute
[]()If you're a developer, you can contribute to the QuickShop code! Just make a fork and install the Lombok plugin, then make a pull request when you're done! Please try to follow [Google Java Style](https://google.github.io/styleguide/javaguide.html). Also do not increase the plugin version number. Thank you very much!

[]()If you're a developer, you can contribute to the QuickShop code! Just make a fork and install the Lombok plugin,
then make a pull request when you're done! Please try to
follow [Google Java Style](https://google.github.io/styleguide/javaguide.html). Also do not increase the plugin version
number. Thank you very much!

To compile the QuickShop and debug it by yourself, please follow these steps:

0. Make sure you're using Java16 JDK in your PATH.
1. Compile sub-project: `cd ./src/integration/plotsquared/5 && mvn install && cd ../../../../`
2. Compile main-project without signature by using debug proile: `mvn install -Pdebug`
3. Start your server with extra flag to skip the QuickShop signature
checks: `-Dorg.maxgamer.quickshop.util.envcheck.skip.SIGNATURE_VERIFY`

## Maven

```XML
<repository>
<id>quickshop-repo</id>
Expand Down

0 comments on commit d65c84e

Please sign in to comment.