For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sale Signs

Listed properties show an in-world sale sign at their entry. Sale signs are configured under Config.SaleSign in config.lua.

๐Ÿชง Master Switch

Config.SaleSign.Enable = true

Set to false to hide all sale signs across the server.

๐ŸŽจ Colors

Config.SaleSign.Colors = {
    ForSale      = '20763f', -- green   โ€“ personal SALE
    ForRent      = '2060a0', -- blue    โ€“ personal RENT
    Sold         = 'a02020', -- red     โ€“ after purchase
    BusinessSale = '20763f', -- green   โ€“ agency SALE
    BusinessRent = '1a5276', -- dark-blue โ€“ agency RENT
}

Each entry is a 6-character hex without #. Agency listings get their own colors to distinguish them from personal listings.

๐Ÿง‘โ€๐Ÿ’ผ Agent Name

Config.SaleSign.ShowAgentName = true

Shows the listing agent's character name on the sign. Disable to keep signs anonymous.

โœ… SOLD Sign

When enabled, a brief SOLD sign replaces the listing after purchase. SoldSignDuration is the time in seconds before it's removed (set to 0 to remove instantly).

๐Ÿ“ Render Distance

Metres at which the sign prop is spawned and despawned. Raise for visibility on open streets; lower for performance in dense areas.

Last updated