Skip to content

ErrinDev/Velocity-Blacklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is not actively monitored or extensively tested, if you encounter any issues, feel free to open an issue or PR so it can be fixed!

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, navigate to /plugins/blacklist/blacklist.json You should see this:

{"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.

About

Velocity plugin to blacklist players

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages