Map cursor, change color of players

Discussion in 'Plugin Development' started by clavat, Jul 15, 2012.

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

    clavat

    Hi, i would like to change the color of cursor for the map item,

    See an exemple :
    [​IMG]
    Here the cursor is white, is it possible to change to red if i'm admin so ? (with permissions i think)

    Need mod client ?
     
  2. I think you can chance something whit the mapview
    try looking up this: http://jd.bukkit.org/apidocs/index.html?org/bukkit/map/MapCursor.Type.html
    never used it actually, so I would happy if you share the code if you made it working
     
  3. Offline

    Kodfod

    http://jd.bukkit.org/doxygen/d9/de6/classorg_1_1bukkit_1_1map_1_1MapCursor.html

    is a little better looking and more understandable for some people =P

    MapCursor().setType();

     
  4. Offline

    clavat

    Yes i have seen API, but how to get the good cursor for just one player ? and set it red.

    In the API i never seen getter for player attached.
     
  5. Offline

    clavat

  6. Offline

    chaseoes

    down ?
     
  7. Offline

    clavat

    up ?
     
Thread Status:
Not open for further replies.

Share This Page