Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aoirint/minecraft-bedrock-server-roka

Minecraft Bedrock Dedicated Server Roka Config(身内向けMinecraft Bedrock版ゲームサーバの管理リポジトリ)
https://github.com/aoirint/minecraft-bedrock-server-roka

Last synced: about 1 month ago
JSON representation

Minecraft Bedrock Dedicated Server Roka Config(身内向けMinecraft Bedrock版ゲームサーバの管理リポジトリ)

Awesome Lists containing this project

README

        

# minecraft-bedrock-server-roka

- 移行後のJava版:

```shell
mkdir -p data backups logs
chown -R 1000:1000 data backups logs
```

```shell
make whitelist-add GAMER_TAG=mygamertag
```

```fstab
/backup/to/backups /original/from/backups fuse.bindfs rw,user,uid=root 0 0
/backup/to/logs /original/from/logs fuse.bindfs rw,user,uid=root 0 0
```