> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.ph4ntom.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Dependencies

> Required plugins for the Lifesteal server setup.

## Required Dependencies

To enable NPC features (Shop, Quests, and more), you must download and install the following plugins manually on your server.

<AccordionGroup>
  <Accordion icon="users" title="Citizens">
    **Purpose:** Creates and manages NPCs for your server

    Citizens enables interactive non-player characters that can serve as shopkeepers, quest givers, and more.

    **Available Versions:**

    * **Free Version:** [Download from CI Server](https://ci.citizensnpcs.co/job/citizens2/)
    * **Premium Version:** [Download from SpigotMC](https://www.spigotmc.org/resources/citizens.13811/)

    <Tip>
      Both versions work with the Lifesteal setup. Choose based on your needs and budget.
    </Tip>
  </Accordion>

  <Accordion icon="mask" title="Lib's Disguises">
    **Purpose:** Allows NPCs to display custom skins and appearances

    Lib's Disguises is required for NPC skins to function properly with Ultra Cosmetics.

    **Available Versions:**

    * **Free Version:** [Download from SpigotMC](https://www.spigotmc.org/resources/libs-disguises-free.81/)
    * **Premium Version:** [Download from SpigotMC](https://www.spigotmc.org/resources/libs-disguises-premium.32453/)

    <Tip>
      The Premium version has more features, but the Free version is sufficient for the Lifesteal setup.
    </Tip>
  </Accordion>
</AccordionGroup>

## Installation Steps

<Steps>
  <Step title="Download Plugins">
    Download both Citizens and Lib's Disguises from the links above
  </Step>

  <Step title="Extract JAR Files">
    Extract the downloaded JAR files from any ZIP archives
  </Step>

  <Step title="Upload to Server">
    Place the JAR files in your server's `plugins/` folder
  </Step>

  <Step title="Restart Server">
    Restart your server to load the new plugins
  </Step>

  <Step title="Verify Installation">
    Check that both plugins loaded successfully in the console
  </Step>
</Steps>

<Note>
  **Important:** Both Citizens and Lib's Disguises must be installed for NPC features to work properly. Without these dependencies, NPC shops and quests will not function.
</Note>
