0
0
mirror of https://github.com/Pumpkin-MC/Pumpkin-Website.git synced 2025-08-06 12:11:42 +00:00
Files
Pumpkin-Website/docs/zh_cn/plugin-dev/introduction.md
2025-07-01 19:56:46 +02:00

9 lines
571 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Pumpkin 插件开发
::: warning
Pumpkin 插件API仍处于非常早期的开发阶段可能随时会发生变化。
如果您遇到任何问题,请在[我们的Discord服务器](https://discord.gg/aaNuD6rFEe)上联系我们。
:::
Pumpkin 插件与服务器软件在很深的层次上集成,允许实现其他服务器软件无法实现的许多功能。
Pumpkin 插件API在很多方面受到Spigot/Bukkit插件API的启发因此如果您有这些API的使用经验并且熟悉Rust开发您应该能够相对轻松地为Pumpkin 编写插件。 :smile: