Inactive [CHAT] FancyText - Talk/write with format text, and click links through signs & buttons[1.3 R0.1]

Discussion in 'Inactive/Unsupported Plugins' started by dillyg10, Mar 23, 2012.

  1. Offline

    penguinbait

    If you use this with hero chat you can set certain channels to be bold/italic/underlined/strikethrough
     
  2. Offline

    dillyg10

    Oh really :D That is actually pretty cool :).
     
  3. Offline

    penguinbait

    If you want a guide just PM me
     
  4. Offline

    BDKing88

    Hi when I try to put a link It says I don't have permission.(I type: /setsingnlink)But I'm op and have the permission node.. why cant I make it? Can you please help?
     
  5. Offline

    dillyg10

    Hmm.. that seems odd, make sure you gave yourself the right perms.
     
  6. Offline

    BDKing88

    Oh sorry :/ I misspelled the permission... sorry for messing up and thanks for helping! :D Have a great day!
     
  7. Offline

    xGhOsTkiLLeRx

    dillyg10

    First:
    bug report: if you write something and want to say "and" and you the & char for it: -> gets null
    For example, input: Hi, I'm xGhOsTkiLLeRx & live in Germany!
    output: Hi, I'm xGhOsTkiLLeRx nulllive in Germany!

    Patch suggestion:

    (For chat & sign coloring)
    Why don't you use the method, instead of searching for the & char and substring and stuff:

    message = message.replaceAll("&([0-9a-fk-or])", "\u00A7$1");

    What it does:
    replaces all & signs followed by a correct color code (0-9 and a-f, k-o and r) and replaces the & with the § sign -> which is converted to a color automatically by minecraft.

    Hope to see a next version with a fix! :)

    Patch suggestion #2:

    do at onDisable:
    usedSetCmd.clear();
    linkText.clear()

    to prevent memory leaks.

    Patch suggestion #3:
    Instead of storing the player in a HashMap / Map (which can be null if offline -> risk), store only the name (player.getName() ).
    To get the player, use getServer().getPlayerExact(playerName) then make a check if it's null -> yes -> player is offline or invalid; no -> player is online
     
  8. Offline

    Herz3h

    What i meant is i can't change the message from the configuration because after every restard, it writes back the default configuration.
     
  9. Offline

    dillyg10

    Try seeting it while the server is off.

    I'll add in thoes patches the next time i can :).

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

    ashley1992

    When i try to use the link www.acension.info or http://www.acension.info for the links on the signs, it will paste the link in the chat, however when I click it, it doesnt give me the option to go to the link. Its as if only sites that have .com on the end seem to work. Is there something I am doing wrong or does this plugin not support .info domains?

    Regards, ash.
     
  11. Offline

    dillyg10

    Ya, I belive it's only the .com,.co,.org etc. You can use my link shortener www.mctl.co and it will work :).
     
  12. Offline

    dillyg10

    New version! 1.3
    - Added changes to support bukkit 1.3
    - Added /clickstats to view how many times a sign has been clicked!
     
  13. Offline

    Dotapurex1

    You aren't able to change the signlink once it's set? If so please let me know how!
     
  14. Offline

    dillyg10

    Ofc you can :D. Just re-type the command on the sign, and when you do it again it will override the previous link :D.
     
  15. Offline

    Dotapurex1

    Appearently it seems like it doesn't, it just keeps the same link... Could you test this?
     
  16. Offline

    dillyg10

    Hmm... that's very odd, It works fine for me. Try downloading the latest version?
     
  17. Offline

    Dotapurex1

    Okay, i've downloaded the latest version still doesn't change anything. I wanted to changed a sign that already has a link so i retype ./setsignlink [link] and it tells me to right click the sign i want to change, then it says link has been changed. But when i right click the sign again, it gives me the old link instead of the new....
     
  18. Offline

    dillyg10

    :eek:... Uhh, I really have not gotten this bug to replicate. Can you send me a video showing me what your doing?
     
  19. Offline

    Dotapurex1

    Better yet can you show me how you did it? =P
     
  20. Offline

    dillyg10

    Updated to support DillGet
     
  21. Offline

    supernerd2000

  22. Offline

    dillyg10

  23. Offline

    supernerd2000

    Is there a announcement plugin that would support it?
     
  24. Offline

    dillyg10

    Uhh, searchup Auto Announcer.
     
  25. Offline

    daboross

    Could you please put this on bukkitdev?
     
  26. Offline

    dillyg10

    FancyText (v 1.4) works on Minecraft v 1.4.2!
     
  27. Offline

    MCE626

    i got this - (i'm using the latest CB dev build) ---

    Code:
    12:20 PM [SEVERE] Error occurred while enabling FancyText v1.4 (Is it up to date?) 
     
  28. Offline

    dillyg10

    Fix uploaded for 1.4.6
     

Share This Page