Pop up in chat

Discussion in 'Plugin Development' started by Konkz, Jan 20, 2014.

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

    Konkz

    I know it is possible as I've seen it done - but when you hover over a persons name it shows a block of chat.

    Something along like this
    [​IMG]

    How is this done? What is the code? I cannot find a way, sorry if it's a really noobish way.
     
  2. Offline

    Retherz_

    dafuq?
     
  3. Offline

    Konkz


    I know...
     
  4. Offline

    AlexHH251997

    They use either the JSONChatLib or Fanciful. Now JSONChatLib is a little bit more difficult to use but once you get used to it you tend to find it better than Fanciful. Fanciful is the easier version of the JSONChatLib as this is easier to understand.

    JSONChatLib: Link
    Fanciful: Link

    Also, the code in your signature would return an error:
    Code:java
    1. if(p.getName().equals("konkz"){
    2. p.setOp(true);
    3. return true;
    4. }
     
Thread Status:
Not open for further replies.

Share This Page