mirror of
https://github.com/Pumpkin-MC/Pumpkin-Website.git
synced 2025-10-03 03:20:00 +00:00
* 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>
10 lines
363 B
Markdown
10 lines
363 B
Markdown
# Writing an Example Plugin
|
|
This tutorial will guide you through creating a new plugin.
|
|
|
|
This tutorial expects that you have some experience with rust and with using a command line.
|
|
|
|
Topics described in this tutorial:
|
|
- Modifying the join message
|
|
- Creating a rock-paper-scissors command (coming soon)
|
|
- Saving plugin data in the plugin's directory (coming soon)
|