[MISC/CHAT] Highlighter v0.3 - Get alerted when they're talking 'bout you! (Spout) [1060]

Discussion in 'Inactive/Unsupported Plugins' started by iffa, Jul 24, 2011.

  1. Offline

    iffa

    Highlighter - almost like on IRC
    Version: v0.2

    1. iffa goes to Github and does not know what is going on in-game
    2. PwnerHero needs to ask iffa a question and writes this in the chat:
    "iffa, can you make me an op??? (lol)"
    3. iffa gets a ping (sound) and a voice saying he's been highlighted (optional), and he now knows to go check the game.
    4. iffa answers PwnerHero's question: "PwnerHero, no"
    5. PwnerHero gets an alert aswell.

    Players with permission can add new words they'll be alerted for.
    Highlighter requires Spout, the plugin and the client mod. Players that don't have the client mod wont receive highlights!

    Features:
    • Highlights
    • Toggleable Microsoft Anna voice
    • Configurable alert sound
    Permission node for /highlighter: highlighter.commands

    Download
    Source


    Changelog:
    Version 0.3
    • For spout
    Version 0.2
    • Public release, highlights
    Version 0.1
    • Internalz
     
  2. Offline

    PopoGenie

    Would they have to use your full IGN or can they abbrv?
     
  3. Offline

    iffa

    Well, you can add more strings that alert you. But by using no commands / changing config, full IGN it is.
     
  4. Offline

    nubpro

    What's does IRC stands for?
     
  5. Offline

    iffa

  6. Offline

    nubpro

  7. Offline

    PatrickFreed

    Hell, even I know what IRC means :p
     
  8. Offline

    dark_hunter

    Me too, and I'm no Dev.
     
  9. Offline

    JerriCop

    couldn't you play a 'ping' noise from the noteblocks when someone sends your name instead of needing to have the bukkitcontrib client? I know it's possible somehow.
     
  10. Offline

    gameswereus

    Can you make this work locally? I don't want to be across the world and have tons of people saying my name just to annoy me. Thanks.
     
  11. Offline

    dark_hunter

    Needs to be updated to work with Spout.
     
  12. Offline

    iffa

    Yeah I've been busy. I'll see what I can do in a little while.,
     
  13. Offline

    gameswereus

    Can you make another plugin or maybe in this one, when you get a PM it will make a sound?
     
  14. Offline

    iffa

    Hmm... AFAIK there's no way to tell if a player gets a PM other than making my own PM command for Highlighter.
     
  15. Offline

    Raycrash

    Does this mark your name in the chat red ? (just for yourself).
    Also short names like in "Ray" "Crash" would be a nice addition ;D
     
  16. Offline

    Mercury

    Can someone give me normal sounds like *blink* sounds?
     
  17. Offline

    djrazr

    Irc.. Internet Relay Chat.. :p Kinda Chatroom for kiddies and devs .. xD
     
  18. Offline

    Demon Boy

    The only one problem with this is if the same letters are included in a word you will be notified when the word is spoken but there isn't really a way to fix that unless I add my name with a space full stop comma ect at the end of it. This normally wouldn't be a problem but could be for short names

    Btw great plugin can't wait for more spout additions
     
  19. Offline

    Survivalist

    Suggestion:
    Make it go trough every word in a message
    Code:
    if(word.length >= 3)
        if(playername.toLower().startsWith(word.toLower()))
            highlight();
     
  20. Offline

    iffa

    IIRC I put the source on Github, go make a pull if you wish ;)

    EDIT: http://github.com/iffa/Highlighter
     
  21. I know my users will probably spam others names over and over again so can you add an option to mute "pings" from one person and also mute "pings" from all users.
    Thank you for reading :)

    -Edit 1
    If it is case-sensitive then please disable that. :)
    You are a beast.
     
  22. Offline

    War_Jebus

    I know I might just be clueless or something but How do I use this plugin? It's enabled on my server, but how do I add names to be highlighted (abbreviation and such)
     
  23. Offline

    iffa

    About that... check /highlighter.
     
  24. Offline

    Zarius

    Working great on my 1060 server :) Would like it to be case insensitive, also worried about people spamming - another vote for allowing players to "mute" another player from highlighting them.

    Also, perhaps a "maxpertimeperiod" option where you only get one highlight per 20 seconds?
     
  25. Offline

    iffa

    Maybe.
     
  26. Offline

    Chrisward

    I tried to download this, but apparently the bandwidth had been exceeded. Do you have a mirror I could use?
     
  27. Offline

    iffa

    Oh yeah, I forgot to mention it got taken down. Here is a mirror.
     
  28. Offline

    Chrisward

  29. Offline

    BrandonHopkins

    Download broken. Upload it to mediafire or some other external one.

    @iffa
     
  30. Offline

    iffa

    Unfortunately reading is not that hard.
    [​IMG]
     

Share This Page