Configuration
--// Settings \\--
-- Database configuration
ByYoSe.Config.Host = "" -- Hostname or IP address of the database server
ByYoSe.Config.Port = 3306 -- Port used to connect to the database
ByYoSe.Config.DBName = "" -- Name of the database
ByYoSe.Config.Username = "" -- Username for database access
ByYoSe.Config.Password = "" -- Password for the provided username
-- Language setting for the shop interface (Choose between "fr" for French or "en" for English)
ByYoSe.Config.Lang = "fr"
ByYoSe.Config.CompatipleAdminMode = "ulx" --ulx or sam
-- The following line allows for opening the administrative configuration menu
ByYoSe.Config.CommandAdminConfig = "!adminconfig"
-- Chat command to open the shop interface
ByYoSe.Config.CommandChat = "!boutique"
-- Name of the currency used in the shop (e.g., "Coins")
ByYoSe.Config.NameCoins = "Coins"
-- URL ur SHOP
ByYoSe.Config.URLShop = ""
-- URL ur Discord
ByYoSe.Config.URLDiscord = ""
-- URL of your Steam group
ByYoSe.Config.URLSteamgroup = ""
-- URL ur Web
ByYoSe.Config.URLWeb = ""
Dernière mise à jour