Add an Existing types.xml
to Your Server
Many mods ship with a ready-made types.xml
. Follow these steps to merge it safely into your server’s economy:
1. Locate cfgeconomycore.xml
On your server, open $profile/economy
and edit cfgeconomycore.xml
.
2. Add a <file> reference
<file name="mymod/types.xml" type="types" />
3. Upload the file
Place the mod’s types.xml
in the exact relative path you declared (mymod/types.xml
).
4. Restart & Verify
Restart the server and check the RPT log for any economy-related errors.