0
0
mirror of https://github.com/Pumpkin-MC/Pumpkin-Website.git synced 2025-02-12 00:00:57 +00:00
Pumpkin-Website/docs/plugin-dev/introduction.md
vyPal b56c909b57 Plugin Development Tutorial / API Docs (#5)
* Add plugin development tutorial base

* Add join event handler page

* Mark rest of plugin-dev as coming soon

* Simplify creating project

* Fix dead link
2025-01-24 17:29:38 +01:00

11 lines
638 B
Markdown

# Pumpkin Plugin Development
::: warning
The Pumpkin Plugin API is still in a very early stage of development and may change at any time.
If you run into any issues please reach out on [our discord](https://discord.gg/aaNuD6rFEe)
:::
Pumpkin Plugins integrate with the server software on a very deep level allowing for many things that would not be possible on other server software.
The Pumpkin Plugin API takes inspiration from the Spigot/Bukkit plugin API in many places, so if you have previous experience with these and have experience with rust development, you should have a pretty easy time writing plugins for Pumpkin :smile: