Hello everybody, here comes my first offical plugin:
Ban IP
Mit diesem Plugin könnt ihr einen Benutzer anhand seiner IP-Adresse bannen.
With this plugin you can ban a user on the basis of its IP address.
Anforderungen/Requirements
adminmod_0.11.3_beta (Neuere versionen nicht getestet)
adminmod_0.11.3_beta (Newer versions not tested)
Beschreibung/Description
Mit !banip <player|pid> bannt ihr den Spieler vom Server. Dessen IP wird in die config/plugins/banned_ips.lst geschrieben.
Sollte ein Spieler mit dieser IP versuchen zu joinen wird dieser erneut gebannt.
With !banip <player|pid> you can ban a player. The player's IP will be written into config/plugins/banned_ips.lst file.
Should a player try to join with this IP he will banned again.
Beispiel/Example
Installation
Speichert die banip.php Datei im Pluginordner und startet den MAM neu.
Save the banip.php file into the plugin folder and restart the MAM.
Konfiguration/Configuration
Zeile 11/Line 11
Falls gewünscht, kann die Art, wie das Plugin mit den Spielern umgeht, geändert werden.
If you want you can edit the mode the plugin handles players with blacklsited ips.
___CHANGELOG___
- uploaded r3
- r4: added feature: $banip_kick_mode (player will be either kicked or banned)
- r5: bugfix: semicolon was missing, remove r4 zip archive
___TODO___
- add reason (command&blacklist)
- add nickname (blacklist)