Version: 1.0-SNAPSHOT
Author: James
Platform: Spigot 1.20.1
PlayerWorlds lets each player create and manage their own private world with password protection. Worlds are dynamically loaded and unloaded to optimize server performance.
/createworld <name> <password>
β Creates a new personal world./joinworld <name> <password>
β Loads and joins an existing world./lobby
β Returns to the main lobby world.worlds.yml
pom.xml
with Spigot repo:
<repository> <id>spigot-repo</id> <url>https://hub.spigotmc.org/nexus/content/groups/public/</url> </repository>
mvn clean package
to build the plugin..jar
in your serverβs /plugins
folder./createworld myworld secret123
/lobby
/joinworld myworld secret123
plugins/PlayerWorlds/worlds.yml
contains saved data/listworlds
β Show available worlds/deleteworld <name>
β Remove a world