diff --git a/.env.template b/.env.template index bd7bee5..752faf6 100644 --- a/.env.template +++ b/.env.template @@ -585,3 +585,12 @@ 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 +MODULE_MOD_TCG_VENDORS=0 +MODULE_WOW_LIBRE_CMS=0 +MODULE_WOW_LIBRE_REALM=0 diff --git a/config/module-manifest.json b/config/module-manifest.json index eea3bbb..0e882a3 100644 --- a/config/module-manifest.json +++ b/config/module-manifest.json @@ -5881,6 +5881,132 @@ "requires": [], "post_install_hooks": [], "config_cleanup": [] + }, + { + "key": "MODULE_MOD_TCG_VENDORS", + "name": "mod-tcg-vendors", + "repo": "https://github.com/lightninjay/mod-tcg-vendors.git", + "description": "A module to restore the functionality of the TCG and promotional vendors, with various options including Free Redemption, and Custom Code Redemption utilizing a custom Python script to make unique item codes.", + "type": "cpp", + "category": "uncategorized", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "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_WOW_LIBRE_CMS", + "name": "wow-libre-cms", + "repo": "https://github.com/Wow-Libre/wow-libre-cms.git", + "description": "", + "type": "tool", + "category": "tooling", + "notes": "Discovered via GitHub topic 'azerothcore-tools'", + "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": [] + }, + { + "key": "MODULE_WOW_LIBRE_REALM", + "name": "wow-libre-realm", + "repo": "https://github.com/Wow-Libre/wow-libre-realm.git", + "description": "API responsible for managing client and realm data, capable of exporting data to the core.", + "type": "tool", + "category": "tooling", + "notes": "Discovered via GitHub topic 'azerothcore-tools'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] } ] }