Full View config.management.lua
Preview File Updated: v1.2.0 - 25.01.2025
-- ███╗ ███╗ █████╗ ███╗ ██╗ █████╗ ██████╗ ███████╗███╗ ███╗███████╗███╗ ██╗████████╗
-- ████╗ ████║██╔══██╗████╗ ██║██╔══██╗██╔════╝ ██╔════╝████╗ ████║██╔════╝████╗ ██║╚══██╔══╝
-- ██╔████╔██║███████║██╔██╗ ██║███████║██║ ███╗█████╗ ██╔████╔██║█████╗ ██╔██╗ ██║ ██║
-- ██║╚██╔╝██║██╔══██║██║╚██╗██║██╔══██║██║ ██║██╔══╝ ██║╚██╔╝██║██╔══╝ ██║╚██╗██║ ██║
-- ██║ ╚═╝ ██║██║ ██║██║ ╚████║██║ ██║╚██████╔╝███████╗██║ ╚═╝ ██║███████╗██║ ╚████║ ██║
-- ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝ ╚═╝
---@field AutomaticSellPercentageFromPrice: The percentage of the purchase price for which a player can automatically sell his parking lot.
Config.AutomaticSellPercentageFromPrice = 60
---@field ParkingsLimitPerPlayer: This will limit the number of parking lots owned as business per player.
--[[
-1 = No limit
0 = No parking can be purchased by a player
]]
Config.ParkingsLimitPerPlayer = -1
Last updated
Was this helpful?