Skip to content
This repository was archived by the owner on Aug 2, 2026. It is now read-only.

MotorTownMods v0.10.2

Choose a tag to compare

@github-actions github-actions released this 05 Aug 08:31
· 28 commits to main since this release

New endpoints!

  • GET /companies/*/depots - List the company-owned depots
  • GET /companies/*/depots/* - List specific company-owned depot
  • GET /delivery - List currently active deliveries
  • GET /delivery/* - List specific active delivery
  • DELETE /players/*/gameplay/effects - Delete active gameplay effect on selected player

New webhooks

  • ServerCreateCompany
  • ServerCloseDownCompany
  • ServerRequestJoinCompany
  • ServerDenyCompanyJoinRequest

Bugfixes

  • Fix GET /companies will return just companies, instead of needing to specify the filter
  • Fix POST /players/<id>/teleport not actually teleport player
  • Fix ServerCargoArrived returning empty cargo list