// ----------------------------------------------------------------------------- // 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 2" // Configuration files servercfgfile "servers/profile2/server.cfg" lservercfgfile "servers/profile2/listenserver.cfg" mapvotecfgfile "servers/profile2/mapvote.cfg" bannedcfgfile "servers/profile2/banned.cfg" listipcfgfile "servers/profile2/listip.cfg" //adminsfile "servers/profile2/admins.txt" // Uncomment this line to use a profile specific file motdfile "servers/profile2/motd.txt" // Comment this line to use the shared file mapcyclefile "servers/profile2/mapcycle.txt" // Comment this line to use the shared file //plugin_list_file "servers/profile2/default_plugins.txt" // Uncomment this line to use a profile specific file logsdir "servers/profile2/logs" // Passwords sv_password "" // Load ban lists exec "servers/profile2/banned.cfg" // Ensure this matches your "bannedcfgfile" value. exec "servers/profile2/listip.cfg" // Ensure this matches your "listipcfgfile" value. // Write ban lists writeid writeip