-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Server][Feature Request] Create connection whitelist/blacklist ability #45
Comments
Good plan in case someone attempt too many downloads. |
A suggestion: utilize the banned-ips.json and whitelist.json of the minecraft server itself, if possible. (Griefers likely to abuse something like this = also likely candidates for bans... If an IP is banned from the server, maybe this should also treat it as banned.) |
Tis a good idea, could add a check for the existence of said files and pull in values present |
Work to be done:
|
Added support for using Minecrafts banned-ips.json. You should be able to either add entries manually to it or use server commands to ban addresses. Still need to plug in the whitelist.json file. |
Closing in favor of #216 |
Might as well allow the server to refuse connections
The text was updated successfully, but these errors were encountered: