/trackers

Set up periodically sent updates on map progress.

Requirements

  • Bot can send messages to logs channel - to send the map info.
  • Bot can send messages to target channel - to send the map info.
  • Bot can attach files to logs channel - to post images/files when/if required.
  • Bot can attach files to target channel - to post images/files when/if required.
  • User can use application commands - so that the user is able to view the bot's commands.
  • User must have MANAGE SERVER or ADMINISTRATOR level permissions - since it's a restricted command.

What It Does

/trackers is a command which lets you set up and manage automatic periodic mapinfo updates on the game. There's a total of 6 subcommands, each providing a different function:

  • /trackers options - shows the available options for the command.
  • /trackers list - lists all trackers you have created.
  • /trackers create - creates a new tracker with the specified parameters.
  • /trackers edit - edits an existing tracker.
  • /trackers delete - deletes a tracker.
  • /trackers send - sends an update immediately for a specific tracker.

This command lets you handle trackers in exclusively your current server. This command is limited to up to 3 trackers per server only, allowing up to 4 different games to be tracked per tracker. In total, you can track up to 12 different games across all your trackers (take into account games in a tracker will run at the same time, and will make use of the same options).
The parameters can and should be combined. Make sure to check the list of options, since it's not the same as the one the /mapinfo command makes use of.
Keep in mind this command identifies trackers by their ID, which is a random combination of numbers and letters (e.g. 6850ace7ee6e96322901726b).

Parameters & Subcommands

Parameter Type Required? Description
/trackers options
No parameters required
/trackers list
No parameters required
/trackers create
title Text ✔️ Name with which you will know the tracker.
target_channel Text Channel ✔️ Destiny channel where the tracker will post updates.
logs_channel Text Channel ✔️ Channel where update logs will be sent. This might be spammy so it's recommended to keep it private.
interval Frequency Time ✔️ Time to wait between updates (e.g. 30m, 12h, 1d, 1d 12h). Minimum is 10 minutes.
time Hour:Minute ✔️ UTC time today for when the first update will be sent. UTC!
game_ids GIDs ✔️ Games the tracker will sent updates for. If more than one, split with commas.
options List of options ✔️ Must include one or more of the following options:
Show all options
  • --i – Intro text: basic map/game info such as players, day change and map name.
  • --cm – Countries map: color provinces by owner.
  • --coam – Coalitions map: color provinces by coalition.
  • --sm – State map: highlight AI/banned/premium players.
  • --mm – Morale map: shade by province morale.
  • --ps – Production stats (text graphs).
  • --r – Ranking (text + Excel).
  • --ks – Kills/Deaths (text).
  • --rg – Resource graphs (player + coalition).
  • --kg – Kills/Deaths charts (images).
  • --nnb – Hide nation borders.
  • --npb – Hide province borders.
  • --npco – Hide province connections.
  • --npce – Hide province centers.
  • --nbg – No background.
  • --npc – No province coloring.
game Game Title ✔️ The game these maps belong to. Supremacy 1914, Call of War 1942 or Iron Order 1919.
/trackers edit
id Tracker ID ✔️ Identifier of the target tracker.
interval Frequency Time Optional Time to wait between updates (e.g. 30m, 12h, 1d, 1d 12h). Minimum is 10 minutes.
game_ids GIDs Optional Games the tracker will sent updates for. If more than one, split with commas.
enabled True/False Optional Whether to leave the tracker active or inactive.
options List of options ✔️ Must include one or more of the following options:
Show all options
  • --i – Intro text: basic map/game info such as players, day change and map name.
  • --cm – Countries map: color provinces by owner.
  • --coam – Coalitions map: color provinces by coalition.
  • --sm – State map: highlight AI/banned/premium players.
  • --mm – Morale map: shade by province morale.
  • --ps – Production stats (text graphs).
  • --r – Ranking (text + Excel).
  • --ks – Kills/Deaths (text).
  • --rg – Resource graphs (player + coalition).
  • --kg – Kills/Deaths charts (images).
  • --nnb – Hide nation borders.
  • --npb – Hide province borders.
  • --npco – Hide province connections.
  • --npce – Hide province centers.
  • --nbg – No background.
  • --npc – No province coloring.
/trackers delete
id Tracker ID ✔️ Identifier of the target tracker.
/trackers send
id Tracker ID ✔️ Identifier of the target tracker.

Examples

List Options
/trackers list
Map Options Cheatsheet

Use any of these flags (space-separated) to control what the bot draws/sends:

  • --i – Intro text: basic map/game info
  • --cm – Countries map: color provinces by owner
  • --coam – Coalitions map: color provinces by coalition
  • --sm – State map: highlight AI/banned/premium players
  • --mm – Morale map: shade by province morale
  • --ps – Production stats (text graphs)
  • --r – Ranking (text + Excel)
  • --ks – Kills/Deaths (text)
  • --rg – Resource graphs (player + coalition)
  • --kg – Kills/Deaths charts (images)
  • --nnb – Hide nation borders
  • --npb – Hide province borders
  • --npco – Hide province connections
  • --npce – Hide province centers
  • --nbg – No background
  • --npc – No province coloring
Create Tracker
/trackers create title: Example tracker target_channel: #updates logs_channel: #logs interval: 12h time: 23:00 game_ids: 10158551, 9758452, 10134784 options: --cm --mm --coam --sm --ps --ks --rg game: Supremacy 1914
Task 686182412c29c96685af5038 created!
  • Title: Example tracker
  • Every 12h, first at 23:00 UTC
  • Games: 10158551, 9758452, 10134784
  • For Supremacy 1914
  • Options: --cm --mm --coam --sm --ps --ks --rg
  • Posts in #updates (logs in #logs)
List Trackers
/trackers list
Tracking Tasks for Your Server
Trackers set up in the current server:
6850ace7ee6e96322901726b — 10035927
  • Interval: Every 1d
  • First run: UTC 20:00
  • Next run: June 29, 2025 10:00 PM (in 48 minutes)
  • Games: 10035927
  • For: Supremacy 1914
  • Options: --cm
  • Last sent: never
  • Status: 🛑 Disabled
686182412c29c96685af5038 — Example tracker
  • Interval: Every 12h
  • First run: UTC 23:00
  • Next run: June 30, 2025 1:00 AM (in 4 hours)
  • Games: 10158551, 9758452, 10134784
  • For: Supremacy 1914
  • Options: --cm --mm --coam --sm --ps --ks --rg
  • Last sent: never
  • Status: ✅ Active
Forcefully Send Tracker
/trackers send id: 686182412c29c96685af5038
✅ Sent update for task 686182412c29c96685af5038.
Edit Tracker
/trackers edit id: 686182412c29c96685af5038 enabled: False

... or maybe:

/trackers edit id: 686182412c29c96685af5038 options: --cm --mm --coam --sm --ps --ks --rg --kg interval: 1d game_ids: 10158551, 9758452, 10134784
✅ Task 686182412c29c96685af5038 updated.
Delete Tracker
/trackers delete id: 686182412c29c96685af5038

Are you sure you want to delete task 686182412c29c96685af5038 (“Example tracker”)?

✅ Task 686182412c29c96685af5038 deleted.

Demo Video

Example of some /trackers usages in Discord.

Additional Notes

  • Make sure the bot has all permissions required.
  • If the maps fail to generate, check the logs to see what's going on.
  • Any further questions can be answered in the Official Server.

See Also

/mapinfo, /mapvid