7DTD A21 Serverseitige Scripts - Server-side scripts ⇒ ModInfo.xml Mod Structure
- sx_schaddi
- Site Admin
- Beiträge: 52
- Registriert: Dienstag 21. Mai 2019, 11:41
ModInfo.xml Mod Structure
Example of ModInfo
Code: Alles auswählen
<?xml version="1.0" encoding="UTF-8" ?>
<xml>
<Name value="Some Mod Name" />
<DisplayName value="Official Mod Name" /> <!-- (Required) Name used for display purposes, like shown in the mods UI at some point. -->
<Version value="1.0" /> <!-- (Required) SemVer version of the mod. -->
<Description value="Mod to show format of ModInfo" /> <!-- (Optional) -->
<Author value="sxteam" /> <!-- (Optional) -->
<Website value="" /> <!-- (URL of a website of the mod -->
</xml>