From ecc9309b41ec83a317ad86f92bf9c1599acbe6f3 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 27 Jun 2020 13:03:29 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 504584f..1e45572 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ All features can be accessed with the command `/chunkmaster` or the aliases `/ch - `/chunkmaster generate [world] [radius] []` Starts the generation until the specified chunk count or the world border is reached. - `/chunkmaster list` Lists all running generation tasks -- `/chunkmaster cancel ` Cancels the generation task with the specified id (if it is running). +- `/chunkmaster cancel ` Cancels the generation task with the specified id (if it is running). - `/chunkmaster pause` Pauses all generation tasks until the resume command is executed. - `/chunkmaster resume` Resumes all paused generation tasks. - `/chunkmaster reload` Reloads the configuration file.