0
0
mirror of https://github.com/Pumpkin-MC/Pumpkin-Website.git synced 2025-02-07 02:39:44 +00:00
suprohub bf088d9f13 Correct Plugin API docs (#7)
* Fixes

* Fixes

---------

Co-authored-by: Alexander Medvedev <lilalexmed@proton.me>
2025-02-06 17:43:32 +01:00

363 B

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)