Skip to content

Installation

Ghost_chu edited this page Dec 13, 2019 · 5 revisions

Initial Setup

  1. Download the QuickShop latest build jar file from QuickShop-Releases .
  2. Navigate to your plugins directory. This is usually is /plugins/. Then place the QuickShop jar in this directory.
  3. Fully stop & start your server, and allow the default configuration to be generated.
  4. Read the example config file example.config.yml comments, it will tell you how it works for sections. Don't direct edit example.config.yml it will reset everytimes plugin loaded.
  5. Open config file config.yml and do anythings you want.
  6. After editing, execute /qs reload to let quickshop reload. (Some feature may require Full Server Restart).

Requirements

QuickShop has a few requirements. The vast majority of servers will meet these requirements already.

Java 8

QuickShop require Java8 runtime, it won't works on 7 or older. Make sure you using Java8.
It should works on higher version, but we didn't tested.

Spigot/Paper or them forks

QuickShop use the Spigot-API, you can't run plugin on CraftBukkit.

Minecraft Versions

Must is 1.13.2 or higher version. If you running QuickShop on known unsupported minecraft version, QuickShop will do nothing and you will get a alert message when you execute /qs commmand.

Clone this wiki locally