Skip to content

Commit

Permalink
chore: amend return name for getPlayerServer
Browse files Browse the repository at this point in the history
  • Loading branch information
olijeffers0n authored Jan 2, 2025
1 parent 9c63a9a commit 599b226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/paper/dev/api/plugin-messaging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ These are the following:
| `Message` | Sends a message to the specified player. | `player name`, `message` | N/A |
| `MessageRaw` | Sends a raw chat component to the specified player. | `player name`, `JSON chat component` | N/A |
| `GetServer` | Returns the server the player is connected to. | N/A | `server name` |
| `GetPlayerServer` | Returns the server name of the specified player. | `player name` | `player name`, `erver name` |
| `GetPlayerServer` | Returns the server name of the specified player. | `player name` | `player name`, `server name` |
| `UUID` | Returns the UUID of player. | N/A | `UUID` |
| `UUIDOther` | Returns the UUID of the specified player. | `player name` | `player name`, `UUID` |
| `ServerIp` | Returns the IP of the specified server. | `server name` | `server name`, `IP`, `port` |
Expand Down

0 comments on commit 599b226

Please sign in to comment.