Installation - Ghost-chu/QuickShop-Reremake GitHub Wiki

Before installing QuickShop, make sure that your server is at least running version 1.15 as older versions aren't supported.

A legacy version for 1.12 and older may be found here (Thanks to Timtower, Netherfoam, and KaiNoMood)!

  1. Download the latest QuickShop from SpigotMC.
  2. Download the optional depends: NBTAPI, ProtocolLib
  3. Stop your Server and backup everything.
  4. Upload the jars into the plugins folder.
  5. Make sure you have Vault and a compatible Economy plugin installed.
  6. Start the server.
  7. You're Done!

Optional Depends

ProtocolLib

QuickShop uses ProtocolLib to create virtual displays.
Virtual DisplayItem is lag-free, full-async, and doesn't have the risk to dupe items.

NBT API

QuickShop uses NBTAPI to create TranslableCompoments in the Sign, also allowing us to enable the shopItemId advanced feature.

OpenInv

QuickShop uses OpenInv to create EnderChest shops, which allows players to create EnderChest shops and use EnderChest Inventory as a Shop container. (all ender chest shop sharing one Inventory).

PlaceHolderAPI

QuickShop allows server admins to use PlaceHolders in translation but required installing PlaceHolderAPI.

LWC

QuickShop will execute extra checks if the user installed the LWC-Modern plugin to make sure the player won't create the shop on protected containers/blocks.

WorldEdit

QuickShop will auto-removing shops if the user moved/deleted the shop's block using WorldEdit.

BlockHub

QuickShop will execute extra checks if user installed BlockHub plugin to make sure the player won't create the shop in/on protected region/blocks.

For integrations, please check Integration page for more details.