You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
#Leave this as false if you're not using this feature! QuickShop will ignore the rest of this section.use: true#The default amount of shops a player can create.default: 10#Use old algorithm to calculate unlimited shops into limits.old-algorithm: false#Here you can bind the limit to specific permissions.#Using the same format, you can add as many as you want!ranks:
#Players with quickshop.vip permission can create 20 shops.quickshop:
vip: 20#Players with bar.foo permission can create 40 shops.bar:
foo: 40