Skip to content

Commit 9faca33

Browse files
feat: KickPlayerRaw docs (#438)
1 parent 286a16e commit 9faca33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/paper/dev/api/plugin-messaging.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ These are the following:
103103
| `UUIDOther` | Returns the UUID of the specified player. | `player name` | `player name`, `UUID` |
104104
| `ServerIp` | Returns the IP of the specified server. | `server name` | `server name`, `IP`, `port` |
105105
| `KickPlayer` | Kicks the specified player. | `player name`, `reason` | N/A |
106+
| `KickPlayerRaw` | Kicks the specified player. | `player name`, `JSON chat component` | N/A |
106107
| `Forward` | Forwards a plugin message to another server. | `server`, `subchannel`, `size of plugin message`, `message` | `subchannel`, `size of plugin message`, `message` |
107108
| `ForwardToPlayer` | Forwards a plugin message to another player. | `player name`, `subchannel`, `size of plugin message`, `message` | `subchannel`, `size of plugin message`, `message` |
108109

0 commit comments

Comments
 (0)