From bc4299bb5fa02375f1654c375671ecaf7bb87b76 Mon Sep 17 00:00:00 2001 From: illyrius666 <28700752+illyrius666@users.noreply.github.com> Date: Thu, 16 Apr 2026 08:01:46 +0200 Subject: [PATCH 1/2] fix Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com> --- docs/en/plugin-dev/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/plugin-dev/introduction.md b/docs/en/plugin-dev/introduction.md index 029020a..e663e00 100644 --- a/docs/en/plugin-dev/introduction.md +++ b/docs/en/plugin-dev/introduction.md @@ -10,5 +10,5 @@ so if you have previous experience with these and have experience with Rust, Pyt you should have a pretty easy time writing plugins for Pumpkin. :smile: * [Rust API](https://github.com/Pumpkin-MC/Pumpkin) -* [Python API](https://github.com/Pumpkin-MC/pumpkin-python) +* [Python API](https://github.com/Pumpkin-MC/pumpkin-api-py) * [C API](https://github.com/Pumpkin-MC/pumpkin-api-c) From 29675f9feea3e7e49d27765b2f54319201af89e2 Mon Sep 17 00:00:00 2001 From: illyrius666 <28700752+illyrius666@users.noreply.github.com> Date: Thu, 16 Apr 2026 08:03:05 +0200 Subject: [PATCH 2/2] fixed it also for other langs Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com> --- docs/de/plugin-dev/introduction.md | 9 ++++++--- docs/nl/plugin-dev/introduction.md | 10 +++++++--- docs/pt/plugin-dev/introduction.md | 12 ++++++++---- docs/tr_TR/plugin-dev/introduction.md | 8 +++++--- docs/zh_cn/plugin-dev/introduction.md | 5 +++-- 5 files changed, 29 insertions(+), 15 deletions(-) diff --git a/docs/de/plugin-dev/introduction.md b/docs/de/plugin-dev/introduction.md index d27d454..2c7936e 100644 --- a/docs/de/plugin-dev/introduction.md +++ b/docs/de/plugin-dev/introduction.md @@ -5,11 +5,14 @@ Die Pumpkin Plugin API befindet sich noch in einem sehr frühen Entwicklungsstad Wenn du auf Probleme stößt, melde dich bitte auf unserem [Discord‑Server](https://discord.gg/aaNuD6rFEe). ::: -Pumpkin‑Plugins integrieren sich sehr tief in die Server‑Software und ermöglichen dadurch viele Dinge, die auf anderer Serversoftware nicht möglich wären. +Pumpkin‑Plugins integrieren sich sehr tief in die Server‑Software und ermöglichen dadurch viele Dinge, die auf anderer +Serversoftware nicht möglich wären. -Die Pumpkin Plugin API orientiert sich in vielen Bereichen an der Spigot/Bukkit Plugin API. Wenn du damit bereits Erfahrung hast und Rust, Python oder C beherrscht, solltest du relativ einfach Plugins für Pumpkin schreiben können. :smile: +Die Pumpkin Plugin API orientiert sich in vielen Bereichen an der Spigot/Bukkit Plugin API. Wenn du damit bereits +Erfahrung hast und Rust, Python oder C beherrscht, solltest du relativ einfach Plugins für Pumpkin schreiben können. : +smile: * [Rust API](https://github.com/Pumpkin-MC/Pumpkin) -* [Python API](https://github.com/Pumpkin-MC/pumpkin-python) +* [Python API](https://github.com/Pumpkin-MC/pumpkin-api-py) * [C API](https://github.com/Pumpkin-MC/pumpkin-api-c) diff --git a/docs/nl/plugin-dev/introduction.md b/docs/nl/plugin-dev/introduction.md index 72ded9a..dffc962 100644 --- a/docs/nl/plugin-dev/introduction.md +++ b/docs/nl/plugin-dev/introduction.md @@ -1,14 +1,18 @@ # Pumpkin Plugin Ontwikkeling + ::: warning De Pumpkin Plugin API bevindt zich nog in een zeer vroeg ontwikkelingsstadium en kan op elk moment veranderen. Als je problemen ondervindt, neem dan contact op via [onze discord](https://discord.gg/aaNuD6rFEe) ::: -Pumpkin Plugins integreren op een zeer diep niveau met de server software, waardoor veel dingen mogelijk zijn die op andere server software niet mogelijk zouden zijn. +Pumpkin Plugins integreren op een zeer diep niveau met de server software, waardoor veel dingen mogelijk zijn die op +andere server software niet mogelijk zouden zijn. -De Pumpkin Plugin API haalt inspiratie uit de Spigot/Bukkit plugin API op veel plaatsen, dus als je eerdere ervaring hebt met deze en ervaring hebt met Rust, Python of C ontwikkeling, zou je vrij gemakkelijk plugins voor Pumpkin moeten kunnen schrijven :smile: +De Pumpkin Plugin API haalt inspiratie uit de Spigot/Bukkit plugin API op veel plaatsen, dus als je eerdere ervaring +hebt met deze en ervaring hebt met Rust, Python of C ontwikkeling, zou je vrij gemakkelijk plugins voor Pumpkin moeten +kunnen schrijven :smile: * [Rust API](https://github.com/Pumpkin-MC/Pumpkin) -* [Python API](https://github.com/Pumpkin-MC/pumpkin-python) +* [Python API](https://github.com/Pumpkin-MC/pumpkin-api-py) * [C API](https://github.com/Pumpkin-MC/pumpkin-api-c) diff --git a/docs/pt/plugin-dev/introduction.md b/docs/pt/plugin-dev/introduction.md index 2f5832c..ce1b66b 100644 --- a/docs/pt/plugin-dev/introduction.md +++ b/docs/pt/plugin-dev/introduction.md @@ -2,13 +2,17 @@ ::: warning ATENÇÃO A API de Plugins Pumpkin ainda está em um estágio inicial de desenvolvimento e pode mudar a qualquer momento. -Se você encontrar algum problema, por favor, entre em contato em [nosso servidor no Discord](https://discord.gg/aaNuD6rFEe). +Se você encontrar algum problema, por favor, entre em contato +em [nosso servidor no Discord](https://discord.gg/aaNuD6rFEe). ::: -Os Plugins Pumpkin se integram ao software do servidor de maneira muito profunda, permitindo muitas coisas que não seriam possíveis em outros softwares de servidor. +Os Plugins Pumpkin se integram ao software do servidor de maneira muito profunda, permitindo muitas coisas que não +seriam possíveis em outros softwares de servidor. -A API de Plugins Pumpkin se inspira na API de plugins do Spigot/Bukkit em diversos aspectos, então, se você tem experiência prévia com os mesmos e possui experiência com desenvolvimento em Rust, Python ou C, você terá uma experiência relativamente fácil ao escrever plugins para o Pumpkin. :smile: +A API de Plugins Pumpkin se inspira na API de plugins do Spigot/Bukkit em diversos aspectos, então, se você tem +experiência prévia com os mesmos e possui experiência com desenvolvimento em Rust, Python ou C, você terá uma +experiência relativamente fácil ao escrever plugins para o Pumpkin. :smile: * [Rust API](https://github.com/Pumpkin-MC/Pumpkin) -* [Python API](https://github.com/Pumpkin-MC/pumpkin-python) +* [Python API](https://github.com/Pumpkin-MC/pumpkin-api-py) * [C API](https://github.com/Pumpkin-MC/pumpkin-api-c) diff --git a/docs/tr_TR/plugin-dev/introduction.md b/docs/tr_TR/plugin-dev/introduction.md index 5546658..96e645f 100644 --- a/docs/tr_TR/plugin-dev/introduction.md +++ b/docs/tr_TR/plugin-dev/introduction.md @@ -5,10 +5,12 @@ Pumpkin Eklenti API'si hâlâ çok erken bir geliştirme aşamasındadır ve her Herhangi bir sorunla karşılaşırsanız lütfen [Discord sunucumuzdan](https://discord.gg/aaNuD6rFEe) bize ulaşın. ::: -Pumpkin Eklentileri, sunucu yazılımıyla çok derin bir seviyede entegre olur ve diğer sunucu yazılımlarında mümkün olmayacak birçok şeye olanak tanır. +Pumpkin Eklentileri, sunucu yazılımıyla çok derin bir seviyede entegre olur ve diğer sunucu yazılımlarında mümkün +olmayacak birçok şeye olanak tanır. -Pumpkin Eklenti API'si birçok yerde Spigot/Bukkit eklenti API'sinden ilham alır; daha önce bunlarla deneyiminiz ve Rust, Python veya C geliştirme tecrübeniz varsa Pumpkin için eklenti yazmanız oldukça kolay olacaktır. :smile: +Pumpkin Eklenti API'si birçok yerde Spigot/Bukkit eklenti API'sinden ilham alır; daha önce bunlarla deneyiminiz ve Rust, +Python veya C geliştirme tecrübeniz varsa Pumpkin için eklenti yazmanız oldukça kolay olacaktır. :smile: * [Rust API](https://github.com/Pumpkin-MC/Pumpkin) -* [Python API](https://github.com/Pumpkin-MC/pumpkin-python) +* [Python API](https://github.com/Pumpkin-MC/pumpkin-api-py) * [C API](https://github.com/Pumpkin-MC/pumpkin-api-c) diff --git a/docs/zh_cn/plugin-dev/introduction.md b/docs/zh_cn/plugin-dev/introduction.md index aff40cd..d6a26fc 100644 --- a/docs/zh_cn/plugin-dev/introduction.md +++ b/docs/zh_cn/plugin-dev/introduction.md @@ -7,8 +7,9 @@ Pumpkin 插件 API 仍处于非常早期的开发阶段,可能随时会发生 Pumpkin 插件与服务器软件在很深的层次上集成,允许实现其他服务器软件无法实现的许多功能。 -Pumpkin 插件 API 在很多方面受到 Spigot/Bukkit 插件 API 的启发,因此如果您有这些 API 的使用经验并且熟悉 Rust、Python 或 C 开发,您应该能够相对轻松地为 Pumpkin 编写插件。 :smile: +Pumpkin 插件 API 在很多方面受到 Spigot/Bukkit 插件 API 的启发,因此如果您有这些 API 的使用经验并且熟悉 Rust、Python 或 C +开发,您应该能够相对轻松地为 Pumpkin 编写插件。 :smile: * [Rust API](https://github.com/Pumpkin-MC/Pumpkin) -* [Python API](https://github.com/Pumpkin-MC/pumpkin-python) +* [Python API](https://github.com/Pumpkin-MC/pumpkin-api-py) * [C API](https://github.com/Pumpkin-MC/pumpkin-api-c)