-
-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Nouridin edited this page Sep 15, 2025
·
1 revision
Welcome, server admin! This guide will walk you through the config.yml file for SuperShop. Here, you can tweak the plugin's settings to best fit your server's economy and playstyle.
This section controls where the plugin stores all its data, like shop locations and items.
-
type: Choose your database type.-
sqlite: The default and easiest option. It stores data in a file within the plugin's folder. Perfect for most servers. -
mysql: A more advanced option for larger servers or server networks. If you use this, you must fill out the settings below.
-
-
host,port,database,username,password: These are your MySQL database credentials. Only needed iftypeis set tomysql.
These settings control the rules for creating and managing shops on your server.
-
max-shops-per-player: Sets the maximum number of shops a single player can own. Set to-1for unlimited. Players with thesupershop.unlimitedpermission can bypass this limit. -
max-items-per-shop: The maximum number of unique item stacks a single shop can hold. This is limited by the chest size, so the max is54. -
allow-cross-world-trading: Iftrue, players can buy from shops even if they are in a different world. -
require-permission-to-create:- If
false(default), any player can create a shop using/shop create. - If
true, only players with thesupershop.createpermission will be able to create shops.
- If
These settings control the /searchbook feature, which allows players to find items for sale.
-
enabled: Set tofalseto completely disable the item search feature. -
max-results: The maximum number of search results that will be shown in the menu. -
search-radius: The maximum distance (in blocks) that the search will look for shops. A high number like10000makes it a global search. -
require-permission:- If
false(default), any player can use the/searchbookcommand. - If
true, only players with thesupershop.searchbookpermission can use it.
- If
-
cooldown-seconds: The number of seconds a player must wait between using the search command. This helps prevent server lag. Players with thesupershop.nocooldownpermission can bypass this.