Skip to content

How to use virtual display item

YuanYuanOwO edited this page Aug 16, 2024 · 5 revisions

This article has been moved to new location

See: https://quickshop-community.github.io/QuickShop-Hikari-Documents/docs/modules/shops/display-system#virtual-displayitem


Download Requires Plugin

You need to install the latest ProtocolLib to enable this feature

How to set

open the plugins/QuickShop-Hikari/config.yml, you should set the display-type to 2
example:

  #The display type you want use.
  #Old mode, ArmorStand (display-type=1) is Outdated and could not be used
  #0=Normal Dropped Item
  #2=Virtual Item (Requires ProtocolLib, fallback to type 0 if ProtocolLib is not installed)
  display-type: 2

Save the config.yml, then restart the server and you're done