CommandSender => Offline Player

Discussion in 'Plugin Development' started by NiklasD_, Feb 19, 2014.

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

    NiklasD_

    Hello,
    Is it possible to run a command for a Player when this player isn´t online? I already tried it like this:

    Code:java
    1. Bukkit.dispatchCommand(Bukkit.getOfflinePlayer("Player"), "Command");
    2.  




    Niklas
     
  2. Offline

    Alshain01

    No, don't believe that is possible.
     
Thread Status:
Not open for further replies.

Share This Page