From f726f3e15c0a45d50be4d7945eb2b53b9cd523b2 Mon Sep 17 00:00:00 2001 From: Trivernis Date: Tue, 17 Sep 2019 11:27:31 +0200 Subject: [PATCH] Updated Readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0fcf371..d148660 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ This plugin can be used to pre-generate the region of a world around the spawn chunk. The plugin provides the commands -- /generate - Pre-generates chunks in the current world -- /listgentasks - Lists all running generation tasks (and their ids) -- /removegentask - Removes a generation task (stops it permanently) +- `/generate [world] [stopAt]` - Pre-generates chunks in the current world until the world border or the stopAt chunk count is reached. +- `/listgentasks` - Lists all running generation tasks (and their ids) +- `/removegentask [taskId]` - Removes a generation task (stops it permanently) The generation automatically pauses when a player joins the server (assuming the server was empty before) and resumes when the server is empty again. The generation also auto-resumes after a server @@ -14,5 +14,4 @@ is lower than 2. ## Future Features - pause generation tasks until restarted by command -- configure the tps pause limit -- specify how many chunks to generate for a task \ No newline at end of file +- configure the tps pause limit \ No newline at end of file