> ## 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.

# FAQs

> Frequently asked questions about the Premium Leaderboards Configuration.

## Setup Guide

To setup leaderboards, follow these instructions:

<Steps>
  <Step title="Install Required Plugins">
    Download and install both [DecentHolograms](https://modrinth.com/plugin/decentholograms) and [ajLeaderboards](https://www.spigotmc.org/resources/ajleaderboards.85548/) on your server.
  </Step>

  <Step title="Extract Configuration Files">
    Extract the product file and place the leaderboards in the `holograms` folder of the DecentHolograms plugin.
  </Step>

  <Step title="Upload Files to Server">
    Ensure the files have been successfully uploaded to your server.
  </Step>

  <Step title="Download PlaceholderAPI Expansions">
    Type the following commands:

    * `/papi ecloud download statistic`
    * `/papi reload`
  </Step>

  <Step title="Add Leaderboard Placeholders">
    Example for Leaderboard-Kills: `/ajlb add %statistic_player_kills%`
  </Step>

  <Step title="Set Permissions">
    Type: `/luckperms group default permission set ajleaderboards.dontupdate.* false`
  </Step>

  <Step title="Adjust Hologram Location">
    Update the location using `/dh mvhr Leaderboard-Balance` or edit the configuration file.
  </Step>

  <Step title="Restart Server">
    Restart your server to apply all changes.
  </Step>
</Steps>

## Reset Leaderboards

To reset leaderboard values, follow these instructions:

<Steps>
  <Step title="Identify Placeholder">
    Find the placeholder of the leaderboard you want to reset (e.g., `%statistic_player_kills%`).
  </Step>

  <Step title="Run Reset Command">
    Type `/ajlb reset <placeholder>` in-game or in console.

    Example: `/ajlb reset %statistic_player_kills%`
  </Step>

  <Step title="Reload Plugins">
    Type `/ajlb reload` and `/papi reload` to refresh the displays.
  </Step>
</Steps>

<Note>
  If the leaderboard tracks cumulative data (like vanilla Statistics), values may return when players rejoin. You must reset the source data to wipe it permanently.
</Note>

## Common Topics

<AccordionGroup>
  <Accordion icon="wrench" title="Installation and setup">
    Questions about installing dependencies, uploading configuration files, and initial setup.
  </Accordion>

  <Accordion icon="palette" title="Customization and colors">
    How to change colors, gradients, positions, and styling of leaderboards.
  </Accordion>

  <Accordion icon="chart-bar" title="Statistics and categories">
    Information about available stat types, time categories, and leaderboard options.
  </Accordion>

  <Accordion icon="plug" title="Plugin compatibility">
    Ensuring compatibility with Decent Holograms, ajLeaderboards, and PlaceholderAPI.
  </Accordion>

  <Accordion icon="tachometer-alt" title="Performance and optimization">
    Tips for optimizing leaderboard performance and reducing server impact.
  </Accordion>
</AccordionGroup>

## Need Help?

<Note>
  If you encounter any issues or have questions that aren't covered here, please reach out to support on our [Discord](https://ph4ntom.org/discord). We're here to help!
</Note>
