As a server admin, I need to be available for my players. However, I also frequently have other things to do, or technical stuff requires me to do stuff outside of the MC client. To make it easier for me to still help those who need it, I’d like a mod that checks the chat for specific strings and plays a sound notification when it finds a match. I’ve looked around a bit, but the most recent existing one I found went out of development on Christmas Eve 2013. Since I don’t know Java, I have resolved to check whether anyone on here would be willing to make one.
From my limited experience with Python, I would think that a mod like this should be relatively quick and easy to make, but correct me if I’m wrong. I would be eternally grateful if any of you have the time and willingness to do this for me
Proposed base specs:
Check incoming chat messages for specific strings
Play sound on string match
Config file containing the strings to search for
More advanced, but not strictly necessary:
Chrome desktop notification integration; sender and message that triggered a match
I wrote a Denizen script that does that exact thing - it’s a serverside script that plays a sound whenever your username is used, could be customized within seconds to play sounds on any given text. It took less than ten lines.
My point isn’t that you should use my existing script (Unless you already have Denizen installed and want to take advantage of it), but rather that your request is very simple - anyone can make it pretty quickly. If you have any interest in it, I’d recommend you take this as an opportunity to learn basic modding/programming.
It’s already updated to beta if you know where to look. I just don’t make the betas super easy to find because I want people to pass the “initiative test” of finding the beta themselves (because I want feedback on betas).
Hint, my web server is browsable, check the thread.
After a bit of an absence, here I am to reply to all of you
@Xemiru: I already use that, but AFAIK it doesn’t have the sound notifications that were the main reason for my request
@mumfrey: Hm. This would probably have been the most viable option for me if @TBotV63 hadn’t graciously offered his help
@mcmonkey: I don’t have Denizen, no, otherwise I probably would have done that I am aware that it’s simple (see my OP), but Python wouldn’t help me much here. I would prefer to become more proficient in Python first, to avoid getting confused between the two languages. Then there is the fact that someone well versed in Bukkit and Java can do this in almost no time, whereas I’d have to first learn basic Java syntax, then start learning about the Bukkit API. That would take me hours. Normally I would do it regardless, in fact I usually go to great lengths to avoid having to bother others with my needs, but my time is very limited right now - hence the need for this mod at all.
Thank you all for chipping in, though. I’ll admit I didn’t know about the Macros mod