QuickShop is a shop plugin, that allows players to sell items from a chest with no commands. It allows players to purchase any number of items easily. In fact, this plugin doesn't even have any commands that a player would ever need!
Reremake is a fork for QuickShop NotLikeMe, QSRR has more features and bug fixes.
QuickShop-Reremake makes by Minecraft Server SunnySide Community from https://github.com/KaiKikuchi/QuickShop upstream repo.
Open a new issue here: https://github.com/Ghost-chu/QuickShop-Reremake/issues
Github projects have a "releases" link on their home page. If you still don't see it, click here for QuickShop-Reremake all builds(Beta and Release).
If you're a developer, you can contribute to the QuickShop code! Just make a fork and install Lombok plugin, then make a pull request when you're done! Please try to follow Google Java Style. Also do not increase the plugin version number. Thank you very much!
<repository>
<id>quickshop-repo</id>
<url>https://raw.githubusercontent.com/Ghost-chu/maven-repo/master/</url>
</repository>
<dependency>
<groupId>org.maxgamer.quickshop</groupId>
<artifactId>QuickShop</artifactId>
<version>{VERSION}</version>
<scope>provided</scope>
</dependency>