Authenticated Kick Polls In Server

Post here if you need help setting up your server, etc.
Post Reply
User avatar
LoveBug
Average Program
Posts: 50
Joined: Wed Jun 29, 2011 8:38 pm
Location: England
Contact:

Authenticated Kick Polls In Server

Post by LoveBug »

I want to disallow players to start kick
I want to allow only the authenticated players to start kick polls
Ive looked over wiki but I cannot find a command(s) to do this

Can you help with this please

Thank you.
Image
User avatar
ppotter
Match Winner
Posts: 451
Joined: Sun Sep 28, 2008 12:45 am

Re: Authenticated Kick Polls In Server

Post by ppotter »

ACCESS_LEVEL_VOTE_KICK 15

Or replace "KICK" with SUSPEND or whatever you want.
User avatar
sinewav
Graphic Artist
Posts: 6424
Joined: Wed Jan 23, 2008 3:37 am
Contact:

Re: Authenticated Kick Polls In Server

Post by sinewav »

LoveBug wrote:Can you help with this please, Thank you.
Ok, but only because you said please and thank you.

There is another place besides the wiki for good info on this. It's in your armagetron folder, the file named settings_authentication.cfg.

In there you will find the following:

Code: Select all

# Issuing each vote type also requires a certain access level. By
# default (for unchanged behavior relative to previous versions),
# kick and suspend votes are available for everyone.

ACCESS_LEVEL_VOTE_REMOVE 20
ACCESS_LEVEL_VOTE_KICK 20
ACCESS_LEVEL_VOTE_INCLUDE 2
ACCESS_LEVEL_VOTE_COMMAND 2
Try setting Kick to 15 as ppotter said. You might even want to play around with voting privacy settings too, if your current votes are anonymous. And if you want to see the names of authenticated players, there are settings for that too, ACCESS_LEVEL_HIDE_OF and ACCESS_LEVEL_HIDE_TO.

Read up!
User avatar
LoveBug
Average Program
Posts: 50
Joined: Wed Jun 29, 2011 8:38 pm
Location: England
Contact:

Re: Authenticated Kick Polls In Server

Post by LoveBug »

I already got the anonymous thing worked out but this kick thing was real hard

Thanks again
Image
Post Reply