Install your plugin

Before installing your first plugin, you will need to build it.

Click on the icon on the side bar to open the terminal and type:

pip install pipx
pipx run build --wheel

You should see something like this in your console:

PyCharm build plugin

Then, copy the built wheel package endstone_my_plugin.whl under the dist folder to the plugins folder path/to/bedrock_server/plugins.

Click on the menu icon on the top bar and select Build > Build Project to build your plugin.

CLion build plugin

Then, copy the built shared library endstone_my_plugin.dll to the plugins folder path/to/bedrock_server/plugins.

Now, start your server again. You should see your plugin has been successfully loaded.

Start server with plugin

🥳 Congratulations! You've made your first plugin for Endstone servers!

Comments