Is there away to make a player type something from the client

Discussion in 'Plugin Development' started by MrPowWow, Apr 18, 2017.

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

    MrPowWow

    Hello,
    Is there away to force a player to say something from the client without them getting kicked?
    What I mean by this is, Lets say a player joined and I want them to say "Hello" but from the client side.
    Is this possible?

    ---> I know there are other ways but I'm looking for client side only.
     
  2. Offline

    Zombie_Striker

    @MrPowWow
    I'm assuming you want to do this to see if a person has hacks, right? No, there is no way for the server to force the player, on the client's side, to send a message.
     
  3. Offline

    MrPowWow

    Okey dokey, and yes. ;)
     
  4. Offline

    Ragnarok_

    You can do Bukkit.dispatchCommand(p, "say <message> / command");
    Nvm
     
Thread Status:
Not open for further replies.

Share This Page