This repository was archived by the owner on Aug 2, 2026. It is now read-only.
MotorTownMods v0.7.5
Add options to toggle in-game UI elements
UI toggle commands:
toggleminimap- Toggle the mini map visibilitytogglequest- Toggle the quest list visibilitytoggledrivinghud- Toggle the entire vehicle HUD visibility including the control helpertogglecontrolhelper- Toggle the control helper visibilitytogglehotbar- Toggle the hotbar visibilitytoggleplayerlist- Toggle the player list visibilitysethotbarposition <position>- Set the hotbar position on-screen. Options aredefaultandcenter.
These commands are persistent and will be restored on every time you join a game.
New moderation tool - popup message!
You can now send messages that pops up on specific player(s) screen or to everyone with POST /messages/popup.
Bugfixes & optimization
- Fix #39 due to malformed
userdatawhile getting the vehicle list - Fix README
MOD_SERVER_PORTnot updated with the config - Build file size is now smaller
shared.zipbuild step will be skipped if previous workflow ran successfully, saving build time- Player controller can now be correctly identified with unique net ID
- More robust stack trace error logging
- Documentations are now segregated for easier maintenance and readability
- Webserver is now a singleton object and won't be duplicated