/tell but without the names?

Discussion in 'Archived: Plugin Requests' started by manky94, Feb 1, 2014.

  1. Offline

    manky94

    I am not really asking for someone to make one but just wondering if there is one:
    If I do /tellm [player] [message] then it will send a message to that player but without [Me -> Player] Hello it will just be 'Hello' for that player only.
     
  2. Online

    timtower Administrator Administrator Moderator

    manky94 Give me a couple minutes
     
  3. Offline

    manky94

    Hey I didn't expect anyone to make it so I didn't point it out, but is it possible to target the player? Can you do it so if you do /tellm hello it shows it to yourself?
    Thanks :)
     
  4. Online

    timtower Administrator Administrator Moderator

    If no player is found with that exact name then it will send you the message: https://www.dropbox.com/s/rzl8pq8wzweoizd/TellM.jar
    Command: /tellm
    Permission: tellm.use, default to OP
     
    manky94 likes this.
  5. Offline

    manky94

    I know this isn't about plugins or anything but how did you learn Java?

    Do you know why it isn't working with commandNPC? It is working fine with ServerSigns.
     
  6. Online

    timtower Administrator Administrator Moderator

    Small part on school, then I added bukkit development and just tried and tried.
    To be honest: I have no idea
     
  7. Offline

    manky94

    Is it possible to have it to work with colours?
     
  8. Offline

    nightcrawler601

    manky94

    Let me do something really 'rare', give me a few minutes.

    EDIT: You have Essentials installed right?

    Anyways, go into your config.yml file of Essentials, find the "#locale: en" line and remove the hash-tag, then save the file. After doing so simply put this file into your Essentials folder, and then either do /essentials reload in-game or on the console. It is also configurable.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 6, 2016
  9. Online

    timtower Administrator Administrator Moderator

    Sure, will put them.in when I have the time ;)
     
    manky94 likes this.
  10. Offline

    nightcrawler601


    No need to waste time man, I just gave him instructions.
     
  11. Online

    timtower Administrator Administrator Moderator

    I like to code, not wasting time in my opinion.
    And about your method: can you still use the /tell with names?
     
  12. Offline

    nightcrawler601


    No.
    If that's needed I can add it anytime.
     
  13. Offline

    manky94

    What will it do and if it's meant to replace the [Name -> Me] with nothing then I didn't mean like that, I meant so that people could right click on signs or something and then it would say a message
    .
    Tim, if you do have the time can you maybe do it so there is a config file and you make "loudouts" (if that's the right word) which you can do /tellml tutorial and it will display a lot of text as you only have a set amount of characters to do it ingame.
     
  14. Online

    timtower Administrator Administrator Moderator

    Will make 2 commands then
    /tellm for the current stuff ( with colors )
    And /tellml <player> <item in the list>, if player can't be found then use the current player.
    Code:
    commands:
      TellM:
        usage: /TellM <player> <message>
        permission: tellm.use
        permission-message: You dont have the permissions to use this
      TellMl:
        usage: /TellM <player> <message>
        permission: tellml.use
        permission-message: You dont have the permissions to use this
    permissions:
      tellm.use:
        default: OP
      tellml.use
        default: OP
    https://www.dropbox.com/s/rzl8pq8wzweoizd/TellM.jar
    There is an example in the config
     
  15. Offline

    manky94

    It doesn't seem to be working, whenever I do /tellm Hey it just comes up with unknown command.
     
  16. Online

    timtower Administrator Administrator Moderator

    Could you please post your startup log?
     
  17. Offline

    manky94

    How? I know it says it in the console but it says a load of other stuff

    Also, how can I open the plugin in Eclipse?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 6, 2016
  18. Online

    timtower Administrator Administrator Moderator

    That is why I ask for the entire log -.-
    Why? I am active aren't I?
    https://www.dropbox.com/s/rzl8pq8wzweoizd/TellM.jar
     
  19. Offline

    manky94

  20. Online

    timtower Administrator Administrator Moderator

    You can open a ftp client and download the log.
     
  21. Offline

    manky94

    Wait, what was that download for?

    Oh it works now

    Do I have to restart the server if I do something in the config?

    Wait no, when you do /tellm <player> hello hello hello it turns out on their screen as hellohellohello

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 6, 2016
  22. Online

    timtower Administrator Administrator Moderator

    Will look at that
     
  23. Offline

    manky94

    It works fine with the /tellml and can you add like a /tellmr for reloading?
     
  24. Online

    timtower Administrator Administrator Moderator

    Fixed and added.
    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
    
    permissions:
      tellm.use:
        default: OP
      tellml.use:
        default: OP
      tellmr.use:
        default: OP
     
    manky94 likes this.
  25. Offline

    manky94

    I know I've asked for a lot but is it possible to implement the /tellraw command into it? So say I right clicked on a sign it would say 'Do you want to go to: [Creative] [Survival] [Minigames]' and if you clicked on one it would take you there. Also on the loadout one is it possible to have commands throughout it? So it would do /tp <player> Minigames then the player would see 'Here are the minigames'
     
  26. Online

    timtower Administrator Administrator Moderator

    Tellraw is really something different, requires packets to do that at the moment.
     
  27. Offline

    manky94

    What about if it asked you a question, and gave you options to reply to it with commands set by the admin and then if they do /yes it will say another load out and what happens when Minecraft updates to 1.8?
     
  28. Online

    timtower Administrator Administrator Moderator

    Kinda offtopic with this request.
    And it will high-likely continue to function the next 3-10 versions
     
  29. Offline

    manky94

    timtower
    Thank you for the plugin you made anyway, I'll probably be able to figure out a way to do the other thing I asked with essentials customtext
     
    timtower likes this.
  30. Offline

    manky94

    manky94
    I just thought, can you add '/tella [message]' to it so all players can see it? Right now I use /enjin broadcast but it takes "long" to type and takes up a lot of your chat space. :)

    timtower
    Woops I tagged myself in the previous one ^

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 6, 2016

Share This Page