-
Notifications
You must be signed in to change notification settings - Fork 3
* Making a Spout plugin
Martijn Muijsers edited this page May 26, 2026
·
2 revisions
Making a Spout plugin is very simple:
- Create a regular Paper plugin
- Add the Spout API as a dependency
- Define your content with a data and resource pack
You can clone the blank template or example plugin to get started quickly, or make a project from scratch.
Pages are ordered from the easiest way to add content, to more and more customization.
If you want to be done quickly:
If you want more customization:
- (to be written soon)