Cloudburst Installation
Prerequisites
- Java 17 or above [Windows, Ubuntu, CentOS, OS X]
- The server jar, which can be found on our Jenkins https://ci.opencollab.dev/job/NukkitX/job/Server/job/bleeding/lastSuccessfulBuild/ copied to a new directory dedicated to your server
Installation
Windows
- Paste the following text into a new text document:
Code:
java -jar Cloudburst.jar
pause
- Save the file as start.bat into the directory where your Cloudburst.jar is located.
- Double click the batch file to start the server.
Linux
- Paste the following text into a new text document:
Bash:
#!/bin/sh
java -jar Cloudburst.jar
- Save the file as start.sh into the directory where your Cloudburst.jar is located.
- Open terminal in the directory and execute the following command:
- Run the startup script:
Mac OS X
- Paste the following text into a new text document:
Bash:
#!/bin/sh
cd "$( dirname "$0" )"
java -jar Cloudburst.jar
- Save the file as start.command into the directory where your Cloudburst.jar is located.
- Open terminal and type into it (don't hit enter yet):
- Drag your startup script file into the terminal window. (Make sure you have a space between chmod a+x and your startup script in the command) Then hit enter.
- Double click the startup script to start the server.
Post-Installation
Required folders and config files are created when you run the server for the first time. You may want to edit the configs to personalize your server.
For more information, see:
Localhost server
If you are unable to connect your server which is hosted on the same computer as you try to play on, do this:
- Close Minecraft if it's open
- Open Windows PowerShell as administrator and execute the following command:
Code:
CheckNetIsolation LoopbackExempt -a -n="Microsoft.MinecraftUWP_8wekyb3d8bbwe"
- Start Minecraft and attempt to connect to your server with IP 127.0.0.1
If you have issues with Cloudburst, you can ask help on the
Cloudburst Forums or
Discord.
Plugins
Check out our
Resources section to find a wide variety of free plugins.
You can add your plugins by dropping the downloaded jar file into your
plugins folder in your server directory and restarting the server. If it does not work or if you see errors seek help on the
Cloudburst Forums or
Discord.
Note: Cloudburst does not support Nukkit plugins