Skip to content

Use Shop Create Limit Feature

YuanYuanOwO edited this page Aug 2, 2022 · 5 revisions

QuickShop-Hikari Rank limit feature allows you to control how many shops a player can create.

This feature is disabled by default, to enable it, go to plugins/QuickShop-Hikari/config.yml

For example:

limits:
  #Disable these if you're not using them! If this is false, the rest of this section gets ignored.
  use: true
  #The default number of shops a players can make.
  default: 10
  #Use old algorithm to calculate unlimited shops into limits.
  old-algorithm: false
  #Here you can setup shop amount limits with permissions.
  #You can create as many as you like!
  ranks:
    #Players with the quickshop.vip permission can create 20 shops.
    quickshop:
      vip: 20
    #Players with the bar.foo permission can create 20 shops.
    bar:
      foo: 40

QuickShop-Hikari wiki now moved to here:
https://ghost-chu.github.io/QuickShop-Hikari-Documents/

Clone this wiki locally