Skip to content

Install Codex with Bedrock #39

@keRin7

Description

@keRin7

I try to install Codex with bedrock (Version 1.19.1.01)

  1. download bedrock.zip (Version 1.19.1.01) , unpack to /srv/bedrock
  2. Download MinecraftCodex into /srv/MinecraftCodex
  3. Add in gulpfile.js (in /srv/MinecraftCodex): const dedicatedServerPath = "/srv/bedrock/"; - successful
  4. Create ./scripts/vars.ts with parameters. - successful
  5. cd /srv/MinecraftCodex and run npm install - successful
  6. cd /srv/MinecraftCodex and run gulp updateconfig && gulp updateserver && gulp updateworld - successful
  7. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions