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:
You should see something like this in your console:

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.

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.

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