r5004 - trunk/Docs/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Nov 7 11:14:55 EST 2008


Author: div0
Date: 2008-11-07 11:14:55 -0500 (Fri, 07 Nov 2008)
New Revision: 5004

Modified:
   trunk/Docs/server/server.cfg
Log:
more vote cvars


Modified: trunk/Docs/server/server.cfg
===================================================================
--- trunk/Docs/server/server.cfg	2008-11-07 16:06:58 UTC (rev 5003)
+++ trunk/Docs/server/server.cfg	2008-11-07 16:14:55 UTC (rev 5004)
@@ -69,8 +69,7 @@
 // from the line start and change them to your liking.
 
 //rcon_password "" // you can use rcon if this password is set.  you need to set the same password in your client if you want to issue rcon commands
-//rcon_restricted_commands "" // commands a "restricted" rcon user may use, seperated by space
-//rcon_restricted_password "" // put here the password for a "restricted" rcon user
+//rcon_restricted_password "" // put here the password for a "restricted" rcon user (see below)
 
 //bot_number 0 // number of bots to add
 //skill 1 // the bots skill level
@@ -85,6 +84,11 @@
 //g_maplist_votable_nodetail 1 // when 1, people can't see how many voted for what (to thwart abusive "influential" first votes)
 
 //sv_vote_commands "restart timelimit fraglimit chmap gotomap g_grappling_hook sv_defaultplayer_fbskin_green sv_defaultplayer_fbskin_red sv_defaultplayer_fbskin_orange sv_defaultplayer_fbskin_off endmatch reducematchtime extendmatchtime allready" // players can vote for those commands or use them if they are masters.  You can also add 'kick kickban' to allow players to remove punks with a vote.  In that case it also helps to disable sv_status_privacy
+//sv_vote_commands "" // players can vote for those commands or use them if they are masters.  You can also add 'kick kickban' to allow players to remove punks with a vote.  In that case it also helps to disable sv_status_privacy
+//sv_vote_commands "restart fraglimit chmap gotomap endmatch reducematchtime extendmatchtime allready kick" // players can vote for those commands or use them if they are masters. You canm also add 'g_grappling_hook' for hook voting, and 'sv_defaultplayer_fbskin_green sv_defaultplayer_fbskin_red sv_defaultplayer_fbskin_orange sv_defaultplayer_fbskin_off' for fbskin voting.
+//sv_vote_master_commands "kickban" // add commands masters can use if logged in (NOT for voted masters). You may want to disable sv_status_privacy if using this.
+//rcon_restricted_commands "restart fraglimit chmap gotomap endmatch reducematchtime extendmatchtime allready kick kickban \"sv_cmd bans\" \"sv_cmd unban\" status \"sv_cmd teamstatus\"" // commands for the (stronger) rcon restricted
+
 //sv_vote_call 1 // 0 will disable the normal voting
 //sv_vote_master 1 // 0 will disable voting to become masters
 //sv_vote_master_password "" // when set, vdo login master will allow you to run votable commands directly using vdo




More information about the nexuiz-commits mailing list