From 778bc05002858ecfe8c168595c02c8883ed6b74f Mon Sep 17 00:00:00 2001 From: Misat11 <20199703+Misat11@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:46:11 +0100 Subject: [PATCH] docs: clarify /bw rejoin usage --- docs/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commands.md b/docs/commands.md index 3fe900209..6c2129985 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -47,7 +47,7 @@ Every command has its own specified permission in brackets. * `/bw stats` - Shows your statistics (permission: `bw.cmd.stats`) * `/bw stats ` - Shows your statistics (permission: `bw.cmd.stats` together with `bw.otherstats` or `bw.admin`) * `/bw leaderboard` - Shows top players on this server (permission: `bw.cmd.leaderboard`) -* `/bw rejoin` - Joins the latest game you have played (permission: `bw.cmd.rejoin`) +* `/bw rejoin` - Joins the latest game you have played, so you can easily rematch. Note that despite its unfortunate name, this command does not allow you to reconnect to a running match in case of a network failure. (permission: `bw.cmd.rejoin`) * `/bw autojoin` - Joins random game (permission: `bw.cmd.autojoin`) * `/bw party warp` - Warps all players in your party to your game or towards you (permission: `bw.cmd.party`, requires [Parties](https://alessiodp.com/parties) plugin and `party` section in config.yml enabled)