FaceChat

Discussion in 'Archived: Plugin Requests' started by traipop, Jul 18, 2014.

  1. Offline

    traipop

    Plugin category: Fun

    Suggested name: FaceChat

    What I want: Skin head, Name and text in chat , when you type like
    http://gyazo.com/1b3af163f76b914d5ab37aa46b5c8bdf


    Ideas for commands: No commands needed for this plugin.

    Ideas for permissions: face.chat
    When I'd like it by: ASAP
     
  2. Offline

    fromgate

    traipop
    You need to made 8-line message for every chat message???
     
    Garris0n likes this.
  3. Offline

    Onlineids

    fromgate I think he wants it like a starter message, like the players face will be there.
     
  4. Offline

    OrangeGuy

    A face required many lines to display.. Minecraft doesnt support displaying png in the chat.
     
  5. Offline

    kxpeep93

    its obviously stolen idea from another server (most plugin request are) but it is possible
     
    Tman1115 likes this.
  6. Offline

    fromgate

    I love the idea and I think I can create plugin, but I need more description.

    My suggestion:


    Plugin category: FUN/CHAT

    Suggested name: FaceChat

    What I want: Skin head, Name and text in chat , when you type like http://gyazo.com/1b3af163f76b914d5ab37aa46b5c8bdf

    Ideas for commands: /facechat [TextToDisplay] (aliases /fchat, face)

    Ideas for permissions:
    facechat.join — to display "face" when player joins server
    facechat.commant— to use /facechat commnad

    When I'd like it by: Soon, but I find some free time :)

    Plugin created. But I need sometime to final fixes. Soon I will upload normal version.

    View attachment 21174

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

    timtower Administrator Administrator Moderator

    fromgate Got to love those weird colors XD.
     
    fromgate and ShearsSheep like this.
  8. Offline

    ZodiacTheories

    fromgate

    Wow, you seem in a good mood :p
     
  9. Offline

    traipop

    i ment more when people talked in chat this is a test for my server xD
     
  10. Offline

    timtower Administrator Administrator Moderator

    Well, that would spam your logs and the client chat screen a lot.
     
  11. Offline

    fromgate

    I can add option to show "face" for every chat message, but... I think it's not good idea.
     
    ZodiacTheories likes this.
  12. Offline

    traipop

    but still yolo its a test >.<
     
  13. Offline

    fromgate

    FaceChat

    (Is not uploaded yet to BukkitDev but I will upload it today)

    Here is it:
    https://dl.dropboxusercontent.com/u/64799811/FaceChat/FaceChat.jar

    Commands:
    /facechat reload — reload configuration
    /facecaht [player:<PlayerName>] <Message> — show message

    Permissions:
    facechat.reload — Allows to use /facechat reload command
    facechat.command — allows to use /facechat <Message>
    facechat.command.player — allows to use /facechat player:<PlayerName> <Message>
    facechat.chat — messages of player with this permission will turned to face-messages (you need to enable face-chat mode in config)
    facechat.join — show face-message when player joins server

    Configuration:

    Code:
    face:
      skin-url: http://s3.amazonaws.com/MinecraftSkins/  # URL where to find player skins
      separator: '&8++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++'  # Will be printed before face-message. Set to '' to disable it.
      cache-lifetime-(minutes): 30  # Life time of skin-cache
      default-color: '&e' # Default text color for face-messages
      chat:
        enable-for-chat-messages: false    # enable face-chat mode (
        message-start-line: 3      # Number of start line for text (0 - 7)
        message:  # Message mask %player% - is will replaced with name of player who typed the message
        - '&6&l%player%'
        - +--------------------------------------------------+
        - ''
        - ''
        - ''
        - ''
        - +--------------------------------------------------+
        - '&6&lFaceChat plugin by fromgate'
      join:
        show-join-message: true  # Show message on player join
        remove-default-join-message: true    # Hide bukkit default join message
        message:
        - ''
        - +--------------------------------------------------+
        - ''
        - '&6&l%player%&ejoined the game!'
        - ''
        - ''
        - +--------------------------------------------------+
        - '&6&lFaceChat plugin by fromgate'
    
    facechat.png

    Uploaded to BukkitDev. But we need to wait 2-5 days to approval:
    http://dev.bukkit.org/bukkit-plugins/facechat/

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

    traipop

    fromgate
    can prefix and such not show up?
     
  15. Offline

    fromgate

    traipop
    Mmm... Not sure that I understand you. What prefix you talking about. Now placeholder %player% is replacing with player's name without any prefixes.
     
  16. Offline

    traipop

    like group prefix , and others
     
  17. Offline

    fromgate

    Not supported yet, but it could be easily added. I'll do it soon.
     
  18. Offline

    traipop

    thanks alot :D
    there was something else i thought about
    i setuped the facechat thingy with skript so when people do /gl it does facechat, is it possible to make so that people can toggle face with like /toggleface and it just toggles the faces showing up in the chat at all for the player, so when you do /gl it only shows &b<G> because i use this for a rpg server, and i was thinking of a local chat and a global chat, chat faces are going to be used for global, local is going to reach out for 20 blocks, no faces for local chat at all.
     

Share This Page