This repository was archived by the owner on Aug 2, 2026. It is now read-only.
MotorTownMods v0.8.9
New endpoints!
GET /companies- Get the list of currently active companies & corporationsGET /characters- Get the list of characters in game, NPC includedPOST /messages/announce- Post an announcement in-game with optional pinningPOST /command- Execute console command on the serverPOST /players/<uniqueId>/teleport- Teleport a player's pawn to the desired locationPATCH /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.