All Projects → codehz → Mcpeserver

codehz / Mcpeserver

Licence: gpl-3.0
A Minecraft Server Launcher Written by Golang. Deprecated, please use official BDS

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Mcpeserver

Papyrusjs
papyrus.js renders maps of Minecraft: Bedrock Edition worlds using node.js, LevelDB and leaflet.
Stars: ✭ 50 (-55.75%)
Mutual labels:  cli, minecraft
Mcscript
A programming language for Minecraft Vanilla
Stars: ✭ 124 (+9.73%)
Mutual labels:  cli, minecraft
Reicons
💅 Bundle your SVG into a fully customized React components
Stars: ✭ 110 (-2.65%)
Mutual labels:  cli
Rasterio
Rasterio reads and writes geospatial raster datasets
Stars: ✭ 1,643 (+1353.98%)
Mutual labels:  cli
Scaffold Static
Scaffolding utility for vanilla-js
Stars: ✭ 111 (-1.77%)
Mutual labels:  cli
Shulker
A Discord to Vanilla Minecraft Chat Gateway
Stars: ✭ 110 (-2.65%)
Mutual labels:  minecraft
Ytfzf
A posix script to find and watch youtube videos from the terminal. (Without API)
Stars: ✭ 2,212 (+1857.52%)
Mutual labels:  cli
Termux Extra Packages
Stars: ✭ 110 (-2.65%)
Mutual labels:  cli
Polymc
Making minecraft mods compatible with a vanilla client
Stars: ✭ 111 (-1.77%)
Mutual labels:  minecraft
Magicplugin
A Bukkit plugin for spells, wands and other magic
Stars: ✭ 110 (-2.65%)
Mutual labels:  minecraft
Eth Cli
CLI swiss army knife for Ethereum developers
Stars: ✭ 109 (-3.54%)
Mutual labels:  cli
Cri
A tool for building commandline applications
Stars: ✭ 110 (-2.65%)
Mutual labels:  cli
Nodejs Cli Apps Best Practices
The largest Node.js CLI Apps best practices list ✨
Stars: ✭ 2,144 (+1797.35%)
Mutual labels:  cli
Mcstatus
💡 Minecraft services status checker
Stars: ✭ 111 (-1.77%)
Mutual labels:  minecraft
Dotnet Transform Xdt
Modern .NET tools and library for XDT (Xml Document Transformation)
Stars: ✭ 110 (-2.65%)
Mutual labels:  cli
Headlesschrome
A Go package for working with headless Chrome. Run interactive JavaScript commands on web pages with Go and Chrome.
Stars: ✭ 112 (-0.88%)
Mutual labels:  cli
Easywebpack Cli
A Powerful Cross-platform Webpack CLI Tool
Stars: ✭ 110 (-2.65%)
Mutual labels:  cli
Antiqueatlas
A Minecraft mod that adds a fancy interactive map item.
Stars: ✭ 110 (-2.65%)
Mutual labels:  minecraft
Nutmeg
Build, test, and publish vanilla Web Components with a little spice
Stars: ✭ 111 (-1.77%)
Mutual labels:  cli
Micropy Cli
Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!
Stars: ✭ 112 (-0.88%)
Mutual labels:  cli

Minecraft Server Launcher

A Minecraft Server Launcher Written in Golang.

CircleCI

Powered By MCMrARM/mcpelauncher-linux.

This server software utilizes the built-in server components inside the Minecraft android apk file to run a native Bedrock server. All features are available and you can get Xbox Live achievements on the server, just like realms. Plus more control over the server, it's actually way better than realms.

  • Currently the release version supports Minecraft version 1.6.0 as the server core. But all 1.6.x client versions should be able to play on the server.

Features

  • Auto Complete For Command
  • Full Minecraft Bedrock server feature/bug support
  • Systemd Based Service
  • DBus Based Interface

Installation

For ArchLinux

  1. Append the repo to /etc/pacman.conf
[mcpeserver]
SigLevel = Never
Server = https://cdn.codehz.one/repo/archlinux/
  1. Execute pacman -Syu mcpeserver mcpeserver-core
  2. Execute systemctl reload dbus
  3. Execute install -dm 0755 -o mcpeserver /srv/mcpeserver
  4. Put the minecraft x86 apk to /srv/mcpeserver, and then run cd /srv/mcpeserver && sudo mcpeserver unpack --apk (the apk filename)
  5. Start: systemctl start [email protected], Stop: systemctl stop [email protected]
  6. Attach to the server for input command: mcpeserver attach -profile default

Tips: make sure the owner of /srv/mcpeserver is mcpeserver (except for bin/data directory)

For Other Distros

Trying https://gist.github.com/codehz/610bdeba96fcec16e6339abae7208e7d

Usage

You might want to edit the server configuration file before actually running the server.

Server configuration file is located in /srv/mcpeserver/default.cfg.

Here is an example of the server configuration file.

level-dir=world
level-name="§aServer example"
level-generator=1
level-seed=1019130957
difficulty=3
gamemode=0
force-gamemode=false
motd="§6Welcome to §9server example!"
server-port=19132
server-port-v6=19133
max-players=40
online-mode=true
view-distance=56
player-idle-timeout=0

The preferred way is to put your own world in /srv/mcpeserver/worlds and change the level-dir to the name of your world folder. Otherwise the server will generate a world based on the seed in the config file with some very undesirable settings.

(Tips: make sure all files in /srv/mcpeserver can be accessed by mcpeserver user)

Basic server commands are supported such as list, say, op, etc.

socket://[email protected]$ /list
There are 1/40 players online:
CodeHz

socket://[email protected]$ /say Hi!
[Server] Hi!

socket://[email protected]$ /op CodeHz

Refer to wiki for other usage.

LICENSE

GPL v3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].