Skip to main content

Endstone offers a plugin API for Bedrock Dedicated Servers, supporting both Python and C++.

Project description


Logo

Endstone

Write your plugins in Python and C++ for Bedrock Dedicated Servers.

Windows Linux Documentation Minecraft - Version PyPI - Version Python GitHub License Codacy Badge Code style: black Discord Ko-Fi

๐Ÿ“„ Table of Contents

๐Ÿ“– Introduction ๐Ÿ”

We are excited to announce the Endstone project. Endstone offers a plugin API for Bedrock Dedicated Servers, supporting both Python and C++ languages. This allows developers to enhance Bedrock Dedicated Servers with various features and functionalities.

๐ŸŽฏ Features ๐Ÿ”

  • Cross-platform: We have dedicated efforts to support both Windows and Linux. Proudly, we are the only BDS-based server software sporting native support for both platforms without the need for an emulator.
  • Feature-rich: All up-to-date Minecraft features are at your fingertips! We make sure to keep Endstone aligned with the latest game updates.
  • Hassle-free: Ready to use right out of the box. Start the Endstone server with just one line of command. No extra tools required.
  • High-level API: We provide a high-level friendly API akin to Bukkit plugin developers. Save yourself the hassle of dealing with the dot-and-cross of the low-level system API and hooks, we've done the difficult part for you!
  • Starter-friendly: No C++ knowledge? No problem! Craft your plugins using Python, your favourite.
  • Performance-in-mind: For the performance savants, you can, of course, write (or rewrite) your plugins in C++ to squeeze out every bit of performance.

๐Ÿ› ๏ธ Get started ๐Ÿ”

Before getting started, verify that you are using one of the following compatible operating systems:

  • Windows 10 version 10.0.15063 or later
  • Windows Server 2016 or later
  • Debian 11 or later
  • Ubuntu 20.04 or later

Please also ensure you have Python 3.9 or higher installed on your system.

There are several ways to install Endstone:

๐Ÿ PyPi

Wheel PyPI - Downloads

Endstone can be installed directly from PyPi using pip. Open your terminal and execute the following command to install and start the Endstone server:

pip install endstone
endstone

๐Ÿง Linux

Endstone can be easily installed on Linux using an autoinstaller script.

Supported Operating Systems

The autoinstaller supports the following operating systems and distributions based on them:

  • Ubuntu
  • Debian
  • Fedora
  • Arch Linux

Download the Installer

You can use either wget or curl to download the required scripts.

Using wget:

wget https://raw.githubusercontent.com/EndstoneMC/endstone/main/scripts/autoinstall.sh
sudo chmod +x autoinstall.sh
wget https://raw.githubusercontent.com/EndstoneMC/endstone/main/scripts/start.sh
sudo chmod +x start.sh

Using curl:

curl -O https://raw.githubusercontent.com/EndstoneMC/endstone/main/scripts/autoinstall.sh
sudo chmod +x autoinstall.sh
curl -O https://raw.githubusercontent.com/EndstoneMC/endstone/main/scripts/start.sh
sudo chmod +x start.sh

Install and Start Endstone

Once the download is complete, run the following command to install Endstone:

./autoinstall.sh

This will install Endstone and automatically start the server after installation.

If you want to start Endstone at any time, simply run:

./start.sh

๐Ÿณ Docker

Docker Docker - Pulls Docker - Image Size

To try Endstone from the latest Docker image, use the following command:

docker pull endstone/endstone
docker run --rm -it -p 19132:19132/udp endstone/endstone

This will pull the latest Endstone image and run it interactively in your terminal.

๐Ÿ”จ Build locally from Source

For advanced users, you may build Endstone locally from the source.

First, clone the repository:

git clone https://github.com/EndstoneMC/endstone.git
cd endstone

Then, you can build the wheel and install it on your local machine:

pip install .
endstone

Please note that building from source requires toolchains to be installed on your system.

Windows Linux
Build System CMake CMake
Generator Ninja Ninja
C/C++ Compiler (Recommended) MSVC 193 (Visual Studio 2022) Clang 15
C/C++ Compiler (Minimum) MSVC 191 (Visual Studio 2017) Clang 9
Standard Library MSVC STL libc++

๐ŸŒŸ Plugins ๐Ÿ”

Currently, the Endstone project is under active development, and we invite you to review our roadmap. While you wait, why not take a sneaky peek of our example plugins which illustrate the friendliness of the plugin API. If you have previous experience with Bukkit, you should find the API particularly intuitive to work with:

Milestone Duration Core Since
๐Ÿ”Œ Plugin Loader 1-2 months โœ… v0.1.0
โŒจ๏ธ Command System 2-3 months โœ… v0.2.0
๐Ÿ” Permission System 2-3 months โœ… v0.3.0
๐ŸŽˆ Event System 2-3 months โœ… v0.4.0
๐Ÿ–ผ Form & Scoreboard API 1-2 months โœ… v0.5.0
๐Ÿ‘ค Player & Actor API 2-3 months ๐Ÿšง
๐Ÿงฑ Block API 1-2 months ๐Ÿšง
๐Ÿ“ฆ Item & Inventory API 2-3 months ๐Ÿšง
โญ Advanced Features & Refinements 4-6 months โณ
๐Ÿ”ฌ Beta Testing & Community Feedback 3 months โณ
๐Ÿš€ Official Release & Support - โณ

