Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

zgibberish/Minecraft-Bedrock-Server-Manager

 
 

Repository files navigation

Repository is obsolete

This project is no longer actively maintained, consider https://github.com/BaoUida2000/BedrockServer2000 instead.

How To Use

Just place the Minecraft Server Manager.exe and Minecraft Server Manager.exe.Config file in your minecraft bedrock server folder, then run it and click "Start Server" to start up your minecraft server.

Configs

You can also edit the config file to adjust the program's configurations, or change them in the program itself.

Exemple config file:

<?xml version="1.0" encoding="utf-8"?>
  <configuration>
    <startup>
      <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
    </startup>
    <appSettings>
      <add key="autoStartServer" value="true" />
      <add key="autoBackup" value="true" />
      <add key="autoBackupDate" value="4:00:00" />
      <add key="worldPath" value="worlds/EpicSurvivalWorld" />
      <add key="backupPath" value="worldBackups" />
      <add key="backupLimit" value="32" />
    </appSettings>
  </configuration>

Features

  • Keep track of the number of players, the server's status and current game rules
  • Automatic start server
  • Automated backup function
  • Custom world folder (the program will automatically use the first folder in the "worlds" directory as the world folder if worldPath is left empty)
  • Custom backup folder (backup will fail if the chosen directory does not exist)
  • The ability to specify the number of backups to keep (the program will automatically delete the oldest backup if the number of backups existing is greater than the specified number)
  • Set game rules, weather and OP/DeOP players easily

Screenshots

alt text

Requires Windows 10 64bit or later.