Features
- IP Banning
- Username Banning
- Ban players that have never joined
- Runs on A Velocity proxy so you only need to set up once
I made this plugin to be a simple way to remove players that you simply don't want. It will log any new IPs / Usernames that the player tries to join with.
Installation
Firstly, create the plugin's directory, called `blacklistplugin` under /plugins/
Then create a `blacklist.json` in the directory you just created. the contents of the json are listed below:
{"ips":[],"usernames":[]}
if I wanted to blacklist myself I would change the file to reflect this.
{"ips":[],"usernames":["Zippy_Gamer"]}
if I wanted to also blacklist my bedrock account I would change the file to this.
{"ips":[],"usernames":["Zippy_Gamer",".zippy6397"]}
if I then join on either of these accounts the IP will be logged and any future accounts connecting with the same IP will have their username added to the blacklist, And vice-versa.
{"ips":["1.1.1.1","1.1.1.3"],"usernames":["Zippy_Gamer",".zippy6397","Zippy.alt"]}
Save the file and start the proxy.