forked from Ghost-chu/QuickShop-Reremake
-
Notifications
You must be signed in to change notification settings - Fork 74
Home
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!
- Clone this wiki with
https://github.com/PotatoCraft-Studio/QuickShop-Reremake.wiki.git
locally. - Edit it.
- Add to git with
git add <files/.>
. - Create commit with
git commit -m <content>
. - Create a new repository and push them.
- Open a new issue to submit your request and wait for our merge.
<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:
Important: You need to remove v
from the version number!