A few questions (GeoIP, CountryLogin, IPv6) ..

Discussion in 'Bukkit Help' started by ven000m, Nov 5, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    ven000m

    Hello guys,

    i have a few questions.

    Back to 1.0.1, i was able to use "CountryLoginMessage".
    This plugin showed the Country of a player: "Player from COUNTRY has joined the game."
    But its not working anymore. I've tried GeoIPTools and Essentials.GeoIP, but as response i get "unknown".

    Is there any plugin for this which works with 1.4.2?

    I also need one that shows the Player's IP on Login.

    AND finally, isnt there any way to connect over IPv6 to a minecraft server? My Server and I has IPv6 but getting a family protocol not support :O

    Thanks!
     
  2. Offline

    fireblast709

    ven000m Minecraft runs via IPv4 only as far as I know
     
  3. Offline

    ven000m

    Ok :)

    And what about a "Player from COUNTRY joined the Server" ?
     
  4. Offline

    Quintinity

    I am actually programming an IP locator into the plugin I'm currently programming. If you want, I could possibly code this for you.
     
  5. Offline

    ven000m

    This would be so awesome.

    Could you do this like that:

    Player (from City, Country) (IP) connected.

    Thank you!
     
  6. Offline

    fireblast709

  7. Offline

    ven000m

    Since i'm not able to code, it would be really nice if any of you guys could make this.
    There's a lot people out there who are using a Plugin like that.
    Looking forward to find it in the bukkit.org Plugin list! :)
     
  8. Offline

    ase34

    Java isn't bound to any IP version I think. Try setting the java system network properties in command line like this:

    Code:
    java -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true -jar craftbukkit.jar
    However, the minecraft client can support IPv6 Addresses. There was a IPv6 parsing bug wich was fixed in Beta 1.6, but in the english Minecraftwiki, I can't find that anymore, but I found the bugfix it in the german Minecraftwiki.
     
  9. Offline

    ven000m

    Can you link me to the german Minecraftwiki?
     
  10. Offline

    ase34

  11. Offline

    ven000m

    Thank you.
    So if i'm using

    java -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv6Addresses=true -jar craftbukkit.jar

    It should be work with IPv6 and IPv4 right?
     
  12. Offline

    ase34

    Nope. The java documaentations says "java.net.preferIPv4Stack" should be set to "true", if only IPv4 should be used. But java.net.preferIPv6Addresses would I keep at "true".
     
  13. Offline

    fireblast709

    k, never knew that it would be possible :3
     
  14. Offline

    ven000m

    Still doesnt work :/.
    I think im waiting for the official support.

    fireblast709, did you tried the IPWelcomeCountry Plugin ? :p
     
  15. Offline

    ase34

    Try making a local server, run it with :
    Code:
    java -jar -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true  craftbukkit-1.4.2-R0.2.jar
    and connect in Minecraft with IPv6 Address
    Code:
    [::1]
     
  16. Offline

    Necrodoom

    what message you get when using essentialsgeoip? it never simply outputs "unknown"
     
  17. Offline

    ven000m

    Simply no message comes. When im using 3rd party tools %country code, it response with "unknown".

    Did you made something? :p

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
Thread Status:
Not open for further replies.

Share This Page