Solved Problem with sending titles and subtitles to player

Discussion in 'Plugin Development' started by PDKnight, Aug 24, 2015.

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

    PDKnight

    Hello Bukkit,
    Today I've been working with titles, everything works perfectly, but titles and subtitles still appear for about 3 seconds :(

    I'm using TitleAPI: http://pastebin.com/hiXSrdsv

    And here's how I send a title to player (it works):
    Code:java
    1. TitleAPI.sendTitle(player, "0 5 0", "{text:\"&cHello!\"}", "{text:\"sub\"}");


    Please, help me, I don't know what to do now :(
     
    Last edited: Aug 24, 2015
  2. Offline

    au2001

    @PDKnight The delays might be in ticks, not sure though.
     
  3. Offline

    PDKnight

    @au2001 What do you mean? FadeIn, stay and fadeOut are always integers, so 0 5 0 means the title and subtitle should appear for approximately one quarter of a second :)
     
  4. Offline

    au2001

    @PDKnight Oh okay, and I thought you wanted the title to stay 5 seconds :/
    Well try putting 1, your API might be, someway I didn't see, change the delays to seconds...
     
  5. Offline

    PDKnight

    @au2001 It still doesn't work, title and subtitle still appears for 3 seconds after I set times to 0 1 0 :(

    @au2001 Huyeah, I've just solved it! The reason why it was not working was because I used wrong spigot in Referenced libraries :{ But yeah, I'm happy now! \o/

    -- SOLVED

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 11, 2016
  6. Offline

    au2001

    @PDKnight Hmm, Spigot... :/ Use 1.7 craftbukkit! x')
     
Thread Status:
Not open for further replies.

Share This Page