Advanced Search
Search Results
5 total results found
Hosting the server
How to download the Server? To download the server you need to: Have Java 21 installed (See FAQ below) Download the latest release from Github Releases (Select "Server.zip", not "Source Code") Unzip it How to run the Server? On a PC/Server: Run th...
Basic Setup
To configure the server you can edit the config.properties file. Don't write the values in quotes. For example write server.mode=online instead of server.mode="online" Set listening IP and Port: (Available since: gamejam) The IP and Port can be set using s...
Additional Setup
Setting maximum server slots: (Available since: v1.0) By default the server doesn't limit the player count, but you can change it if you want by setting server.slots to a number. (0 is for unlimited) Setting minimum/maximum game slots: (Available since: v1...
Multi-version/Bedrock support
This was only somewhat tested but it should be fine Multi-version support (ViaVersion): By default Spectrum Survival supports only one version of Minecraft just like Vanilla servers. You can change it by using ViaVersion (either as a standalone proxy (ViaPro...
Preparing for creating mods
First you'll need to prepare for creating mods. You should know how Godot Mod Loader works. Read it's documentation here or ask for help on their Discord Server. Skip the first 3 steps (Decompiling, GodotSteam, and Project Setup). You should also know how to...