From ac5252d09739244e31be3e1e4be6447776c0ef66 Mon Sep 17 00:00:00 2001 From: Thijs van Loef <58031337+thijsvanloef@users.noreply.github.com> Date: Mon, 22 Jan 2024 19:26:21 +0100 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a70ac90..5ce869b 100644 --- a/README.md +++ b/README.md @@ -127,16 +127,16 @@ docker compose run --rm rcon | Command | Info | |-----------------------------------|-----------------------------------------------------| -| /Shutdown {Seconds} {MessageText} | The server is shut down after the number of Seconds | -| /DoExit | Force stop the server. | -| /Broadcast | Send message to all player in the server | -| /KickPlayer {SteamID}t | Kick player from the server.. | -| /BanPlayer {SteamID} | BAN player from the server. | -| /TeleportToPlayer {SteamID} | Teleport to current location of target player. | -| /TeleportToMe {SteamID} | Target player teleport to your current location | -| /ShowPlayers | Show information on all connected players. | -| /Info | Show server information. | -| /Save | Save the world data. | +| Shutdown {Seconds} {MessageText} | The server is shut down after the number of Seconds | +| DoExit | Force stop the server. | +| Broadcast | Send message to all player in the server | +| KickPlayer {SteamID}t | Kick player from the server.. | +| BanPlayer {SteamID} | BAN player from the server. | +| TeleportToPlayer {SteamID} | Teleport to current location of target player. | +| TeleportToMe {SteamID} | Target player teleport to your current location | +| ShowPlayers | Show information on all connected players. | +| Info | Show server information. | +| Save | Save the world data. | For a full list of commands go to: [https://tech.palworldgame.com/server-commands](https://tech.palworldgame.com/server-commands)