[SUGGESTION] /friend requests

Discussion in 'Suggestion Box Archives' started by Tahitan, Jan 25, 2016.

  1. Hello,



    As you see in the image I myself often get confused when seeing the t behind the /friend requests. Also its hard to read the to due to one letter being up and one letter being down. I would love to see it changed to:

    You have 1 pending friend requests. Type /friend requests
    to list them.

    Thanks

    -Tahitan :D
    ArkWarrior1 likes this.
  2. (not 100% sure) I think this is a client based error/problem, do to the user itself being able to change the width (and height) of the text box. I don't think I have this particular problem, but ithink my textbox is bigger than yours.

    Solutions:
    - you can fix it for yourself by slightly reducing or increasing the width of the text box.

    - it MIGHT be possible to code so that words won't be cut midway, and just placed to the next line, but I'm not sure about this either. :p
    MrsWishes and Tahitan like this.
  3. broke it out into 2 lines and made 2nd line clickable.

    Util.sendMsg(player, " &bYou have &a" + pendingFriendInvites + "&b pending friend requests. ");
    Util.sendMsg(player, " &bType &f/friend requests&b to list them.", "/friend requests");
    fBuilderS, Pab10S and Tahitan like this.