# Frequently Asked Questions

## What is the third argument when you are adding custom enchantments?

The third argument is the chance of the enchantment being applied to the item, so you can create kit items that have a chance to add special enchantments.

## Do I need EliteEnchantments to use the addon?

Yes, the GKits plugin was made specifically to be an addon to EliteEnchantments and not a separate plugin. It does not contain support to run on its own or with any other custom enchantment plugin.

## Why aren't the GKit gems working?

The configuration is natively setup to support PermissionsEX, if you use any other permissions plugin you will need to modify the "Permissions-Command" inside the config.yml.

## What is the permission to each GKit?

The permission for GKits can be modified individually for each GKit inside each .yml file. By default the permission is **gkits.\<name>** \[Example:`gkits.enchantment`]&#x20;


---

# 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://docs.eliteminecraftplugins.com/eliteenchantments/addons-1/gkits/gkit-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.
