# Making your own Origins-Reborn addon

To make an Origins-Reborn addon, you first need to have a basic understanding of Java and of how to make a Paper plugin.

You can find a guide to making Paper plugins [here](https://docs.papermc.io/paper/dev/project-setup).

When you're done setting up a basic Paper plugin, you can register it as an Origins-Reborn addon by following the steps in [Creating the addon](/origins-reborn/making-your-own-origins-reborn-addon/creating-the-addon.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://starshooter.gitbook.io/origins-reborn/making-your-own-origins-reborn-addon.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
