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| Key | Set by | Meaning |
|---|---|---|
endpoint | you (rarely) | Where the agent connects. Leave it at https://mctotem.app unless you are on a white-label host that tells you otherwise |
claim-token | you, once | The one-time token from the dashboard. The plugin exchanges it at first pairing and clears it automatically |
agent-token | the plugin | The credential the plugin received at pairing. Do not edit or share it; regenerating the claim token invalidates it |
action-public-key | the plugin | Set automatically at pairing. Used to verify that incoming actions are genuinely signed by MCTotem |
redact-player-names | you (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.
Related
Last updated on