Minecraft IPSecurity mod 2026 download
logo
minecraft mod IPSecurity

IPSecurity

Game Version: CB 1.3.2-R0.1
Total Downloads: 4,386
Updated: Sep 1, 2012
Created: Jul 15, 2012
Download IPSecurityDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
IPSecurity v1.1 release 7.65 KB Sep 1, 2012 CB 1.3.2-R0.1 3,384 download IPSecurity IPSecurity v1.1 releaseDownload
IPSecurity v1.0 release 7.62 KB Jul 15, 2012 CB 1.2.5-R4.0 1,002 download IPSecurity IPSecurity v1.0 releaseDownload

Description

Share this:

IP Security

IP Security is a very simple, self-explanatory plugin that can save your server from being exploited if your trusted player's accounts become compromised.

If you are interested in trying the dev features (use hostname for ip) please use the dev builds.

In a nutshell, IP Security will allow you to specify a full IP or IP range that a specified user can log in from. If they log in from another IP, their account will be kicked from the server, and can be banned until you have time to investigate the issue, if you so choose.

IP Security will also de-op all players when they log out, if they have op. You can mark a player as an op in the config, and when they log in under the right IP, they will be given op back, which makes sure that cheaters will have no chance to exploit and use op.

Configuration

#If a player is not listed here, they will be able to log in with no check at all.
players:
  #Restrict access for the user "Test" to ip 127.0.0.1
  Test:
    ip: 127.0.0.1
    #True if player should be opped once they are verified
    op: true
  #Disallow Notch from joining at all
  Notch:
    ip: None
    op: false
settings:
  #True if player should be banned if they fail IP authentication (or are not allowed
  ban-on-wrong-ip: true
  #Reason to kick a player if they fail IP authentication (or are not allowed)
  kick-reason: Nope.

Commands

command description
/ips help Show help page
/ips reload Reload the config.
/ips /ips add [user] [ip] [op(true/false)] Add a user to the config.
/ips remove [user] Remove a user from the config.

All commands require the permission ipsecurity.admin

Comments

Add a comment