// -----------------------------------------------------------------------------
// Anything you place in here will be specific to this server profile only. You
// should set a pointer to this file in command parameter "+servercfgfile" to
// ensure it gets loaded.
// -----------------------------------------------------------------------------



// **********************
// Anything you put next could get overridden by the shared configuration file
// **********************



// **********************
// Load shared configuration
// **********************

exec "servers/server.cfg"



// **********************
// Anything you put next will override the shared configuration file
// **********************

// Essentials
hostname "Sven Co-op multi-server: Example Profile 3"

// Configuration files
servercfgfile "servers/profile3/server.cfg"
lservercfgfile "servers/profile3/listenserver.cfg"
mapvotecfgfile "servers/profile3/mapvote.cfg"
bannedcfgfile "servers/profile3/banned.cfg"
listipcfgfile "servers/profile3/listip.cfg"

//adminsfile "servers/profile3/admins.txt"		// Uncomment this line to use a profile specific file
motdfile "servers/profile3/motd.txt"			// Comment this line to use the shared file
mapcyclefile "servers/profile3/mapcycle.txt"		// Comment this line to use the shared file
//plugin_list_file "servers/profile3/default_plugins.txt"	// Uncomment this line to use a profile specific file

logsdir "servers/profile3/logs"

// Passwords
sv_password ""

// Load ban lists
exec "servers/profile3/banned.cfg"	// Ensure this matches your "bannedcfgfile" value.
exec "servers/profile3/listip.cfg"	// Ensure this matches your "listipcfgfile" value.

// Write ban lists
writeid
writeip
