GeoIPTools
GeoIPTools
GeoIP database library for Bukkit.
Features:
- Supports the GeoIPCountry, GeoIPCity and GeoIPv6 databases.
- Databases are downloaded automatically and auto updated.
- Auto update can be disabled or delayed (in days).
- Databases are only loaded when a plugin requests it.
- The user can specify from where the databases will be downloaded.
- The user can specify a path to his own database files (download and auto update feature will be disabled in this case).
- Permissions via SuperPerms (Bukkit inbuilt permissions).
- Anonymous statistic reporting to mcstats.org.
Installation | Commands | Developers | Changelog | Github
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk. - Dev Builds
-
View User Profile
-
Send Message
Posted Feb 29, 2012@Felix06
See my below post; or:
Here's a CraftBukkit 1.1-R6 compatible version: (v0.4) It also downloads databases asynchronously.
http://dl.dropbox.com/u/29314740/Plugins/GeoIPTools.jar
(Still under Apache License, Version 2.0, with required filechange notifications.)
-
View User Profile
-
Send Message
Posted Feb 29, 2012Will you be updating?
-
View User Profile
-
Send Message
Posted Feb 28, 2012@thernztrom
If I do, It will only be to maintain it. I don't have the time to add new features or anything, with the exception of possible performance improvements.
Also, my version (0.4) downloads the GeoIp files Asynchronously, your very welcome.
-
View User Profile
-
Send Message
Posted Feb 27, 2012@Fishrock123
Thanks!
Are you planning on forking this if the author never shows up to update it?
-
View User Profile
-
Send Message
Posted Feb 25, 2012Well, since this was seemingly left to die, here's a CraftBukkit 1.1-R5 compatible version:
http://dl.dropbox.com/u/29314740/Plugins/GeoIPTools.jar
(Still under Apache License, Version 2.0, with required filechange notifications.)
-
View User Profile
-
Send Message
Posted Feb 23, 2012Does your plugin work with the new event system?
-
View User Profile
-
Send Message
Posted Feb 17, 2012It looks (or looked) promising but somehow it can't determine my country, while its shown on http://www.geoiptool.com/ :S
-
View User Profile
-
Send Message
Posted Jan 4, 2012Are downloads done in a separate thread? When I tried to install my server refused to respond for several minutes while the city database downloaded.
-
View User Profile
-
Send Message
Posted Dec 24, 2011Guys, it's impossible to add hamachi IP's, because that service uses addresses that can't exist on the normal internet.
-
View User Profile
-
Send Message
Posted Dec 20, 2011@th3controller
MCDocs support this, I think.
-
View User Profile
-
Send Message
Posted Dec 11, 2011@wolnavi
It will not work with Hamachi!
-
View User Profile
-
Send Message
Posted Nov 27, 2011hey do you mind adding in hamachi IP's cause my is unknown and my friend is from europe(hamachi ip) but he and me are actually from singapore so if u dun mind, update it for hamachi as well. thanks
-
View User Profile
-
Send Message
Posted Sep 29, 2011@th3controller
There are a few plugins that use the Maxmind GeoIP database to determine the the real life location of a player. Each of these plugins has to load a separate instance of the database into RAM which needs up to 30 MB for each. The goal of this plugin is to load the database only once and funnel all look ups through it to save RAM. So far EasyBan and CountryLoginMessage support this plugin. IceGeoIP wants to add support "sometimes" in the future
-
View User Profile
-
Send Message
Posted Sep 29, 2011What is the point of this plugin anyways? It looks interesting.