Sound on Name

Discussion in 'Archived: Plugin Requests' started by Sweatyyyy, Nov 16, 2013.

  1. Offline

    Sweatyyyy

    Plugin category: Chat/sound

    Suggested name: SoundonName

    What I want: When someone says a name in chat - For Example "Sweaty" - the player that name was said will get a sound if the player is online and the name will show up in green ONLY to the actual player

    Ideas for commands: No commands needed for this plugin.

    Ideas for permissions: soundonname.sound

    When I'd like it by: ASAP :D
     
  2. Offline

    ARCMikey

    Sweatyyyy Add my Skype: rikardnos then i could help you with it ;)
     
  3. Offline

    timtower Administrator Administrator Moderator

    Sweatyyyy Not impossible, not easy either.
    ARCMikey How are you gonna do this? Remove the player from the original recipients and then send a new chatevent just for him?
     
  4. Offline

    Mathias Eklund

    This is a good idea :) Might be fun to make ARCMikey good luck :)
     
  5. Offline

    ARCMikey

    Mathias Eklund Thanks Mathias
    timtower I'll just figure it out once the time comes ;), Its not gonna be impossible too :3
     
  6. Offline

    Mathias Eklund

    ARCMikey Now that i think about it, I already made a plugin like this, but i didn't change the chat message though xd :)
     
  7. Offline

    ARCMikey

    Send me it on skype :p, haha jokes.
     
  8. Offline

    ZeusAllMighty11

    I'll do this one.

    Download | Source

    Permission: 'chatping.ping'
    Sound is configurable, case-sensitive. Full list on api docs.
     
  9. Offline

    iCopyright

    when typing someones name, it turns the chat format back to default.

    Photo
     
  10. Offline

    ZeusAllMighty11

    HyVe

    Hmm.... I can't seem to get the proper chat format.. I'll look into a bit.
     
    HyVe likes this.
  11. Offline

    jacklin213

    Someone suggested that to me before on my plugin http://dev.bukkit.org/server-mods/chatalert
    I want to clarify first, that to support a players chat color from any other chat plugin you need to get it from that plugin. You can't use ChatColor.RESET after the username because it will always reset to white. If you try to get the format from event.getMessage() it will be white nevertheless, because chat plugins format this message in event

    For the green username for the individual it's kind of a client side thing, if anyone can do this please tell me
     
  12. Offline

    TheKomputerKing

    I'll do it tomorrow if nobody else can, because this is really easy to do, I don't see why people are struggling :$
     
  13. Offline

    ZeusAllMighty11

    TheKomputerKing

    I didn't struggle; just made a mistake. Feel free to take from my source, or start your own.
     
    TheKomputerKing likes this.
  14. Offline

    TheMcPlayer1997

    Is this a private request or will this be a developed plugin with bug fixes?
     
  15. Offline

    timtower Administrator Administrator Moderator

    Private requests aren't allowed here, so I guess the last one
     
  16. Offline

    TheKomputerKing

  17. Offline

    BloodBacker

    You make people happy +1.
     
    TheKomputerKing likes this.
  18. Offline

    jacklin213

    Wbout my plugin :(
     
  19. Offline

    Famous Guy

    I like yours =3
     
    jacklin213 likes this.
  20. Offline

    DailyLove

  21. Offline

    Jentagh

    The player name can be green, it just requires removing the player from the message list and instead sending a custom message.
     
  22. Offline

    timtower Administrator Administrator Moderator

    Or removing him from the message list and send the same event again but with a different colored name, and only to that player
     
    TheKomputerKing likes this.
  23. Offline

    TheKomputerKing

    I tried that but Essentials fucked it up and lots of servers use Essentials, so I figured it wouldn't be worth it.
     
  24. Offline

    timtower Administrator Administrator Moderator

    Tried it on lowest priority? Than your plugin will change everything before Essentials gets its hands on it
     
  25. Offline

    TheKomputerKing

    Well.... Yeah yeah I so totally wasn't trying highest and default yea yea.






    FML.
     
    timtower likes this.

Share This Page