I've setup Mani admin plugin on my server and I have edited the rtv settings in mani-server.cfg:
Code:
// 0 = only when no admin on server, 1 = all the time
mani_vote_user_vote_ban_mode 1
// Percentage of votes required from players before kick occurs
mani_vote_user_vote_ban_percentage 60
// Time after a new map starts that voting is allowed
mani_vote_user_vote_ban_time_before_vote 60
// Minimum number of votes required (override vote percentage)
mani_vote_user_vote_ban_minimum_votes 4
// Time in minutes for the ban, 0 = permanent ban
mani_vote_user_vote_ban_time 30
// 0 = ban by ID, 1 = ban by IP, 2 = ban by ID and IP
mani_vote_user_vote_ban_type 0
// Allow rock the vote
mani_vote_allow_rock_the_vote 1
// Defines the vote percentage required to set map
mani_vote_rock_the_vote_percent_required 60
// Time before rockthevote can be started after a new map starts
mani_vote_time_before_rock_the_vote 0
// Number of nominations included in the vote
mani_vote_rock_the_vote_number_of_nominations 4
// Number of random maps chosen from votemaplist.txt
mani_vote_rock_the_vote_number_of_maps 8
// Percentage of players on server required to type rockthevote before
// it starts
mani_vote_rock_the_vote_threshold_percent 60
// Minimum number of players required to type rockthevote before it starts
mani_vote_rock_the_vote_threshold_minimum 1
Yet neither saying rtv, rockthevote or, voteban seems to have any effect. Are there some settings I haven't changed yet that are incorrect?