Generate boilerplate code for the Spigot API.
- Download the latest release on Releases.
- Extract the zip folder.
- Open a CLI and cd to the extracted folder.
- Execute the following command to generate the boilerplate code:
.\spigotboilerplate.py
- By default, the script will generate code for the latest Spigot API version it can in the current directory. To choose the Spigot API version and directory use the
-v
and-p
arguments, respectively.
-v or --version --> Version of the Spigot API for the boilerplate code. || Default: 1.18.2-R0.1-SNAPSHOT. -p or --path --> The path where the boilerplate code will be generated || Default: current directory.