Inactive [INFO] AutoMessage v1.5a - Broadcast Automatic Messages [1535]

Discussion in 'Inactive/Unsupported Plugins' started by RedFalKon, Jan 31, 2011.

  1. AutoMessage (Version 1.5a)

    Attention: There is currently an issue with AutoMessage v1.5a on CB Build #1185 which causes duplicate console output, in-game messages are unaffected however, this will be fixed in v1.6.

    A Simple Automatic Message plugin developed upon request from:
    http://forums.bukkit.org/threads/tip-message.2933/

    This Plugin allows multiple messages to be broadcast serverwide at a set interval. The default time between messages is around 20 Seconds. This can be changed in the configuration file "automessages.properties".

    Installation
    1. Copy "plugins\AutoMessage.jar" to your CraftBukkit Server Plugins Directory.
    2. Copy "plugins\automessages.properties" to your CraftBukkit Server Plugins Directory.
    Commands

    • /reloadmsg - Reload the Message Configuration File (OPs Only)
    Adding Messages


    New Messages can be added by creating a new line in the properties file in the form of "msg=[message]".
    Code:
    msg=This is a Sample Message !
    Colours can now be used in messages with the $ prefix
    Code:
    msg=$cHello $eAll!
    Multiple Lines can now also be used in messages with $n

    Code:
    msg=Hello All!$nA New Line
    Colour Codes:
    Show (open)

    Black = $0
    Dark Blue = $1
    Dark Green = $2
    Dark Aqua = $3
    Dark Red= $4
    Dark Purple = $5
    Gold = $6
    Gray = $7
    Dark Grey = $8
    Blue = $9
    Green = $a
    Aqua = $b
    Red = $c
    Light Purple = $d
    Yellow = $e
    White = $f

    To-Do
    • Add Colour Code Support for Messages (v1.1+)
    • Add Per User Message Control (1.6)
    • Add YAML Configuration File Support (1.6)
    • Move Config File to Plugins/AutoMessage Directory (1.6)
    • Add In-Game Message Editing/Viewing Functionaility (1.6)
    • Add Group Permissions Support (1.7?)
    Change Log

    • Versino 1.5a
      • Moved Properties File to Plugins Directory
    • Version 1.5
      • Removed Prior Change (Disable Colour Option)
      • Removed Truncation of Messages (Requires CraftBukkit #406)
    • Version 1.4
      • Added option to disable Colour Codes in messages (allows for untruncated messages)
    • Version 1.3
      • Added Multi-Line Support with $n Delimiter
      • Implemented Fix to Prevent Client and Server Crashes
      • Fixed problem when reading the plugin tag after /reloadmsg
    • Version 1.2
      • Added Colour Code Support for Message Prefix
      • Allowed removal of Message Prefix
      • Added support for message shuffling
      • Added /reloadmsg command to reload config for Server OPs
    • Version 1.1
      • Added Colour Code Support with $ prefix
    • Version 1.0
      • Released AutoMessage 1.0
    Downloads:

    Current CraftBukkit Builds:
    [MC]AutoMessage.zip (Latest Version for CB RB and Current Builds)

    Donations:
    If you like the plugin please consider donating to help withthe production of new features and updates for this and other plugins I develop.

    Donate via PayPal
     
    Chillax_Team, DaEgo, tombik and 5 others like this.
  2. Offline

    blacky5

     
  3. "So many idiots - so few bullets!" =)
     
  4. Offline

    rad1game

    Hi. Can you add support of Cyrillic alphabet?
    When i try use russian letters, i got "[Auto]: ????? ????? ???? ??????? ????" =\
    Be happy if you add my request.
     
  5. Hi, I don't think this is currently possible as the Minecraft Character Map only contains the characters for the English/Latin Alphabet. Until this is supported by the client, it's not possible to view other characters in-game. The plugin should be able to send the correct characters without any modification, however you'll need to wait for a client update which supports the Cyrillic alphabet. Sorry about that.
     
  6. Offline

    rad1game

    99% of russian server little modify server and client, and add support cyrillic alphabet. I can give you this files, if it help you.
     
  7. Offline

    TuRmoiLxx

    Testing it on RB 740. Should work.
     
  8. Offline

    ichingpow

    Yes, it is very basic and will probably work till craftbukkit 1.0 without any problems.
     
  9. Offline

    Plague

    considered inactive
     
  10. Offline

    Kainzo

    Works on 766 - theres not much need to change this much.
     
  11. Thanks for checking that the plugin works, I plan on rebuilding this plugin to adopt the new command handling features of Bukkit and also add some new features to increase usability and reduce the possibility of errors from malformed config files.
     
  12. Offline

    nskjunky

    Did you try to change the file format of the .yml file to UTF-8? This works with german letters (ä,ö,ü,ß, etc)
     
  13. Offline

    rad1game

    My server has UTF-8 encoding for all files. But anyway, I check and say results.
     
  14. Offline

    wasd591

    Had to ask. Can you message me the source? I would like to make something with code similar (but not an auto talker). Thank you!
     
  15. I'm currently rebuilding the plugin, when I've built the revised version I'll make the source available to everyone.
     
  16. Offline

    Gloups

    Hello i tried to config this plugin but the time i set (600= 10mins) doesn't work it stay on 20s

    this is my config x):
    time=300
    prefix=[$2Serveur$f]
    random=false
    msg= Bienvenue sur le serveur.
    msg= Voici l'adresse de notre site: http://celestia.verygames.net
    msg= Pensez a faire des dons pour aider notre serveur :D
     
  17. Offline

    Kainzo

    3 months and still going strong :)
     
  18. Offline

    EdgarsErnsteins

    awesome plugin ty.
     
  19. Offline

    andrewkm

    #848 going great!
     
  20. Offline

    mnopjh

    does it work for #857?

    does the rules pop up in the start.command?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 7, 2016
  21. Offline

    andrewkm

    Hey guys! :)
    Just stopping by to let you know this is working great (AutoMessage 1.5a) on my CB #860!
    Keep up the great work!
     
  22. Offline

    LuigiPeace

    Hey ! This plugin is very practice, good job !
    I'm wondering if it was possible to use MySQL in order to display messages ?
    This way it could be more easy to modify our messages and also allow other people to create/modify/delete messages.
    • We could be able to display messages in-game.
    • And also directly on a Website.
    It could be nice to add this features :p Thanks.
     
  23. Offline

    Hwkeye

    Does this plugin work with the latest CB 860?
     
  24. Yes, this plugin currently supports CB #860, however I will be releasing an updated version of this plugin with more functionality soon.
     
    LuigiPeace likes this.
  25. Offline

    RustyDagger

    This Plugin has to of caused the least problems on my server out of every plugin iv ever used its up there with LWC and World edit. Simply the best.

    I do how ever have a huge feature request.

    i would love to edit the messages from in game do do this you would need a list command that would list all the messages in rotation (with a unique id so they can be deleted) and an add command maybe a swap command as well so you can rearrange the list.

    maybe that is over complex but it would be handy to let my ops set the message with out giving them ftp
     
  26. Thanks for your support, this may be in the next release of the plugin.
     
  27. Offline

    Applebule5

    Great plugin but link is down : S
    -mirror? mediafire/megaupload
     
  28. I've just checked the link and it's still working, just try it again.
     
  29. Offline

    Applebule5

    Sorry must've been me xD
    Its working fine now thanks
     
  30. Offline

    Golgor

    Hi !
    Is it possible to pause the broadcast of the messages ?
    For exemple, I want to show two lines of text the second just after the first one and for that purpose give '1' as argument for the time value. But after the second line is shown, I would like to pause the broadcast for a certain time. That way, I could avoid the loop that would show the messages each second...

    I hope I'm understandable ;-)

    Thanks for your answer !
     
  31. Offline

    Lykkepillen

    It would be nice with a preview command. Either a command that just posts every msg, or works like /msg preview [Line number from automessages.properties]

    I'm having a hard time customizing my messages because i have to wait the whole cycle to view the changes i make.

    Thanks in advance :)
     

Share This Page