PlayerWorlds Plugin

Version: 1.0-SNAPSHOT
Author: James
Platform: Spigot 1.20.1

🌍 Overview

PlayerWorlds lets each player create and manage their own private world with password protection. Worlds are dynamically loaded and unloaded to optimize server performance.

βš™οΈ Commands

🧠 Features

πŸ“¦ Setup

  1. Clone or download the plugin source.
  2. Update pom.xml with Spigot repo:
    <repository>
      <id>spigot-repo</id>
      <url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
    </repository>
  3. Run mvn clean package to build the plugin.
  4. Place the generated .jar in your server’s /plugins folder.
  5. Start the server and test commands.

πŸ§ͺ Testing

πŸš€ Next Features