This repository was archived by the owner on Aug 2, 2026. It is now read-only.
MotorTownMods v0.5.14
New REST API endpoints
- POST
/dealers/spawn- Spawn a vehicle dealer spawn point - POST
/houses/spawn- Spawn a house plot for sale - GET
/garages- Get all garage instances in-game. - POST
/garage/spawn- Spawn a garage instance at given location.
Both assets spawned using the endpoints above can be despawned with POST /assets/despawn using the returned tag/GUID.
New webhook events
- Player joined an event
- Player left an event
Code improvements
- Reuse the now synchronous
SpawnActormethod throughout all codebase from #17
Breaking changes
All keybindings and console commands under asset, property and vehicle managers now require the socket module to be installed to use. This allows the asset spawner to be executed synchronously, providing a consistent response to the REST API endpoint.