https://github.com/9de/ip-info-plugin
A straightforward Minecraft plugin that provides detailed IP information for connecting players using the ipapi.is service.
https://github.com/9de/ip-info-plugin
Last synced: 7 months ago
JSON representation
A straightforward Minecraft plugin that provides detailed IP information for connecting players using the ipapi.is service.
- Host: GitHub
- URL: https://github.com/9de/ip-info-plugin
- Owner: 9de
- License: mit
- Created: 2024-11-30T11:57:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-30T11:58:28.000Z (over 1 year ago)
- Last Synced: 2025-01-02T21:51:51.980Z (over 1 year ago)
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IP-Info-Plugin
A simple Minecraft plugin that displays detailed IP information for connecting players.
## Description
This Bukkit/Spigot plugin fetches and displays comprehensive IP information when players connect to your server, including location data, VPN detection, and network details.
## Features
- Fetches detailed IP information for connecting players
- Displays connection type (VPN/Proxy/Mobile/Datacenter)
- Shows geographical location (Country/State/City)
- Provides network information (ASN, Company, Route)
- Automatically logs connection details
## Installation
1. Download the .jar file
2. Place it in your server's `plugins` folder
3. Restart your server
## Output Format
The plugin provides information in the following format:
```
IP Information:
General Info:
IP: xxx.xxx.xxx.xxx
Is VPN: true/false
Is Proxy: true/false
Is Mobile: true/false
Is DataCenter: true/false
Location:
Country: [country]
State: [state]
City: [city]
Timezone: [timezone]
Network Info:
Company: [company_name]
Network: [network]
ASN: [asn_number]
Route: [route]
```
## Dependencies
- Bukkit/Spigot server
- Java 8 or higher
- Internet connection for API calls
## API Usage
This plugin uses the ipapi.is service for IP information. For production use, please ensure you have appropriate API credentials.
## License
MIT License
## Support
For issues and feature requests, please use the GitHub issue tracker.