Quick Start Guide

Get up and running with LilChunks chunk pregeneration in just a few minutes. This guide will walk you through your first pregeneration task.

This guide assumes you have already installed LilChunks on your server.

Your First Pregeneration

1

Join Your Server

Connect to your Minecraft server and navigate to the area where you want to pregenerate chunks.

Choose a central location like spawn or a main base area for your first pregeneration.

2

Start Pregeneration

Use the start command to begin chunk generation around your current location:

/lilchunks start 10

This will pregenerate chunks in a 10-chunk radius around your position.

Chunk Radius Explained: A radius of 10 means chunks will be generated 10 chunks in each direction from your position, creating a 21x21 chunk area (441 total chunks).

3

Monitor Progress

Check the generation status to see progress:

/lilchunks status

You’ll see output like:

Generation Status for world:
» Status: Running
» Progress: 156/441 chunks
4

Wait for Completion

Let the pregeneration complete. You can continue playing while it runs in the background.

Avoid stopping the server during pregeneration unless necessary. Use /lilchunks stop first.

Command Aliases

LilChunks provides convenient aliases for faster command execution:

/lilchunks start 10
/lilchunks status
/lilchunks stop
/lilchunks reload
/lilchunks help

Common Pregeneration Scenarios

Small Area (Spawn Protection)

Perfect for spawn areas and small bases:

# 5 chunk radius (11x11 chunks = 121 total)
/lc start 5

Medium Area (Town/Base)

Good for larger bases and town areas:

# 15 chunk radius (31x31 chunks = 961 total)
/lc start 15

Large Area (World Border)

For major world areas or world borders:

# 50 chunk radius (101x101 chunks = 10,201 total)
/lc start 50

Large pregeneration tasks can take significant time and server resources. Start small and monitor performance.

Understanding the Output

When you start pregeneration, you’ll see colorful status messages:

Successful Start

✓ Started chunk generation in a 10 chunk radius.

Status Check

Generation Status for world:
» Status: Running
» Progress: 156/441 chunks
» Estimated Time: 2m 30s

Completion

✓ Chunk generation completed for world: world
» Total chunks generated: 441
» Time taken: 3m 45s

Managing Multiple Worlds

LilChunks can handle pregeneration in different worlds:

# Pregenerate in your current world
/lc start 10
/lc status
/lc stop

When using commands from the console, you must specify the world name for stop and status commands.

Performance Monitoring

Check Server Performance

Monitor your server’s performance during pregeneration:

# Check TPS
/tps

# Check memory usage
/memory

# Check LilChunks status
/lc status

Adjust Generation Speed

If pregeneration is causing lag, you can adjust the speed in the configuration:

chunk-generation:
  chunks-per-tick: 2  # Reduce from default 4

Then reload the configuration:

/lc reload

Stopping Pregeneration

Graceful Stop

Always stop pregeneration gracefully when possible:

/lc stop

Emergency Stop

If the server is unresponsive, you can stop from console:

lc stop world_name

Before Server Restart

Always stop pregeneration before restarting your server:

/lc stop
/stop

Tab Completion

LilChunks provides smart tab completion for all commands:

/lc <TAB>
# Shows: start, stop, status, reload, help

Best Practices

Troubleshooting Quick Issues

What’s Next?

Now that you’ve completed your first pregeneration, explore more advanced features:

Join our community for tips, support, and to share your pregeneration experiences!