MCTotem docs
Reference

Agent config.yml keys

Every key in plugins/MCTotemAgent/config.yml.

The agent plugin writes its config to plugins/MCTotemAgent/config.yml. You normally touch exactly one key (claim-token) exactly once.

endpoint: "https://mctotem.app"
claim-token: ""
agent-token: ""
action-public-key: ""
redact-player-names: true
KeySet byMeaning
endpointyou (rarely)Where the agent connects. Leave it at https://mctotem.app unless you are on a white-label host that tells you otherwise
claim-tokenyou, onceThe one-time token from the dashboard. The plugin exchanges it at first pairing and clears it automatically
agent-tokenthe pluginThe credential the plugin received at pairing. Do not edit or share it; regenerating the claim token invalidates it
action-public-keythe pluginSet automatically at pairing. Used to verify that incoming actions are genuinely signed by MCTotem
redact-player-namesyou (optional)true by default: player names are removed from log lines on your server before transmission. Set to false to include them. IP addresses are always redacted regardless of this setting

If pairing goes wrong, the fixes are in troubleshooting.

Last updated on

On this page