chore: sync module manifest

This commit is contained in:
uprightbass360
2026-01-03 09:11:12 +00:00
committed by Deckard
parent 63a088cc0f
commit 9aea5bc41e
2 changed files with 30 additions and 0 deletions

View File

@@ -556,3 +556,5 @@ MODULE_MOD_MATERIAL_BANK=0
MODULE_MOD_PROGRESSION_BLIZZLIKE=0 MODULE_MOD_PROGRESSION_BLIZZLIKE=0
MODULE_MOD_PYTHON_ENGINE=0 MODULE_MOD_PYTHON_ENGINE=0
MODULE_WRATH_OF_THE_VANILLA_V2=0 MODULE_WRATH_OF_THE_VANILLA_V2=0
MODULE_DUELS=0
MODULE_WOW_CORE=0

View File

@@ -5489,6 +5489,34 @@
"requires": [], "requires": [],
"post_install_hooks": [], "post_install_hooks": [],
"config_cleanup": [] "config_cleanup": []
},
{
"key": "MODULE_DUELS",
"name": "Duels",
"repo": "https://github.com/VikasMahajan370/Duels.git",
"description": "\u2694\ufe0f Experience engaging duels with a feature-rich plugin for Paper 1.21+ servers, featuring 1.8 Legacy combat, matchmaking, custom kits, and more.",
"type": "cpp",
"category": "uncategorized",
"notes": "Discovered via GitHub topic 'azerothcore-module'",
"status": "active",
"order": 5000,
"requires": [],
"post_install_hooks": [],
"config_cleanup": []
},
{
"key": "MODULE_WOW_CORE",
"name": "wow-core",
"repo": "https://github.com/Wow-Libre/wow-core.git",
"description": "Complete management platform for private World of Warcraft servers.",
"type": "tool",
"category": "tooling",
"notes": "Discovered via GitHub topic 'azerothcore-tools'",
"status": "active",
"order": 5000,
"requires": [],
"post_install_hooks": [],
"config_cleanup": []
} }
] ]
} }