Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Trivernis committed Sep 17, 2019
1 parent ecf7f10 commit f726f3e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
- configure the tps pause limit

0 comments on commit f726f3e

Please sign in to comment.