[CHAT] TextWrap v1.0.0 - Automatic chat text wrapping to next line [1337]

Discussion in 'Inactive/Unsupported Plugins' started by CraftFire, Apr 6, 2011.

  1. Offline

    CraftFire

    In order to centralize support of our legacy projects, we will no longer be providing support on Bukkit. Please use www.spout.org for support with our projects going forward.
     
    moselekm, dark1256 and PCITJunior like this.
  2. Offline

    JTR1988

    Wow, nice job man. It works great. The text seems to indent on every new line that it implements the text wrap though. Is it possible have it just wrap down to the next line without the indent. Not a big deal or anything, just something to work on for future updates. It works nicely as it is. Great job!
     
  3. Offline

    Wulfspider

    Sure, it can be regular, we just had a preference for it like that. Perhaps an option to do either would be good?
    Will add that to the to-do. :)
     
  4. Offline

    JTR1988

    Exactly what I was thinking! Thanks man
     
  5. Offline

    contex

    I'll release a quick fix for that later today :)
     
  6. Offline

    tha d0ctor

    awesome, this little problem with MC has always annoyed me!
     
  7. Offline

    Treksdot

    I've noticed that when this plugin is installed, CB 617, chat no longer shows in the console nor does it get logged. Working as intended or a bug?
     
  8. Offline

    Wulfspider

    Oops, bug, sorry! Will be fixed in the next version.
     
  9. Offline

    powback

    QUICK! UPDATE! i'll die for this!
     
  10. Offline

    contex

    Working on it, should be fixed by tommrow :)
     
  11. Offline

    powback

    wow, thank you :D
    great plugin btw :D
     
  12. Offline

    CraftFire

    TextWrap v1.0.0 works fine with CraftBukkit 670.

    New features will be added in next version.
     
  13. Offline

    IOn Vash

    it wont wrap more then 1 line so chat ends up looking like this

    IOn_Vash: first line is normal
    secondline is like this though it g
    ets cut off.

    also this plugin breaks name colors when used with ichat
     
  14. Offline

    Wolfy9247

    Does this plugin work with previous versions of Bukkit such as b617?
     
  15. Offline

    Treksdot

    Yes, 1.0.0 works with 617.
     
  16. Offline

    contex

    Thanks for reporting! Will fix that for the next version.

    Yes it does, nothing was changes between b617 and b670 that caused issues for this plugin :)
     
  17. Offline

    Wolfy9247

    I'm currently running HeroChat v4.8.11 with CraftBukkit build 617 and it seems that whenever I start my server with both this plugin and the latest version of HeroChat enabled that anything in the chat will be placed twice, once in regular server chat and the other in HeroChat. If this is in anyway fixable, it'd be appreciated! =)
     
  18. Offline

    contex

    As for now, using this with other Chat plugins is not working, but we're planning to fix that in the near future.
     
  19. Offline

    SeeD419

    Yeah this pretty much broke all our chat colors and no chat is displaying in the console in 617.

    Glad someone finally got around to writing a plugin to do this though.
     
  20. Offline

    niccholaspage

    Do whatever you need to event.getMessage(), then do a replace of event.getFormat() and set the format like this:
    Code:
    String message = event.getMessage();
    //Change it here
    event.setFormat(event.getFormat().replace(event.getMessage(), message);
    
    Doing this will get support for other chat plugins working, but remember to register the event at high or something.
     
  21. Offline

    SeeD419

    *checks for update*

    *sobs*
     
  22. Offline

    Suda

    Is this plugin only causing issues in 617? or is it also versions like 670? I'm using HeroChat btw.
     
  23. Offline

    Wulfspider

    As stated in the original post, it is currently not compatible with other chat plugins. The next version will hopefully fix that. So as of right now, it's either use one plugin or the other, not both.
     
  24. Offline

    Suda

    Ah okay, thanks for answering my question; I wasn't sure because I only saw posts about version 617.
     
  25. Offline

    dirkson

    Can we have this in a wget-friendly url? I don't really have the spare download to be downloading everything to my home PC then uploading it myself to my server.
     
  26. Offline

    Wulfspider

    Already exists, just haven't posted it yet.
    http://craftfire.com/get/TextWrap/jar/direct/
     
  27. Offline

    dirkson

    Awesome, thanks!

    Appears to break the most recent version of ichat - Chat defaults back to how it looked before I installed ichat. It also appears to steal the chat away from CraftIRC

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

    Wulfspider

    Yes, as stated in OP, doesn't work with other chat plugins yet.
     
  29. Offline

    dirkson

    Haha! I didn't see the "todo" above that. I thought you were bragging about your compatibility :D
     
  30. Offline

    Wulfspider

    Haha, nooo... we only do that with AuthDB :p
    I believe Contex is working on something and will hopefully be compatible with other plugins in the next version.
     

Share This Page