Files
GTAConnectedDocs/server.xml
Claude c24c883252 Add comprehensive GTA IV freeroam server with multiple resources
Features:
- Freeroam resource: Player spawning, basic commands, kill tracking
- Vehicles resource: 100+ GTA IV vehicles with spawn commands
- Admin resource: Full moderation (kick, ban, mute, freeze, etc.)
- World resource: Weather and time control
- Chat resource: Private messages, local chat, roleplay actions
- Teleport resource: 30+ Liberty City locations with waypoints
- Server configuration and comprehensive README documentation
2026-01-10 23:13:58 +00:00

38 lines
988 B
XML

<?xml version="1.0" encoding="utf-8"?>
<server>
<!-- Server Information -->
<servername>Liberty City Freeroam</servername>
<maxplayers>32</maxplayers>
<password></password>
<!-- Network Settings -->
<port>22000</port>
<httpport>22001</httpport>
<announceserver>1</announceserver>
<!-- Game Settings -->
<game>IV</game>
<weather>1</weather>
<time hour="12" minute="0"/>
<trafficdensity>100</trafficdensity>
<civiliandensity>100</civiliandensity>
<!-- Security Settings -->
<anticheat>1</anticheat>
<logfile>server.log</logfile>
<!-- Admin Settings -->
<owner>Server Owner</owner>
<website>https://gtaconnected.com</website>
<!-- Resources to Load -->
<resources>
<resource src="freeroam" />
<resource src="admin" />
<resource src="world" />
<resource src="chat" />
<resource src="teleport" />
<resource src="vehicles" />
</resources>
</server>