mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -07:00
@@ -57,6 +57,13 @@ public interface Player extends HumanEntity, CommandSender {
|
|||||||
*/
|
*/
|
||||||
public void kickPlayer(String message);
|
public void kickPlayer(String message);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Says a message (or runs a command).
|
||||||
|
*
|
||||||
|
* @param msg message to print
|
||||||
|
*/
|
||||||
|
public void chat(String msg);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Makes the player perform the given command
|
* Makes the player perform the given command
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user