mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 04:32:11 -07:00
Add default kick msg component (#6886)
This commit is contained in:
@@ -1749,6 +1749,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
|
||||
+ // Paper start
|
||||
+ /**
|
||||
+ * Kicks the player with the default kick message.
|
||||
+ * @see #kick(Component)
|
||||
+ */
|
||||
+ void kick();
|
||||
+ /**
|
||||
+ * Kicks player with custom kick message.
|
||||
+ *
|
||||
+ * @param message kick message
|
||||
|
Reference in New Issue
Block a user