
LilWorlds is a performant, modern world management plugin for Minecraft servers.
A performant and modular world management plugin for Minecraft servers supporting versions 1.16 to 1.21.6.
/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
/worlds)/worlds reload [target] # Reload plugin components
/worlds inventory <action> # Manage separate inventories
/worlds groups <action> # Manage world groups
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"
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"]
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 worldplugins/ folder/world create myworld/worlds inventory enableplugins/LilWorlds/config.ymlLilWorlds - Making world management simple, fast, and powerful.