Ok, so there is the plugin VPNGuard. Only problem is, VPNGuard causes my server to crash. So, I need someone to make a very simple plugin that only has one purpose: to check every player who joins the server and make sure they are on a VPN by using an API.
I have an paid API key to Xioax Host Blocker. I want every player's IP to be checked using the API. Should be pretty simple to do.
http://tools.xioax.com/networking/ip/{ip}/{api}
and it will return with
if host-ip is true then deny them access to server.
I am willing to pay $5 but I need the plugin to be made FAST. As in, made within 2 days. PM me if interested
I have an paid API key to Xioax Host Blocker. I want every player's IP to be checked using the API. Should be pretty simple to do.
http://tools.xioax.com/networking/ip/{ip}/{api}
Code:
{ip} - replaced with player's IP
{api} - replaced with API key [that I will provide]
and it will return with
Code:
"status": "success",
"host-ip": true,
"org": "Digital Ocean, Inc.",
"cc": "US"
if host-ip is true then deny them access to server.
I am willing to pay $5 but I need the plugin to be made FAST. As in, made within 2 days. PM me if interested
