selery 0.1.1
Server for Minecraft (Bedrock Engine) and Minecraft: Java Edition
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
Selery
Selery is a server for Minecraft (Bedrock Engine) and Minecraft: Java Edition written in D.
Installation
From a pre-built package
Pre-built packages are compiled with the latest version of LDC in release mode and can be found in the releases page.
From source
To build Selery from source you'll need a D compiler (DMD for faster compilation, suitable for testing, or LDC for faster and better code, better for production) and DUB, D's package manager, which is usually included in both DMD and LDC's packages.
Packages and installers are available for several operating systems and architectures dlang.org's download page.
- Clone the repository using
git clone git://github.com/sel-project/seleryor download the zipped repository from the latest release. - If you want to use the latest release run
git checkout $(git describe --tags --abbrev=0)in the repository's location. - Build by running
build.baton Windows orbuild.shon Linux/OS X. - Run the generated executable file.
All in one:
git clone git://github.com/sel-project/selery
cd selery
./build.sh
The build scripts supports some useful options that can be viewed by launching it with --help.
:warning: Due to issue 17508, Windows x86 must be linked using Microsoft's compiler (-a x86_mscoff) instead of DMD's. This action is performed automatically by the build script.
Setting up
Selery's configuration file is created when the server is started in the same path as the executable.
It is named selery.toml for the default configuration, selery.hub.toml for the hub and selery.node.toml for the node.
Every option can also be overriden by a command-line option without altering the configuration file.
selery --display-name="My Minecraft Server"
selery --java-enabled=false
selery --language=it
selery --command-me=false
selery --bedrock-accepted-protocols=160
selery --java-addresses=0.0.0.0:25565,192.168.1.216:8129
More useful command-line options:
--aboutor-ato print the software's build informations in JSON format. The--prettyoption can be used to print a pretty JSON instead of a minified one.--initor-ito initialize the configuration file.--update-configor-ucto rewrite the configuration file, maintaining the current configuration. It should be used after updating the software to a newer version that changes the configuration format.--resetto reset the whole configuration file to its default values.
- 0.1.1 released 7 years ago
- sel-project/selery
- MIT
- Copyright (c) 2017-2018 sel-project
- Authors:
- Dependencies:
- memutils, resusage, arsd-official:terminal, sel-server, string-transform-d, diet-ng, sel-nbt, imageformats, sel-hncom, my-ip, sel-utils, sel-net
- Versions:
-
Show all 6 versions0.3.0 2018-Sep-21 0.2.0 2018-Jun-04 0.1.1 2018-Feb-09 0.1.0 2018-Feb-08 ~master 2019-Jan-01 - Download Stats:
-
-
0 downloads today
-
3 downloads this week
-
3 downloads this month
-
52 downloads total
-
- Score:
- 2.0
- Short URL:
- selery.dub.pm