gunslinger23 / maniadminplugin

Automatically exported from code.google.com/p/maniadminplugin
1 stars 1 forks source link

Add support for ma_ban to allow banning id's that are currently not on the server #137

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, ma_ban only allows to ban players who are on the server currently, 
while writeid allows to ban players not available on the server. The problem 
is, writeid needs RCon rights. So if you want to allow your admins to always 
ban, also if someone left the server, the would need RCon rights, although they 
already got the right to ban

So, we would need a new flag maybe, an "always ban" or maybe "offline ban" 
flag, maybe, basicly just executing writeid instead of ma_ban and adding the 
ban to the banlist.txt (if only time based) and banned_usercfg (if permanent 
ban). That way, it would be possible to allow admins to fully control who can 
ban at what time for how long, without having to hand out RCon rights.

Requested by: nomy & nik
http://www.mani-admin-plugin.com/joomla/index.php?option=com_kunena&func=view&ca
tid=20&id=88952&Itemid=115#88961

Original issue reported on code.google.com by manuel.f...@gmail.com on 6 Jan 2011 at 5:16