Skip to content
sandtechnology edited this page Jun 7, 2022 · 11 revisions

Welcome to the QuickShop-Reremake wiki!

There is home page, the wiki still work in progress!

Contribute to the wiki

  1. Clone this wiki with https://github.com/PotatoCraft-Studio/QuickShop-Reremake.wiki.git locally.
  2. Edit it.
  3. Add to git with git add <files/.>.
  4. Create commit with git commit -m <content>.
  5. Create a new repository and push them.
  6. Open a new issue to submit your request and wait for our merge.

Add QuickShop to your project

 <repositories>
  <repository>
    <id>quickshop-repo</id>
    <url>https://repo.codemc.io/repository/maven-public/</url>
  </repository>
 </repositories>
    <dependencies>
        <dependency>
            <groupId>org.maxgamer</groupId>
            <artifactId>QuickShop</artifactId>
            <version>{VERSION}</version>
        </dependency>
    </dependencies>

Current version: Ver
Important: You need to remove v from the version number!