Solved Messages

Discussion in 'Plugin Development' started by Cammy_the_block, Dec 1, 2012.

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

    Cammy_the_block

    I've got a noob question. How do I send a player a message?

    Thanks
    Cammy
     
  2. Offline

    ShadowRanger

    Code:
    sender.sendMessage("");
     
  3. Offline

    ZeusAllMighty11

    or

    Bukkit.getServer().getPlayer("Notch").sendMessage("Hi notch");
     
  4. Offline

    Cammy_the_block

  5. Offline

    404Ninja

    I seem to recall wondering this too several months ago, thanks.
     
  6. Offline

    CeramicTitan

  7. Offline

    HyrulesLegend

    OR
    Player player = (Player) sender;
    player.sendMessage();
     
  8. Offline

    CeramicTitan

    This has been said. Casting is a different problem.
     
  9. Offline

    HyrulesLegend

    oh lol.
     
Thread Status:
Not open for further replies.

Share This Page