mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-28 19:03:51 -07:00
@@ -56,4 +56,12 @@ public interface Player extends HumanEntity, CommandSender {
|
||||
* @return
|
||||
*/
|
||||
public void kickPlayer(String message);
|
||||
|
||||
/**
|
||||
* Makes the player perform the given command
|
||||
*
|
||||
* @param command Command to perform
|
||||
* @return true if the command was successful, otherwise false
|
||||
*/
|
||||
public boolean performCommand(String command);
|
||||
}
|
||||
|
Reference in New Issue
Block a user