LilWorlds
๐ Updated over a year ago๐ผ๏ธ Gallery (5 images)
๐ Analysis
- ๐ #173 of 1317 bukkit mods in this game by downloads
๐ About This Mod
# ๐ LilWorlds - Advanced World Management **A performant and modular world management plugin for Minecraft servers supporting versions 1.16 to 1.21.6.** --- ## โจ Key Features ### ๐ **World Management** - **Create worlds** with custom environments and generators - **Clone existing worlds** with all their data - **Load/unload worlds** dynamically - **Import external worlds** seamlessly - **Universal spawn system** for cross-world teleportation ### ๐ฆ **Separate Inventories** - **Per-world/group inventories** - Players can have different inventories in different worlds - **World groups** - Share inventories between worlds in the same group - **Configurable separation** - Choose what to separate: inventory, health, experience, gamemode, flight, effects, location, ender chest ### โก **Performance Focused** - Optimized world loading/unloading - Asynchronous operations where possible - Minimal server impact - Rate limiting protection ### ๐ง **Modular Design** - Custom generator system with YAML configuration - Complete configuration options - PlaceholderAPI integration - bStats metrics integration --- ## ๐ฎ Commands ### World Commands (`/world` or `/w`) ``` /world create <name> # Create new world /world clone <source> <target> # Clone existing world /world load # Load world(s) /world unload # Unload world(s) /world import <name> # Import external world /world setspawn # Set world spawn /world setuniversalspawn # Set universal spawn /world info # Show world information /world list # List all worlds ``` ### Plugin Commands (`/worlds`) ``` /worlds reload # Reload plugin components /worlds inventory <action> # Manage separate inventories /worlds groups <action> # Manage world groups ``` --- ## ๐ ๏ธ Custom Generators Create custom world generators using YAML files in the `generators/` folder: ```yaml display-name: "Custom Flat World" type: "FLAT" generate-structures: true biomes: layers: - "minecraft:bedrock" - "minecraft:stone:5" - "minecraft:dirt:3" - "minecraft:grass_block" ``` --- ## ๐ Separate Inventories System Advanced inventory separation system allowing players to have different inventories in different worlds or world groups: ```yaml features: separate-inventories: enabled: true separate: inventory: true health: true experience: true world-groups: survival: creative: ``` --- ## ๐ PlaceholderAPI Support Extensive placeholder support for integration with other plugins: - `%lilworlds_current_world%` - Current world name - `%lilworlds_total_worlds%` - Total loaded worlds - `%lilworlds_world_players_<world>%` - Players in specific world - And many more... --- ## ๐ Requirements - **Minecraft**: 1.16 - 1.21.5 (Bukkit/Spigot/Paper) - **Java**: 8 or higher - **Dependencies**: None (PlaceholderAPI optional) --- ## ๐ Quick Start 1. Download and place in `plugins/` folder 2. Restart server 3. Create your first world: `/world create myworld` 4. Enable separate inventories: `/worlds inventory enable` 5. Configure in `plugins/LilWorlds/config.yml` --- ## ๐ Links - **(https://hydr4.mintlify.app/lilworlds)** - Complete guides and tutorials - **(https://discord.gg/phVzDFAZ3v)** - Community support - **(https://github.com/QQuantumBits/LilWorlds/issues)** - Bug reports and feature requests - **(https://github.com/QQuantumBits/LilWorlds)** - Source code and releases --- **LilWorlds** - Making world management simple, fast, and powerful.
# ๐ LilWorlds - Advanced World Management
A performant and modular world management plugin for Minecraft servers supporting versions 1. 16 to 1. 21. 6.
## โจ Key Features
### ๐ World Management - Create worlds with custom environments and generators - Clone existing worlds with all their data - Load/unload worlds dynamically - Import external worlds seamlessly - Universal spawn system for cross-world teleportation
### ๐ฆ Separate Inventories - Per-world/group inventories - Players can have different inventories in different worlds - World groups - Share inventories between worlds in the same group - Configurable separation - Choose what to separate: inventory, health, experience, gamemode, flight, effects, location, ender chest
### โก Performance Focused - Optimized world loading/unloading - Asynchronous operations where possible - Minimal server impact - Rate limiting protection
### ๐ง Modular Design - Custom generator system with YAML configuration - Complete configuration options - PlaceholderAPI integration - bStats metrics integration
## ๐ฎ Commands
### World Commands (`/world` or `/w`)
```
/world create
### Plugin Commands (`/worlds`)
```
/worlds reload # Reload plugin components
/worlds inventory
## ๐ ๏ธ Custom Generators
Create custom world generators using YAML files in the `generators/` folder:
```yaml display-name: "Custom Flat World" type: "FLAT" generate-structures: true biomes: ["PLAINS", "FOREST"] layers: - "minecraft:bedrock" - "minecraft:stone:5" - "minecraft:dirt:3" - "minecraft:grass_block" ```
## ๐ Separate Inventories System
Advanced inventory separation system allowing players to have different inventories in different worlds or world groups:
```yaml features: separate-inventories: enabled: true separate: inventory: true health: true experience: true world-groups: survival: ["world", "world_nether", "world_the_end"] creative: ["creative_world", "build_world"] ```
## ๐ PlaceholderAPI Support
Extensive placeholder support for integration with other plugins:
- `%lilworlds_current_world%` - Current world name
- `%lilworlds_total_worlds%` - Total loaded worlds
- `%lilworlds_world_players_
%` - Players in specific world - And many more...
## ๐ Requirements
- Minecraft: 1. 16 - 1. 21. 5 (Bukkit/Spigot/Paper)
- Java: 8 or higher
- Dependencies: None (PlaceholderAPI optional)
## ๐ Quick Start
1. Download and place in `plugins/` folder 2. Restart server 3. Create your first world: `/world create myworld` 4. Enable separate inventories: `/worlds inventory enable` 5. Configure in `plugins/LilWorlds/config.yml`
## ๐ Links
- [๐ Documentation](https://hydr4.mintlify.app/lilworlds)** - Complete guides and tutorials
- [๐ฌ Discord](https://discord.gg/phVzDFAZ3v)** - Community support
- [๐ Issues](https://github.com/QQuantumBits/LilWorlds/issues)** - Bug reports and feature requests
- [โญ GitHub](https://github.com/QQuantumBits/LilWorlds)** - Source code and releases
LilWorlds - Making world management simple, fast, and powerful.
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- Hydr46605
- Version
- v1.6.0
- Downloads
- 322
- Endorsements
- 2
- Category
- bukkit
- Created
- 6/18/2025
- Updated
- 7/10/2025
- Game Versions
- 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4
- Tags
- management, utility, worldgen
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does LilWorlds support?
The author lists 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5. Other versions may work but are untested by the author.
What is the latest version of LilWorlds?
Version v1.6.0, published 2025-07-10 with 322 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await




