[INFO/WEB] RaddaMap v0.3c - Map your players in the real world! [1185]

Discussion in 'Inactive/Unsupported Plugins' started by ekeup, Jun 7, 2011.

  1. Offline

    ekeup

    RaddaMap - Map your players in the real world!
    Version: v0.3c

    Download:
    http://www.raddafiskie.com/RaddaMap.jar

    make maps like this:
    [​IMG]

    How to install?
    Put the plugin in your /plugins folder.

    How do I configure the plugin?
    There is nothing to configure.
    Optional: Add "raddamap.hide" Permissions node to hide players from the map (If you have Permissions)

    Where to find your maps?
    When in game, type /raddamap
    You will be given two web site addresses.
    The first is the address to show locations of your online players.
    The second is the address to show locations of ALL your players.

    How does it work?
    The plugin is very lightweight, all the work is done on my webserver and database server.
    This is why there are ads on the pages.

    Live Example:
    online players : http://www.raddafiskie.com/raddamap/mapon?id=3
    all players: http://www.raddafiskie.com/raddamap/mapoff?id=3

    Changelog:
    v0.3c - corrected bugs in v0.3b
    v0.3b - corrected bugs in v0.3
    v0.3 - fixed servers sharing maps that host on the same IP address
    v0.2 - added "raddamap.hide" Permissions option - to hide a player from the map
    v0.1 - Initial Release

    Todo:
    - Make switching between online/offline maps an option on the map itself
    - Create heavyweight version of plugin (ad-free)
    - Display overall player counts
    - Allow servers with dynamic IPs (changing IPs) to retain their maps between IP changes

    Uses:
    Character image generator @author billiam @version 0.1
     
    Woods likes this.
  2. Offline

    Woods

    DAMN! Love this. Unlike dynmap which I cant get working this is easy to install and no configuration. Love you :) Seriously, no configuring. It gives you two links to a website, you're so awesome.
     
  3. Offline

    KingPin

    very nice idea ekeup :) personally cant use it as im trying to stay off of third party hosted stuff atm, but it looks pretty cool :)
     
  4. Offline

    yakasuki

    hmmm i just found out were 4 ppl live XD all i need are street names and city or town names
     
  5. Offline

    ekeup

    and maybe their real names too :)
     
  6. Offline

    Nathan C

    Holy sh@#

    External website........nvm.
     
  7. Offline

    wiigor

    The offline player map does not seem to work for me anymore, all that gets displayed is a black screen. But the online player map works correctly. It worked for more than a month, what is going on here ?:p
     
  8. Offline

    ekeup

    Can you please post the URL that is not working... Thanks!
     
  9. Offline

    MJBS

    Hey :D, can i make a video about this plugin !!! it is very nice plugin !!, if so , can you posted as the video abouted :D lols:)
     
  10. Offline

    wiigor

  11. Offline

    ekeup

    Fixed!
    Since you're an offline server, you've had people with quotes in their user names, normally not allowed.

    I don't completely understand, but yes you can make a video.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  12. Offline

    MJBS

    Post this video on this page , as demo
     
  13. Offline

    wiigor

    Thanks its working now for me even with the quotes :) very nice.


    Would it be possible to increase the zoom in with a factor 4?

    Because my server is from the netherlands and its a very small densely populated country and all players overlap too much, so individual players cannot be seen.
     
  14. Offline

    ekeup

    No offense, but I'll have to see the video before I put it on here :)
     
    MJBS likes this.
  15. Offline

    wiigor

    I have used this plugin for more than a month, now it works very good, I am really happy with it :) It worked all the time
     
  16. Offline

    MJBS

    I know :D
     
  17. Offline

    jarafo12

    i dont work im form usa i my guy showed up in swiserland
     
  18. Offline

    ekeup

    It happens... most of the time it's very accurate, but some IPs it won't get correct.
     
  19. Offline

    Xertez

    I LOVE YOU. no homo. on another note dont forget to change that 953 to a 1000. I'm definitely keeping this plugin for as long as you live.
     
  20. Offline

    ekeup

    Thanks! I updated the RB number also.
     
  21. Offline

    Perling

    Whoooo thanks !! <3
     
  22. Offline

    Xertez

    lol. okay so now its up to 1060 :p and your still awesome :p. peeps love the dynamap plugin and its quite useful in planning strategies ant contingency planning for when the next war breaks out.
     
  23. Offline

    zecheesy

    How come I show up as a star on the map?
     
  24. Offline

    Xertez

    the star is where the server is beung hosted from:p AKA its physical location.
     
  25. Your plugin is really great but.
    It lags my server, because your http request isn't async, for time of request server freeze.

    2011-09-24 23:00:28 [SEVERE] java.net.ConnectException: Connection timed out
    2011-09-24 23:00:28 [SEVERE] at java.net.PlainSocketImpl.socketConnect(Native Method)
    2011-09-24 23:00:28 [SEVERE] at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    2011-09-24 23:00:28 [SEVERE] at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    2011-09-24 23:00:28 [SEVERE] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    2011-09-24 23:00:28 [SEVERE] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    2011-09-24 23:00:28 [SEVERE] at java.net.Socket.connect(Socket.java:529)
    2011-09-24 23:00:28 [SEVERE] at java.net.Socket.connect(Socket.java:478)
    2011-09-24 23:00:28 [SEVERE] at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
    2011-09-24 23:00:28 [SEVERE] at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
    2011-09-24 23:00:28 [SEVERE] at sun.net.www.http.HttpClient.openServer(HttpClient.java:529)
    2011-09-24 23:00:28 [SEVERE] at sun.net.www.http.HttpClient.<init>(HttpClient.java:233)
    2011-09-24 23:00:28 [SEVERE] at sun.net.www.http.HttpClient.New(HttpClient.java:306)
    2011-09-24 23:00:28 [SEVERE] at sun.net.www.http.HttpClient.New(HttpClient.java:323)
    2011-09-24 23:00:28 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:975)
    2011-09-24 23:00:28 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:916)
    2011-09-24 23:00:28 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:841)
    2011-09-24 23:00:28 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1019)
    2011-09-24 23:00:28 [SEVERE] at me.Raddafiskie.RaddaMap.RaddaSendstats.run(RaddaSendstats.java:58)
    2011-09-24 23:00:28 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
    2011-09-24 23:00:28 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:439)
    2011-09-24 23:00:28 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    2011-09-24 23:00:28 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)


    2011-09-24 23:01:48 [SEVERE] java.net.ConnectException: Connection timed out
    2011-09-24 23:01:48 [SEVERE] at java.net.PlainSocketImpl.socketConnect(Native Method)
    2011-09-24 23:01:48 [SEVERE] at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    2011-09-24 23:01:48 [SEVERE] at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    2011-09-24 23:01:48 [SEVERE] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    2011-09-24 23:01:48 [SEVERE] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    2011-09-24 23:01:48 [SEVERE] at java.net.Socket.connect(Socket.java:529)
    2011-09-24 23:01:48 [SEVERE] at java.net.Socket.connect(Socket.java:478)
    2011-09-24 23:01:48 [SEVERE] at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
    2011-09-24 23:01:48 [SEVERE] at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
    2011-09-24 23:01:48 [SEVERE] at sun.net.www.http.HttpClient.openServer(HttpClient.java:529)
    2011-09-24 23:01:48 [SEVERE] at sun.net.www.http.HttpClient.<init>(HttpClient.java:233)
    2011-09-24 23:01:48 [SEVERE] at sun.net.www.http.HttpClient.New(HttpClient.java:306)
    2011-09-24 23:01:48 [SEVERE] at sun.net.www.http.HttpClient.New(HttpClient.java:323)
    2011-09-24 23:01:48 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:975)
    2011-09-24 23:01:48 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:916)
    2011-09-24 23:01:48 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:841)
    2011-09-24 23:01:48 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1019)
    2011-09-24 23:01:48 [SEVERE] at me.Raddafiskie.RaddaMap.RaddaSendstats.run(RaddaSendstats.java:58)
    2011-09-24 23:01:48 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
    2011-09-24 23:01:48 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:439)
    2011-09-24 23:01:48 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    2011-09-24 23:01:48 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  26. Offline

    ekeup

    Correct, I may update this to a UDP connection...
    Anyway, you only saw this error because I had the server down for a few minutes.
    I've been doing some system changes on it.
     
  27. This seems like fun plugin. will try it when i get home
     
  28. Offline

    Zaonhort

    Getting this error on #1337 RB

    2011-10-27 05:58:54 [SEVERE] java.net.ConnectException: Connection timed out
    2011-10-27 05:58:54 [SEVERE] at java.net.PlainSocketImpl.socketConnect(Native Method)
    2011-10-27 05:58:54 [SEVERE] at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
    2011-10-27 05:58:54 [SEVERE] at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
    2011-10-27 05:58:54 [SEVERE] at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
    2011-10-27 05:58:54 [SEVERE] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384)
    2011-10-27 05:58:54 [SEVERE] at java.net.Socket.connect(Socket.java:546)
    2011-10-27 05:58:54 [SEVERE] at java.net.Socket.connect(Socket.java:495)
    2011-10-27 05:58:54 [SEVERE] at sun.net.NetworkClient.doConnect(NetworkClient.java:178)
    2011-10-27 05:58:54 [SEVERE] at sun.net.www.http.HttpClient.openServer(HttpClient.java:409)
    2011-10-27 05:58:54 [SEVERE] at sun.net.www.http.HttpClient.openServer(HttpClient.java:530)
    2011-10-27 05:58:54 [SEVERE] at sun.net.www.http.HttpClient.<init>(HttpClient.java:240)
    2011-10-27 05:58:54 [SEVERE] at sun.net.www.http.HttpClient.New(HttpClient.java:321)
    2011-10-27 05:58:54 [SEVERE] at sun.net.www.http.HttpClient.New(HttpClient.java:338)
    2011-10-27 05:58:54 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:935)
    2011-10-27 05:58:54 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:876)
    2011-10-27 05:58:54 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:801)
    2011-10-27 05:58:54 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:979)
    2011-10-27 05:58:54 [SEVERE] at me.Raddafiskie.RaddaMap.RaddaSendstats.run(RaddaSendstats.java:58)
    2011-10-27 05:58:54 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
    2011-10-27 05:58:54 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:441)
    2011-10-27 05:58:54 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    2011-10-27 05:58:54 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  29. Offline

    wiigor

    Im getting the same error with the same build #1337 RB, it started today. It made my whole server hang. Only removing your plugin could make the server boot again.

    I think (but maybe im wrong) that a plugin should never let the whole server hang when it cannot connect.
     
  30. Offline

    brandon0852

    dude, the website is down and now my server gives me errors because it can't connect to your website
     
  31. Offline

    MikeA

    This is the EXACT reason for me flaming your thread about you not allowing users to host it on THEIR servers. Your server is down and you said that your server was reliable. It clearly is not.
     

Share This Page