8000 GitHub - petm5/mcbe-server: Scripts for managing a containerized Minecraft Bedrock server using Snapper backups
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

petm5/mcbe-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts for Minecraft Bedrock server adminisration

This repo contains scripts for managing a containerized Minecraft Bedrock server with backups managed by Snapper.

The scripts and configs are set up to manage my own SMP (Cheesecraft) by default. You can easily modify them to manage your own server setup instead.

Usage

The Minecraft server is run in a rootless Podman container by the user mcbe, and all users added to the mcbe group have permission to perform administrative tasks. The mc command with an action as its second parameter is used for all administration tasks.

Action Description
console Connect the current terminal to the Bedrock server console. Equivalent to podman attach as the mcbe user.
comm Run a command on the Bedrock server console
start Start the server
stop Stop the server
restart Restart the server
logs View the server logs
backup Create a backup of the world and server config (Takes comment as argument)
backups View the list of available backups
restore Restore a backup (Takes number as argument)

About

Scripts for managing a containerized Minecraft Bedrock server using Snapper backups

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0