[REQ] RepeatMOTD

Discussion in 'Archived: Plugin Requests' started by yttriuszzerbus, Dec 31, 2011.

  1. Offline

    yttriuszzerbus

    Plugin category: [CHAT]
    Suggested Name: RepeatMOTD
    Features: Gives the MOTD to a player who joins, then again to them five minutes later. I currently use AutoMessage to broadcast important messages, but this annoys people who have to see them every, say, 5 minutes. However, an MOTD on its own is too likely to be ignored for important information.
    Ideas for Commands: None needed - a config file on its own is fine.
    Ideas for Permissions: None needed.
    Example config file:
    message: This is an MOTD!
    delay: 300 (Seconds) - the delay doesn't need to be configurable.
    Willing to pay: £4 or £5, by PayPal
    When I'd like it by: Not urgent.
    Similar plugin requests: Couldn't find any.
    Similar plugins: Many MOTD ones, but none with the repeat feature.
     
  2. Offline

    dark navi

    I can probably whip this up. Do you want it to repeat forever or just once after they log in?
     
  3. Offline

    yttriuszzerbus

    Just once after they log in.
     
  4. Offline

    CheeseKeg

    Here you go! :)

    http://craft.cheesekeg.com/dev/RepeatMOTD-0.1.jar

    Permissions:
    • repeatmotd.motd - Permission to show the MOTD on login. (Defaults to everyone)
    • repeatmotd.reload - Permission to reload the plugin configuration. (/repeatmotdreload or /rmotdreload) (Defaults to OPs)
    Command:
    • /repeatmotdreload (alias: /rmotdreload) - Reload the RepeatMOTD configuration.
    Configuration:
    Just run it once and the config.yml will generate.​
      • message - The MOTD message!
      • repeats - The number of times to repeat the MOTD message after the initial sending.
      • delay - The delay (in seconds) between each sending of the MOTD message.
    Example configuration:
    Code:
    message: This is an MOTD!
    repeats: 1
    delay: 300
    I'll probably throw it on BukkitDev in a little bit along with the source and add some functionality.
    Tell me if you experience any problems!


    Happy New Year's Eve!

    - Brandon
     
    yttriuszzerbus likes this.
  5. Offline

    KingWar92

    You should write an official thread !
     
  6. Offline

    yttriuszzerbus

    God that was quick - and it's much more sophisticated than I'd hoped too!
    I can't test it now but I'll try it ASAP tomorrow. Oh and PM me your paypal - I owe you £5
     
  7. Offline

    CheeseKeg

    Okay!

    [​IMG]
     
    dark navi likes this.

Share This Page