Requirements
Before installing LilWorlds, ensure your server meets these requirements:Minecraft Version
1.16 - 1.21.5Supports all modern Minecraft versions
Server Software
Spigot, Paper, or PurpurAny Spigot-based server software
Java Version
Java 8 or higherJava 17+ recommended for best performance
Memory
Minimum 2GB RAMMore RAM recommended for multiple worlds
Download
Latest Release
Download the latest version of LilWorlds from our GitHub releases page:Download LilWorlds v1.2.0
Get the latest stable release with all features
Development Builds
Development builds may contain bugs and are not recommended for production servers.
Installation Steps
1. Download the Plugin
- Go to the releases page
- Download
lilworlds-1.2.0.jar
from the latest release - Verify the file size is approximately 130KB
2. Install the Plugin
- Stop your server if it’s currently running
- Place
lilworlds-1.2.0.jar
in your server’splugins/
folder - Start your server
3. Verify Installation
After starting your server, check that LilWorlds loaded successfully:- Look for LilWorlds startup messages in your console
- Run
/plugins
to see if LilWorlds is listed - Try running
/world
to test the command
Expected Console Output
Expected Console Output
Optional Dependencies
LilWorlds works great on its own, but you can enhance it with these optional plugins:PlaceholderAPI
Adds placeholder support for other plugins to display LilWorlds information.1
Install PlaceholderAPI
Download from SpigotMC
2
Restart Server
LilWorlds will automatically detect and integrate with PlaceholderAPI
3
Use Placeholders
Use placeholders like
%lilworlds_current_world%
in other pluginsAvailable Placeholders
Placeholder | Description |
---|---|
%lilworlds_current_world% | Player’s current world name |
%lilworlds_world_count% | Total number of loaded worlds |
%lilworlds_world_players% | Players in current world |
First-Time Setup
1. Check Default Configuration
After installation, LilWorlds creates several configuration files:2. Configure Basic Settings
Editconfig.yml
to customize basic settings:
3. Set Permissions
Configure permissions for your players and staff:Troubleshooting
Common Issues
Plugin not loading
Plugin not loading
Symptoms: LilWorlds doesn’t appear in
/plugins
listSolutions:- Check Java version (requires Java 8+)
- Verify server software compatibility
- Check console for error messages
- Ensure JAR file isn’t corrupted
Commands not working
Commands not working
Symptoms:
/world
command shows “Unknown command”Solutions:- Verify plugin loaded successfully
- Check permissions configuration
- Restart server after installation
- Check for command conflicts with other plugins
Worlds not loading
Worlds not loading
Symptoms: Existing worlds don’t appear in
/world list
Solutions:- Check
worlds.yml
configuration - Verify world folders exist in server directory
- Enable
auto-load-worlds
in config - Import worlds manually with
/world import
Getting Help
If you encounter issues not covered here:- Check the console for error messages
- Review configuration files for syntax errors
- Search existing issues on GitHub
- Create a new issue with detailed information
Report Issues
Found a bug? Report it on our GitHub issues page