Commands Reference
Complete guide to all LilChunks commands, their usage, and examples.Command Overview
LilChunks provides a simple yet powerful command interface with multiple aliases for convenience:Primary
/lilchunks
Short Alias
/lc
Alternative
/chunks
All examples in this guide use
/lc
for brevity, but you can use any of the three command forms.Command Structure
Available Subcommands
Command | Description | Permission Required |
---|---|---|
start | Start chunk pregeneration | lilchunks.admin |
stop | Stop chunk pregeneration | lilchunks.admin |
status | Check generation status | lilchunks.use |
reload | Reload configuration | lilchunks.admin |
help | Show help information | lilchunks.use |
Detailed Command Reference
Start Command
Start chunk pregeneration around your current location or a specified area.Syntax
Parameters
- radius (required): Number of chunks to generate in each direction
- world (optional): Target world name (console only)
Examples
Radius Guidelines
Small (1-10 chunks)
Small (1-10 chunks)
Use Cases: Spawn protection, small bases, testingChunks Generated: 9-441 chunksTime Estimate: 30 seconds - 2 minutes
Medium (11-25 chunks)
Medium (11-25 chunks)
Use Cases: Towns, large bases, faction areasChunks Generated: 529-2,601 chunksTime Estimate: 2-10 minutes
Large (26-50 chunks)
Large (26-50 chunks)
Use Cases: World borders, major areasChunks Generated: 2,809-10,201 chunksTime Estimate: 10-45 minutes
Massive (51+ chunks)
Massive (51+ chunks)
Use Cases: Full world pregenerationChunks Generated: 10,000+ chunksTime Estimate: 45+ minutes
Large pregeneration tasks require significant server resources and time. Monitor performance carefully.
Success Response
Error Responses
Stop Command
Stop active chunk pregeneration in the current or specified world.Syntax
Parameters
- world (optional): Target world name (required for console)
Examples
Success Response
Error Response
Always stop pregeneration gracefully before restarting your server to avoid potential issues.
Status Command
Check the current status of chunk pregeneration in your world.Syntax
Parameters
- world (optional): Target world name (required for console)
Examples
Response Examples
Reload Command
Reload the LilChunks configuration without restarting the server.Syntax
Examples
Success Response
The reload command applies most configuration changes immediately, but some changes may require a server restart.
Help Command
Display help information and available commands.Syntax
Examples
Response
Tab Completion
LilChunks provides intelligent tab completion for all commands and parameters:Command Completion
Radius Completion
World Completion
Permission-Based Usage
Basic User (lilchunks.use
)
Administrator (lilchunks.admin
)
The
lilchunks.admin
permission includes all lilchunks.use
permissions.Console vs In-Game Usage
In-Game Commands
When used by players in-game:- World parameter is optional (uses current world)
- Player location is used for generation center
- Colorful chat messages with formatting
Console Commands
When used from server console:- World parameter is required for stop/status commands
- Generation center must be specified or uses world spawn
- Plain text output without color formatting
Advanced Usage Examples
Batch Operations
Scheduled Generation
Performance Monitoring
Error Handling
LilChunks provides clear error messages for common issues:Permission Errors
Invalid Parameters
Generation Conflicts
Server Issues
Best Practices
Start Small
Begin with small radius values to test performance and understand impact.
Monitor Progress
Use
/lc status
regularly to monitor generation progress and performance.Graceful Stops
Always use
/lc stop
before server restarts or maintenance.Off-Peak Hours
Run large pregeneration tasks during low-activity periods.