mirror of
https://github.com/iDisaster/GTAConnected.git
synced 2026-03-09 09:55:21 +00:00
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:
37
server.xml
Normal file
37
server.xml
Normal 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>
|
||||
Reference in New Issue
Block a user