Player Worlds
this is a simple plugin that allows users to create their own world and lock them with a password within the server. users are limited to one world
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Player Worlds
PlayerWorlds is a Minecraft plugin that allows each player to create and manage their own private world with password protection. Players use /createworld <name> <password> to generate a personal world, and /joinworld <name> <password> to access it later. Each player can own only one world, and worlds are dynamically loaded when joined and automatically unloaded when empty to optimize server performance. The /lobby command returns players to the main world. All world data is saved persistently in worlds.yml, ensuring worlds remain accessible across server restarts.