# Addon FAQ

## How can I install addons for SimplePets

Here is the main way of installing addons for SimplePets:

1. Click the <mark style="color:red;">`Install Addons`</mark> item that is on the last row
2. Click the addon you would like to install *<mark style="color:green;">(Some of them have plugin requirements)</mark>*
3. Re-Open the <mark style="color:red;">`/pet addon`</mark> GUI and make sure the installed addon is enabled (green)

<mark style="color:orange;">**--- IF it is still red check your console for an error message ---**</mark>

Here are some images showing how to do this [*<mark style="color:blue;">**CLICK HERE**</mark>*](https://imgur.com/a/Yl0oxft)

## How can i reload my addons after customizing them?

So you have finished customizing the addons config file and would like the new configuration to be used. You can do it 2 ways..\
\
\- The first way is to simply <mark style="color:red;">`restart`</mark> your server, doing the restart refreshes the plugins memory and guarantees a fresh start\
\
\- The second way is to follow these steps:

1. Run the <mark style="color:red;">`/pet addon`</mark> command
2. <mark style="color:orange;">`Disable`</mark> the addon you modified the config for
3. <mark style="color:orange;">`Re-Enable`</mark> the addon you just disabled\
   Doing so will refresh the addon with the new config information.

## How can I update the addons I have installed?

Currently there are currently 3 ways to update the addons you have installed

1. The simplest way is to use the [Addon Command](/command-information/commands/addon-command.md). You can run the command like: \ <mark style="color:red;">`/pet addon update PetWeight`</mark> as an example, This will unload the current version... then download the latest version available. <mark style="color:orange;">`(Added in v5.0-BUILD-124)`</mark>
2. Download them manually from either our [*<mark style="color:red;">**JENKINS**</mark>*](https://ci.pluginwiki.us/view/SimplePets%20Addons/) or from the [*<mark style="color:red;">**Addon Site**</mark>*](https://bsdevelopment.org/addons/) Then drop them into the <mark style="color:red;">`plugins/SimplePets/Addons`</mark> folder and restart your server
3. The final way is to delete the Addons' jar file from the <mark style="color:red;">`plugins/SimplePets/Addons`</mark> folder then re-install it by following the [*<mark style="color:red;">**STEPS HERE**</mark>*](#how-can-i-install-addons-for-simplepets)


---

# 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://wiki.bsdevelopment.org/pet-addons/addon-faq.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.
