Update ModInfo.xml to V2 format for 7DTD 2.4

This commit is contained in:
Claude
2025-11-23 19:02:29 +00:00
parent ccc831218d
commit 9bd4ab35c5

View File

@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ModInfo> <ModInfo>
<Name value="BotCommandMod"/> <ModInfo>
<DisplayName value="BotCommandMod"/> <Name value="BotCommandMod"/>
<Description value="Intercepts chat messages starting with /bot and logs them to telnet only"/> <DisplayName value="BotCommandMod"/>
<Author value="Claude"/> <Version value="1.0.0"/>
<Version value="1.0.0"/> <Description value="Intercepts chat messages starting with /bot and logs them to telnet only"/>
<Author value="Claude"/>
<Website value=""/>
</ModInfo>
</ModInfo> </ModInfo>