Skip to content

* Making a Spout plugin

Martijn Muijsers edited this page May 26, 2026 · 2 revisions

Introduction

Making a Spout plugin is very simple:

  1. Create a regular Paper plugin
  2. Add the Spout API as a dependency
  3. 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.

Table of contents

Pages are ordered from the easiest way to add content, to more and more customization.

If you want to be done quickly:

  1. Project setup
  2. Adding blocks and items
  3. Using custom blocks and items in plugin code

If you want more customization:

  1. (to be written soon)

Clone this wiki locally