# Known Plugin Keys

Below is a collection of known keys for use in the `externalplugins.yml` file which should allow for LevelledMobs to identify those mobs and be able to condition against them, meaning they can be levelled or unlevelled as a unique group of mobs. While we cannot guarentee that these will always work, it is rare for the keys being referenced to be changed unless the 3rd party plugin has undergone significant changes.

***

#### Deadly Disasters

<https://www.spigotmc.org/resources/deadly-disasters.90806/>

```yaml
Deadly-Disasters:
  friendly-name: 'Deadly-Disasters'
  plugin-name: 'DeadlyDisasters'
  key-name: 'customentity'
  key-type: 'PDC'
  requirement: 'exists'
 #placeholder-name: '%deadly-disasters-name%'
```

***

**GadgetMenu**

<https://www.spigotmc.org/resources/gadgetsmenu-free.10885/>\
<https://www.spigotmc.org/resources/gadgetsmenu-premium.62831/>

```yaml
gadgets-menu:
  friendly-name: 'gadgets-menu'
  plugin-name: 'GadgetsMenu'
  key-name: 'GadgetsMenu-Pet'
  key-type: 'metadata'
  requirement: 'exists'
#  placeholder-name: '%gadgets-menu-name%'
```

***


---

# 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://arcaneplugins.gitbook.io/levelledmobs-the-ultimate-mob-levelling-solution/the-default-files/externalplugins.yml/known-plugin-keys.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.
