Skip to content

Commit 683794a

Browse files
committed
feat: add 'GetPlayerServer' message type
1 parent 379a114 commit 683794a

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
@@ -99,6 +99,7 @@ These are the following:
9999
| `Message` | Sends a message to the specified player. | `player name`, `message` | N/A |
100100
| `MessageRaw` | Sends a raw chat component to the specified player. | `player name`, `JSON chat component` | N/A |
101101
| `GetServer` | Returns the server the player is connected to. | N/A | `server name` |
102+
| `GetPlayerServer` | Returns the server name of the specified player. | `player name` | `player name`, `erver name` |
102103
| `UUID` | Returns the UUID of player. | N/A | `UUID` |
103104
| `UUIDOther` | Returns the UUID of the specified player. | `player name` | `player name`, `UUID` |
104105
| `ServerIp` | Returns the IP of the specified server. | `server name` | `server name`, `IP`, `port` |

0 commit comments

Comments
 (0)