# Getting started

Need to develop spigot plugins faster? With this template you will have a base for your plugins.

This template will include the main systems that are used in all plugins. A command, inventory and message system will be the main features of this template.

This template was created in December 2019 and is used in many plugins. Mainly used by GroupeZ developers for their different public plugins (such as [zAuctionHouse](https://groupez.dev/resources/zauctionhouse.1), [zShop](https://groupez.dev/resources/zshop.2), [zFactionRanking](https://groupez.dev/resources/zfactionsranking.7), etc) or for any custom plugins.

## Why use the template?

Using the template will allow you to standardize your plugins, having the same base for each plugin it will be easier and faster to work on. You will also have a standardization of the yml configuration files, which is for the user a very good thing.


---

# 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://template.groupez.dev/master.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.
