Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: live minecraft map

  1. #1
    Junior Member
    Join Date
    May 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default live minecraft map

    hi
    is there a way i can get a live map of my minecraft server on my website that also allows them to chat from the site to the game using java,
    aswell as, is there a way i can have on my site player stats such as how many blocks has 1 person broken or placed?
    THANKS A TONNE


  2. #2
    Member snowguy13's Avatar
    Join Date
    Nov 2011
    Location
    In Hyrule enjoying a chat with Demise and Ganondorf
    Posts
    339
    My Mood
    Happy
    Thanks
    31
    Thanked 48 Times in 42 Posts

    Default Re: live minecraft map

    That would require you to request information from the game as it runs, which means you would have to write a new class in the game source, which means you'd need the game source code... Other than that, I know of no simpler way.
    Use highlight tags to help others help you!

    [highlight=Java]Your prettily formatted code goes here[/highlight]

    Using these tags makes your code formatted, and helps everyone answer your questions more easily!




    Wanna hear something funny?

    Me too.

  3. #3
    Junior Member
    Join Date
    Nov 2011
    Posts
    19
    My Mood
    Inspired
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default Re: live minecraft map

    There is a way of getting the minecraft game source code (that's how mods are made) which you could edit so it sends data to your website,
    you can use this program to decompile the game code and output source files: Minecraft Coder Pack - Minecraft Wiki
    It also decompiles the server, which will be very useful for what your trying to do, it will be quite hard and I'm afraid I can't help you from there as I'm not very good at modding, you should probably follow some basic modding tutorials to give you an idea of how to do the basics before setting off on this. Good luck!

Similar Threads

  1. Processing Live Video Feed
    By Twez_Nugs in forum Java Theory & Questions
    Replies: 3
    Last Post: July 17th, 2012, 10:18 PM
  2. Minecraft
    By TANKDS in forum Java Theory & Questions
    Replies: 2
    Last Post: February 6th, 2012, 12:16 PM
  3. Minecraft Java game
    By JavaPF in forum The Cafe
    Replies: 0
    Last Post: March 25th, 2011, 09:31 AM
  4. Replies: 0
    Last Post: March 12th, 2011, 11:33 PM
  5. live feeds and jtables
    By petem86 in forum File I/O & Other I/O Streams
    Replies: 2
    Last Post: September 19th, 2010, 08:44 PM