You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2026. It is now read-only.
I try to install Codex with bedrock (Version 1.19.1.01)
download bedrock.zip (Version 1.19.1.01) , unpack to /srv/bedrock
Download MinecraftCodex into /srv/MinecraftCodex
Add in gulpfile.js (in /srv/MinecraftCodex): const dedicatedServerPath = "/srv/bedrock/"; - successful
Create ./scripts/vars.ts with parameters. - successful
cd /srv/MinecraftCodex and run npm install - successful
cd /srv/MinecraftCodex and run gulp updateconfig && gulp updateserver && gulp updateworld - successful
cd /srv/MinecraftCodex and run gulp serve - unsuccessful
Error reading file: server.properties
Could not load server.properties file, Please check if the current working directory is the same as the bedrock_server directory.
It tries to find server.properties in /srv/MinecraftCodex even though this config is in /srv/bedrock
I try to install Codex with bedrock (Version 1.19.1.01)
It tries to find server.properties in /srv/MinecraftCodex even though this config is in /srv/bedrock
Where did I make a mistake?