Here's a legend to guide you:

  • โœ…: Task is completed. Woohoo! ๐ŸŽ‰
  • ๐Ÿšง: Task is under way. We're on it! ๐Ÿ’ช
  • โณ: Task is up next. Exciting things are coming! ๐ŸŒ 

๐Ÿ™Œ Contributing ๐Ÿ”

We warmly welcome contributions to the Endstone project! If you're enthusiastic about enhancing Bedrock Dedicated Servers with Python and C++ and have ideas on how to improve Endstone, here are a few ways you can contribute:

Reporting Bugs

If you encounter any bugs while using Endstone, please open an issue in our GitHub repository. Ensure to include a detailed description of the bug and steps to reproduce it.

Submitting a Pull Request

We appreciate code contributions. If you've fixed a bug or implemented a new feature, please submit a pull request! Please ensure your code follows our coding standards and include tests where possible.

๐ŸŽซ License ๐Ÿ”

The Endstone project is licensed under the Apache-2.0 license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

endstone-0.5.3-cp312-cp312-win_amd64.whl (17.8 MB view details)

Uploaded CPython 3.12 Windows x86-64

endstone-0.5.3-cp312-cp312-manylinux_2_31_x86_64.whl (18.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.31+ x86-64

endstone-0.5.3-cp311-cp311-win_amd64.whl (17.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

endstone-0.5.3-cp311-cp311-manylinux_2_31_x86_64.whl (18.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.31+ x86-64

endstone-0.5.3-cp310-cp310-win_amd64.whl (17.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

endstone-0.5.3-cp310-cp310-manylinux_2_31_x86_64.whl (18.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.31+ x86-64

endstone-0.5.3-cp39-cp39-win_amd64.whl (17.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

endstone-0.5.3-cp39-cp39-manylinux_2_31_x86_64.whl (18.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.31+ x86-64

File details

Details for the file endstone-0.5.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: endstone-0.5.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 17.8 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for endstone-0.5.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a0088973caac8ab43f3d666637f8a12533d4a8e5c5572dcdd6af603d8caa43d6
MD5 3f603f150d44523ef25ed2f40b6bc34d
BLAKE2b-256 c432445d8c5f82b39dbe7407849dc9045f9790789750a7517995ba663189449b

See more details on using hashes here.

File details

Details for the file endstone-0.5.3-cp312-cp312-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for endstone-0.5.3-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 b5680ca78f32648e9029783165a709752f820a4c757e6272bfbf4c32c92e24a3
MD5 67373040bbcbd56b14dd92f55288fec5
BLAKE2b-256 9c2142db447c20f7059a50b13c933630310f0f12f3ea44738ce050246d0e1264

See more details on using hashes here.

File details

Details for the file endstone-0.5.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: endstone-0.5.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 17.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for endstone-0.5.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f5b7924cadb1931c7a1e6f32feb607adefa70fb0e4bbda15efa0f6b9aa029912
MD5 2512de0c7cc1227a987f9a0cb8262794
BLAKE2b-256 3831fa7a0a9144e79600599d72f89dc839b9a913f2f63ec0cafa3b6a4faaa99a

See more details on using hashes here.

File details

Details for the file endstone-0.5.3-cp311-cp311-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for endstone-0.5.3-cp311-cp311-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 49f5b333ad1475ec5e4101f4de7072296329d3a3baca363b0d6e63e4f83fe022
MD5 6bdfbf807fc610c4a6b1dca095f30247
BLAKE2b-256 c08ed61ee448f961aef0f0dd81642971f9dd9b5c27766a90286a29b3c72297af

See more details on using hashes here.

File details

Details for the file endstone-0.5.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: endstone-0.5.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 17.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for endstone-0.5.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 51714e2040f50b38ab58fff2f08a85109825f5327f36f1ac2ffae58f253574a0
MD5 daea70d14a2ceeba6cf9096ea349ca86
BLAKE2b-256 9ec18da95549149123f6725d0224a7814ffbe60b98790ba0d5336394ba8ec93a

See more details on using hashes here.

File details

Details for the file endstone-0.5.3-cp310-cp310-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for endstone-0.5.3-cp310-cp310-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 ec1b0bba06c9d82becee6c21c9d321242501cd858082c2f6bcb6738ee1243cb3
MD5 c4e0c6c4a2bb058158b54559a44352dd
BLAKE2b-256 2c922083dd4f667393b6d6077abe0501b0b46a93cce0d27bc9e183704366ceee

See more details on using hashes here.

File details

Details for the file endstone-0.5.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: endstone-0.5.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 17.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for endstone-0.5.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 093a99065a616c74e1a8a3633eafefa44d075eda84c8edac566e7f58b8b43717
MD5 9efdcbd18ae55797cebdbcf6495f2c69
BLAKE2b-256 64d2e8af58149dd594f814a810daa98d00ef4260b0ccb44fa10c72a2f63867f4

See more details on using hashes here.

File details

Details for the file endstone-0.5.3-cp39-cp39-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for endstone-0.5.3-cp39-cp39-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 2a60dd40901a685b5a65d6383e793bdbe5572b7f894a7726d9190631f63f8b7b
MD5 0d71466f42f1fcaea19af593fe3e6492
BLAKE2b-256 7656abf329603d443022059f0e4edac108c97c2c161160a14b7a6978fbbe4c48

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page