SMPPlugin is a BungeeCord plugin designed to dynamically create and manage Minecraft servers. The plugin can create new server instances, handle player connections, and invite players to specific servers seamlessly.
- Dynamically create new Minecraft servers.
- Automatically find and use available ports.
- Copy base server files to new instances.
- Automatically start new servers.
- Allows players to join new servers.
- Allows inviting players to specific servers.
- Java 8 or later
- BungeeCord
- A base server directory
-
Clone the repository:
git clone https://github.com/Palm1ye/mcsmp.git
-
Navigate to the plugin directory:
cd mcsmp
-
Build the plugin