{ "id": "auto-unfollow-followme", "title": "AutoFollow / AutoUnfollow", "description": "Let tokens follow other tokens, and automatically break following when combat starts or a token teleports. A Foundry v14 compatible replacement for Follow Me! with built-in auto-unfollow.", "version": "1.0.6", "authors": [ { "name": "SageFather", "url": "https://github.com/sagefather" } ], "esmodules": [ "scripts/main.mjs" ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" } ], "url": "https://github.com/sagefather/auto-unfollow-followme", "manifest": "https://raw.githubusercontent.com/sagefather/auto-unfollow-followme/main/module.json", "download": "https://github.com/sagefather/auto-unfollow-followme/releases/latest/download/auto-unfollow-followme.zip", "readme": "README.md", "license": "MIT", "compatibility": { "minimum": "12", "verified": "14" }, "relationships": { "conflicts": [ { "id": "FollowMe", "type": "module", "reason": "AutoFollow / AutoUnfollow fully replaces Follow Me!. Running both at once will double-bind the follow keybind." } ] } }