Filled Notifications

Discussion in 'Archived: Plugin Requests' started by Alster551, Apr 22, 2014.

  1. Offline

    Alster551

    Plugin category: Chat

    Suggested name: NotifcationMessage

    What I want: I'd like something where i can personal message individual players, but without it having a prefix. Such as if i do /notify Player1 &2That minigame hasnt been added yet.
    Would show up in ONLY Player1's chat as:
    That minigame hasnt been added yet.
    And it wouldnt show up in anyone else's chat.

    Ideas for commands: /notify <player> <message>

    Ideas for permissions: notificationmessage.use (Default OP)

    When I'd like it by: Whenever.
     
  2. Offline

    Onlineids

    You dont want them to see who sent it?
     
  3. Offline

    timtower Administrator Administrator Moderator

    Alster551 https://www.dropbox.com/s/rzl8pq8wzweoizd/TellM.jar
    Code:
    commands:
      TellM:
        usage: TellM <player> <message>
        permission: tellm.use
        permission-message: You dont have the permissions to use this
      TellMl:
        usage: TellMl <player> <message>
        permission: tellml.use
        permission-message: You dont have the permissions to use this
      TellMr:
        usage: TellMr
        permission: tellmr.use
        permission-message: You dont have the permissions to use this
      TellA:
        usage: TellA <message>
        permission: tella.use
        permission-message: You dont have the permissions to use this
    
    permissions:
      tellm.use:
        default: OP
      tellml.use:
        default: OP
      tellmr.use:
        default: OP
      tella.use:
        default: OP
    tellm will send a message that you put after the playername, if the player can't be found then it will be send to you.
    tellml will send a message from the config in the "loadout" part.
    tellmr will reload the config
    tella will work as tellm but it will send it to every player online
     
  4. Offline

    Onlineids


    [​IMG]
     
  5. Offline

    timtower Administrator Administrator Moderator

  6. Offline

    Onlineids

    it was a gif of someone yelling noooooooooooooooooooooooooooooooooooooooo
     
  7. Offline

    timtower Administrator Administrator Moderator

    Lol, had it laying around already :p
     
  8. Offline

    Onlineids

    I got my eye on you (。・_・。)
     
  9. Offline

    timtower Administrator Administrator Moderator

    Eye can't see it. Will stop the bad jokes here :p
     
    Onlineids likes this.
  10. Offline

    Alster551

    Thanks timtower thats just what i was looking for!
     
    timtower likes this.

Share This Page