Bedrock-OSS / bedrock-wiki

Rewrite of the Bedrock Wiki.
https://wiki.bedrock.dev
158 stars 258 forks source link

Update server-software.md #834

Closed wu-vincent closed 3 months ago

wu-vincent commented 3 months ago

Dear Bedrock-wiki maintainers,

I am the author of the Endstone Project and the original author of the Nukkit Project. I greatly appreciate your dedicated efforts in maintaining such a comprehensive and up-to-date wiki.

The Endstone project is designed to offer a high-level API for plugin developers, similar to the Bukkit/Spigot API, while managing the more complex aspects (like hooks) under the hood, making the process transparent for plugin developers. Much of Endstone is written in C++, but we've also integrated a Python interpreter. This allows developers the flexibility to write plugins in either C++ or Python. Endstone is distributed as a Python package, enabling easy setup and use with just two command lines:

pip install endstone
endstone

Although the Endstone project is still under development, we've made considerable progress, including sample plugins in both C++ and Python that are already functional at this stage of development.

Thank you for considering my pull request, and I look forward to adding Endstone to the Bedrock Server Software List.