Table of Contents

Setting Simulation Time (POST)

Sync the Minecraft game time to Transport Simulation Core.

Note: The example endpoint sets the time for all dimensions at once, which is probably the desired behaviour.

Schema Reference

Example Endpoint

http://localhost:8888/mtr/api/operation/set-time?dimensions=all

Field Explanation

Example Request Body

{
    "gameMillis": 300000,
    "millisPerDay": 1200000,
    "isTimeMoving": false
}