Chunk Utilities
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Trivernis ecf7f10f52 Fixes and SQL auto Update
- fixed removegentask command
- added autostop of generation task after a certain amout of chunks or at the world border
- added SqlUpdateManager to check  if tables need to be created or updated
5 years ago
src/main Fixes and SQL auto Update 5 years ago
.gitignore Added Spiral class 5 years ago
README.md Fixes and readme update 5 years ago
build.gradle Working version 5 years ago
gradle.properties Added Spiral class 5 years ago
settings.gradle Added Spiral class 5 years ago

README.md

chunkmaster

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)

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 restart. The plugin tracks the ticks per second and pauses the generation when the tps 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