-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
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
Where did I make a mistake?
Metadata
Metadata
Assignees
Labels
No labels