Advanced Search
Search Results
13 total results found
Evie
Everything related to our adventure game - Evie
Spectrum Survival
Everything related to our Minecraft minigame created in Minestom
Evie Modding
This book shows how to mod Evie (useful if the content you want to add doesn't fit to the base game)
Contributing to Evie
This book shows how you can contribute your own features to Evie's code
Spectrum Survival Admin Guide
A basic guide created for a "Spectrum Survival" server admin The guide is written for version 1.1
Installing Mods
This chapter shows how to install mods to Evie
Creating Mods
This chapter shows how to create mods for Evie
Configuring The Server
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...