Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

13 total results found

Evie

Everything related to our adventure game - Evie

evie

Spectrum Survival

Everything related to our Minecraft minigame created in Minestom

spectrum survival

Evie Modding

This book shows how to mod Evie (useful if the content you want to add doesn't fit to the base game)

evie
modding

Contributing to Evie

This book shows how you can contribute your own features to Evie's code

evie
contributing

Spectrum Survival Admin Guide

A basic guide created for a "Spectrum Survival" server admin The guide is written for version 1.1

spectrum survival
setup

Installing Mods

Evie Modding

This chapter shows how to install mods to Evie

Creating Mods

Evie Modding

This chapter shows how to create mods for Evie

Configuring The Server

Spectrum Survival Admin Guide

Hosting the server

Spectrum Survival Admin Guide

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

Spectrum Survival Admin Guide Configuring The Server

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

Spectrum Survival Admin Guide Configuring The Server

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

Spectrum Survival Admin Guide Configuring The Server

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

Evie Modding 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...