# 👋 LiteNameTags

LiteNameTags is designed for servers that want clean visuals without sacrificing scalability. It uses a packet-based approach focused on smoother nametag movement, better behavior in crowded areas, and more control over formatting and compatibility.

***

### ✨ Highlights

* Smooth nametag movement
* Packet-based rendering
* Built for modern Paper servers
* Better scalability in busy environments
* Group-based customization
* Placeholder support
* Built-in performance tools

***

### 📦 Quick Requirements

Required:

* Paper 1.21+
* PacketEvents

Recommended:

* PlaceholderAPI

***

### 🚀 Getting Started

If this is your first time using LiteNameTags, follow this order:

1. Install the plugin and its dependencies
2. Review the default configuration files
3. Set up your main groups
4. Test nametag rendering in-game
5. Use `/lnt perf` to validate performance

***

### 🔗 Quick Links

* [Installation](/getting-started/installation.md)
* [Initial Setup](/getting-started/initial-setup.md)
* [config.yml](/configuration/config.yml.md)
* [groups.yml](https://groups.yml)
* [Integrations](/integrations.md)
* [Commands](/commands.md)
* [Performance](/performance.md)
* [Troubleshooting](/troubleshooting.md)

***


---

# 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://litenametags.nemesismc.net/litenametags.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.
