# Hello World!

Before starting, this is a non-official wiki about **Simple Resourcepack** plugin & creating custom resource pack for the plugin. Link of the plugin below there (Only for 1.20.3 and above):

{% embed url="<https://www.spigotmc.org/resources/simple-resourcepack.113476/>" %}
Thanks to the author of this plugin.
{% endembed %}

**Simple Resourcepack** remove the need for external file hosts like **Dropbox**, **Github** or **Google Drive**. All the files are hosted directly on your server **asynchronously**. This will improve your **workflow** during development of your server, because it allows you to quickly update and test your packs.

**Host**, **Edit** and **Manage** your resource packs without the need for external tools.

Lastly, all of the examples are tested on **Minecraft Java**, **Paper 1.20.4**.


---

# 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://chatillon7.gitbook.io/srp-resource-pack-wiki-non-official/introduction/hello-world.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.
