[INACTIVE][CHAT] AutoBroadcast v0.1 - Broadcasts messages at set intervals & supports colors! [210+]

Discussion in 'Inactive/Unsupported Plugins' started by PandemicMinecraft, Feb 1, 2011.

  1. AutoBroadcast

    Version: v0.1

    This plugin broadcasts messages at random intervals (in seconds), that supports colors using their codes!

    To add a new message, go into your plugin folder, then the AutoBroadcast folder and open broadcasts.txt
    Once in there, put your message in this format:

    Code:
    DELAYINSECONDS;COLORCODE;MESSAGE HERE

    Separate each message by a new line.

    Color List:
    Code:
    black, navy, green, teal, maroon, purple, gold, silver, gray, blue, lime, aqua, red, pink, yellow, white
    Those are in order from 0-f, 0 is black, and f is white.


    Features:
    • My plugin supports different lines!
    • It also supports colors!

    Download the plugin: http://www.megaupload.com/?d=NVIPIU6B
    Source Code: http://pastebin.com/7R3S406D
    and
    http://pastebin.com/JkQuNDWv

    Changelog:

    Version 0.1

    • Released the plugin


    Also please note that this is lightly tested with only one person on the server. This plugin may work differently on your server, due to my method of keeping time (player move events). So please experiment with your server and reply to how it works.

    Thanks alot!

    Brandon
     
    mezzamorta likes this.
  2. Offline

    fullwall

    Couldn't you use a TimerTask or ScheduledExecutorEvent to keep track of time? This would be more reliable. For Gastronomic, I used the latter method, and it seemed to work well.
     
  3. Thanks, I'll check that out :)
     
  4. Offline

    WMisiedjan

    Should add commands to set a specific message that shows.

    like /repeatmessage 10 &1 Something happend to our awesome city, Help rebuilding!
     
  5. Offline

    turtlelink2

    so i do....
    Code:
    420;m;Tip #1
    #2
    #3
    #4
    #5
    but it doesnt work....
     
  6. Offline

    FR3QU3NCY

    Works fine for me :) Thanks, just what i was looking for!
     
  7. Offline

    jamietech

    Am I setting for example the first one to be 30 seconds, then the second one to be 60 for example? Or are they both meant to be 30 seconds.
     
  8. Offline

    Theory

    Mine just keeps repeating every 30seconds and ignores the next line...
     

Share This Page