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
This commit is contained in:
Claude
2026-01-10 23:13:58 +00:00
parent 5b763de35a
commit c24c883252
15 changed files with 2314 additions and 1 deletions

37
server.xml Normal file
View File

@@ -0,0 +1,37 @@
<?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>