0
0
mirror of https://github.com/Pumpkin-MC/Pumpkin-Website.git synced 2025-04-11 22:29:39 +00:00
Files
2025-03-17 07:55:18 +01:00

354 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 the 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)