Home - Ghost-chu/QuickShop-Reremake GitHub Wiki

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/Ghost-chu/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>Ghost_chu</id>
            <url>https://raw.githubusercontent.com/Ghost-chu/maven-repo/master</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!

⚠️ **GitHub.com Fallback** ⚠️