Skip to content

BungeeCord plugin to automatically ban users coming from specified IP ranges

Notifications You must be signed in to change notification settings

redwallhp/IPRanger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IPRanger

This BungeeCord plugin is a companion to MCBouncerBungeeCord, designed to automatically ban users connecting from specified IP ranges.

Example Config

IPRanger will accept either a single IP per line in its list, or wildcards with the * character. The sample below affects users connecting from MCLeaks using the IP blocks known at the time of this writing.

api_key: "REPLACE"
message: "Compromised account"

ips:
- "151.80.11.*"
- "164.132.80.*"
- "176.31.75.*"
- "178.33.27.*"
- "91.121.231.*"

Commands

/ipranger-reload - Reload the config file if you have the ipranger.reload permission node

Permissions

  • ipranger.notify - Receive broadcasts when a player is banned

About

BungeeCord plugin to automatically ban users coming from specified IP ranges

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages