PyPlugins is an experimental Minecraft Bedrock Nukkit plugin that lets server administrators and Python developers create and load plugins written in Python through Jython. It offers a more accessible way to build server features when Java feels less familiar, while still requiring knowledge of the Nukkit API.
A Python plugin uses a plugin.py entry file and a plugin.yml descriptor for metadata and commands. The original release had limited support, with event listeners and task scheduling not yet available, making it best suited to experimentation and lightweight server customization. At BoxToPlay, our Minecraft server setup makes this kind of content easy to manage.
Create your Nukkit server and install PyPlugins with one click!