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
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?
Mathias Eklund Thanks Mathias timtower I'll just figure it out once the time comes , Its not gonna be impossible too :3
ARCMikey Now that i think about it, I already made a plugin like this, but i didn't change the chat message though xd
I'll do this one. Download | Source Permission: 'chatping.ping' Sound is configurable, case-sensitive. Full list on api docs.
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
I'll do it tomorrow if nobody else can, because this is really easy to do, I don't see why people are struggling :$
TheKomputerKing I didn't struggle; just made a mistake. Feel free to take from my source, or start your own.
Completed! Unfortunately due to other plugins messing with events, it doesn't change their name to green, but instead it says it in chat and plays a sound. ============================== Mentions v1 Link: https://bitbucket.org/TheKomputerKing/mentions/downloads/Mentions.jar Author: TheKomputerKing ==============================
My plugin is not exact, but it is basically want you want. http://dev.bukkit.org/bukkit-plugins/mentioneer/ BloodBacker TheKomputerKing HyVe Sweatyyyy
The player name can be green, it just requires removing the player from the message list and instead sending a custom message.
Or removing him from the message list and send the same event again but with a different colored name, and only to that player
I tried that but Essentials fucked it up and lots of servers use Essentials, so I figured it wouldn't be worth it.
Tried it on lowest priority? Than your plugin will change everything before Essentials gets its hands on it