0
0
mirror of https://github.com/Pumpkin-MC/Pumpkin-Website.git synced 2025-04-20 13:20:48 +00:00
Files
Pumpkin-Website/docs/nl/plugin-dev/introduction.md
Khalaor 6d855c9c68 Add multi-lingual (translation) support (#17)
* Change VitePress config to add locales

* Move English documentation into new Directory

* Started Dutch translations

* Add Translation instructions

* Set cleanUrls (Removes .html in URLs)

* Ignore typo's for files containing translations

* Add Dutch translations

* Simplify config structure

* Fix main page redirects for Dutch translation

* Updated small indent issue

---------

Co-authored-by: khalaor-gh <khalaor4@gmail.com>
2025-03-04 19:04:30 +01:00

674 B

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 :::

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 ontwikkeling, zou je vrij gemakkelijk plugins voor Pumpkin moeten kunnen schrijven 😄