LilWorlds

โญ โ€” (2 endorsements) ๐Ÿ“ฅ 322 downloads ๐Ÿ“Œ vv1.6.0 ๐Ÿ“… 6/18/2025
๐ŸŸ  Updated over a year ago

By Hydr46605 ยท bukkit

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 7/10/2025 ๐Ÿ“… Created: 6/18/2025

๐Ÿ” Analysis

  • ๐Ÿ† #173 of 1317 bukkit mods in this game by downloads

๐Ÿ“‹ About This Mod

โœ… `%lilworlds_current_world%` - Current world name
โœ… `%lilworlds_total_worlds%` - Total loaded worlds
โœ… And many more...

# ๐ŸŒ 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 [-g generator] # Create new world /world clone # Clone existing world /world load # Load world(s) /world unload # Unload world(s) /world import # 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 # Manage separate inventories /worlds groups # 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: ["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.

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š 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

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More bukkit ๐Ÿ‘ค More by Hydr46605 ๐Ÿ”Ž Similar Mods ๐ŸŒ Best bukkit (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods