HomeJavaModsLilWorlds
LilWorlds
LilWorlds — screenshot 1LilWorlds — screenshot 2LilWorlds — screenshot 3LilWorlds — screenshot 4

🌍 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

📦 Separate Inventories

Performance Focused

🔧 Modular Design


🎮 Commands

World Commands (/world or /w)

/world create <name> [environment] [-g generator]  # Create new world
/world clone <source> <target>                     # Clone existing world
/world load [world]                                # Load world(s)
/world unload [world]                              # Unload world(s)
/world import <name> [environment]                 # Import external world
/world setspawn                                    # Set world spawn
/world setuniversalspawn                           # Set universal spawn
/world info [world]                                # Show world information
/world list                                        # List all worlds

Plugin Commands (/worlds)

/worlds reload [target]                            # 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:

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:

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:


📋 Requirements


🚀 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


LilWorlds - Making world management simple, fast, and powerful.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more