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

MotorTownMods v0.8.9

Choose a tag to compare

@github-actions github-actions released this 19 Jul 05:01
· 85 commits to main since this release

New endpoints!

  • GET /companies - Get the list of currently active companies & corporations
  • GET /characters - Get the list of characters in game, NPC included
  • POST /messages/announce - Post an announcement in-game with optional pinning
  • POST /command - Execute console command on the server
  • POST /players/<uniqueId>/teleport - Teleport a player's pawn to the desired location
  • PATCH /vehicles & PATCH /vehicles/<id> - Modify a vehicle parameter

Enable webhook selectively!

Each webhook can be enabled for improved performance and usage. See the complete list in webhook documentation.

Faster JSON parser

Improved JSON encode/decode speed with the cjson library for up to 10x faster. Will fall back to the legacy parser if the module is absent.