Delayed Message Sender

Discussion in 'Plugin Requests' started by MoejoeAw44, Jan 22, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    MoejoeAw44

    I really don't feel this needs the formatting because of how simple it is.
    NAME: pMessage
    Basically I want a plugin where you define a main command in the config, and when you execute this command, a broadcast of delayed messages send out to every player, like /broadcast on Essentials, in some fashion.

    Example Configuration: (KEY, (s) Seconds, (m) Minute, (h) Hour) (\n) Being a line splitter (as intended in default Minecraft), that splits the text to a new line. For example:
    Hi\n There!
    =
    Hi
    There!

    CONFIG:
    Stop:
    permission: 'message.stop'
    messages:
    - 0s:&cThe server will be restarting in 60 seconds!\n&6Hold on tight!
    - 30s:&cThe server will be restarting in 30 seconds!
    - 40s:&cThe server will be restarting in 20 seconds!
    - 50s:&cThe server will be restarting in 10 seconds!
    - 55s:&cThe server will be restarting in 5 seconds!
    - 60s:&cBye bye! c;

    And then I'd obviously execute the command "/restart".

    P.S, Please give support for "symbols", like:
    ⋆ ✢ ✣ ✤ ✥ ❋, etc.
     
  2. Offline

    mrCookieSlime

    @MoejoeAw44
    My Plugin CommandOverride is able to do this.
    Link is in my signature.

    However Special Symbols arent supported (yet).
     
  3. Offline

    MoejoeAw44

    @mrCookieSlime Oh, thank you very much! When in the future, do you think special symbols will be enabled, or added?
     
  4. Offline

    mrCookieSlime

    @MoejoeAw44
    Well, I was going to release the next update this weekend when theres also going to be a cost for commands, I can probably go pass Symbol Support along with it.
     
  5. Offline

    MoejoeAw44

    @mrCookieSlime Good to hear, I posted a comment on your plugin, but I'll repost it here, just in case!
    I type the command I have set, with the messages I have sert. They come up, but only for me. Is there a way to make the messages come up for everyone, as in like toggleable per command?
     
  6. Offline

    mrCookieSlime

    @MoejoeAw44
    Please keep the conversation on this Thread as I dont want to post on two seperate conversations.
    You can use the broadcast:<message> syntax for this.

    EDIT:
    @MoejoeAw44
    Unicode Support has been added in 1.3 you can use [unicode: <hexadecimal>] for this.
    Here is a full list of all supported Unicodes:
    http://unicode-table.com/en/

    Also, please mark this Thread as Filled.
     
Thread Status:
Not open for further replies.

Share This Page