Voteban allows the user to specify a player that they wish to have banned from the server. Any player in the adminlist.txt file or is immune from being banned can not be banned (although they can be voted for).
A user can only vote for one player at a time.
This is a console and ‘say’ command.
From the ‘say’ command a menu is shown detailing the players that you can vote for with the current voting status.
How the votes are decided upon is configured in the server vars: -
mani_vote_allow_user_vote_ban 0 // Allow the users to ban players by vote mani_vote_user_vote_ban_mode 0 // 0 = only when no admin on server, 1 = all the time mani_vote_user_vote_ban_percentage 60 // Percentage of votes required from players before kick occurs mani_vote_user_vote_ban_time_before_vote 60 // Time after a new map starts that voting is allowed mani_vote_user_vote_ban_minimum_votes 4 // Minimum number of votes required (override vote percentage) mani_vote_user_vote_ban_time 30 // Time in minutes for the ban, 0 = permanent ban mani_vote_user_vote_ban_type 0 // 0 = ban by ID, 1 = ban by IP, 2 = ban by ID and IP