Solved Enter text in players ChatBox

Discussion in 'Plugin Development' started by Lordloss, Jul 26, 2016.

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

    Lordloss

    Hello guys,

    do you know if there is a way to fill in text into the players chat?

    [​IMG]

    I searched a while for this, but couldnt find a way of doing it. Im pretty sure there is no proper Bukkit-Solution for it. But maybe someone knows NMS code which can do this?
     
  2. @Lordloss Not possible, all client side.
     
  3. Offline

    SuperSniper

    Wrong ;) <3
    You can look into the source code of Fanciful to see how this works :p
     
  4. @SuperSniper To put into the text area? That's possible? Going to look into that.
     
  5. Offline

    SuperSniper

  6. Offline

    Lordloss

    @SuperSniper Okay thank you, i will try to find the method in there... ;)
     
  7. Offline

    SuperSniper

    It seems it might just be a simple JsonReader, instead of a packet :p
     
  8. Offline

    Lordloss

    @SuperSniper It turned out that i allready had a method for running commands on klick. I only had to change the run_command with suggest_command. Thanks again for your help!
     
Thread Status:
Not open for further replies.

Share This Page