-
-
Notifications
You must be signed in to change notification settings - Fork 57
Use Shop Create Limit Feature
YuanYuanOwO edited this page Aug 16, 2024
·
5 revisions
See: https://quickshop-community.github.io/QuickShop-Hikari-Documents/docs/modules/shops/ranks
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
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
QuickShop-Hikari wiki now moved to here:
https://ghost-chu.github.io/QuickShop-Hikari-Documents/