diff --git a/.env.template b/.env.template index bd7bee5..a631b03 100644 --- a/.env.template +++ b/.env.template @@ -585,3 +585,9 @@ MODULE_AZEROTHPANEL=0 MODULE_MOD_CUSTOM_LOGIN=0 MODULE_MOD_FASTFORWARD=0 MODULE_MOD_TOP_ARENA=0 +MODULE_AZEROTHCORE_WOTLK_MCP=0 +MODULE_MOD_ABYSSAL_STORAGE=0 +MODULE_MOD_AUTO_GATHER=0 +MODULE_MOD_MOUNT_FEEDING=0 +MODULE_MOD_MOUNT_SCALING=0 +MODULE_MOD_SHARED_PROFESSIONS=0 diff --git a/config/module-manifest.json b/config/module-manifest.json index eea3bbb..afbcdd1 100644 --- a/config/module-manifest.json +++ b/config/module-manifest.json @@ -5881,6 +5881,90 @@ "requires": [], "post_install_hooks": [], "config_cleanup": [] + }, + { + "key": "MODULE_MOD_SHARED_PROFESSIONS", + "name": "mod-shared-professions", + "repo": "https://github.com/thanhtong89/mod-shared-professions.git", + "description": "Make professions account-wide. Auto-sync skill level and recipes on login and on learning professions.", + "type": "cpp", + "category": "uncategorized", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] + }, + { + "key": "MODULE_MOD_AUTO_GATHER", + "name": "mod-auto-gather", + "repo": "https://github.com/thanhtong89/mod-auto-gather.git", + "description": "Autogathers herbs / ores when nearby, and show both types of nodes on the minimap at all times.", + "type": "cpp", + "category": "uncategorized", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] + }, + { + "key": "MODULE_MOD_MOUNT_FEEDING", + "name": "mod-mount-feeding", + "repo": "https://github.com/claudevandort/mod-mount-feeding.git", + "description": "AzerothCore Mount Feeding module", + "type": "cpp", + "category": "uncategorized", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] + }, + { + "key": "MODULE_MOD_MOUNT_SCALING", + "name": "mod-mount-scaling", + "repo": "https://github.com/claudevandort/mod-mount-scaling.git", + "description": "AzerothCore Mount Scaling module", + "type": "cpp", + "category": "uncategorized", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] + }, + { + "key": "MODULE_MOD_ABYSSAL_STORAGE", + "name": "mod-abyssal-storage", + "repo": "https://github.com/thanhtong89/mod-abyssal-storage.git", + "description": "AzerothCore module allowing auto-deposit to a limitless vault, account wide, with support for auto-withdrawal for crafting.", + "type": "cpp", + "category": "uncategorized", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] + }, + { + "key": "MODULE_AZEROTHCORE_WOTLK_MCP", + "name": "azerothcore-wotlk-mcp", + "repo": "https://github.com/Lingelo/azerothcore-wotlk-mcp.git", + "description": "MCP Server for managing AzerothCore WotLK via SOAP \u2014 enables LLM-powered GM administration through typed tools.", + "type": "tool", + "category": "tooling", + "notes": "Discovered via GitHub topic 'azerothcore-tools'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] } ] }