Everything you need to run and use this server, without leaving the repo.
- commands.md — in-game chat commands (player and admin).
- configuration.md — environment variables, owners and admin levels, maps, and updating.
- features.md — what each bundled app/plugin does, and which apps auto-unload on Trackmania 2020.
- Join it. Find it in the in-game server browser under your
TM_SERVER_NAME, or use the join link the dedicated prints in its logs. - Become admin. Put your login in
PYPLANET_OWNERS(see configuration), or paste the one-time/claim <code>token from the controller logs into chat. - Open the toolbar. Type
//toolbarfor the admin button bar, or//settingsfor the settings window. - Add maps.
//add mx <id>pulls a map from ManiaExchange by its id. - Queue maps. Players open
/listand click a map to jukebox it.
| I want to... | Do this |
|---|---|
| See player commands in game | /help |
| See admin commands in game | //help |
| Skip the current map | //skip (admin) or /skip (start a vote) |
| Add a map from ManiaExchange | //add mx <id> |
| Change a setting | //settings |
| Change game mode settings | //modesettings |
| Run a cup | //cup on |
| Rate the current map | type ++ or -- in chat |
These docs cover this server. For deep dives into PyPlanet internals, writing your own plugin, or the full ManiaScript/GBX background, the upstream project documents it at http://pypla.net/. This is an independent Python 3.12 fork and is not affiliated with the upstream project.