> For the complete documentation index, see [llms.txt](https://docs.xandtech.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xandtech.fr/documentation/xplayersexp/about.md).

# About

XPlayersEXP is a powerful and versatile Minecraft plugin designed to manage player experience seamlessly on your server. Whether you want to allow players to store experience in bottles, run global double experience events, or implement custom experience-based features, this plugin provides a robust and flexible solution.

### Key Features

#### Experience Bottle System

* Allows players to withdraw and store their experience in customizable bottles with secure data storage
* Supports multiple calculation modes (POINTS or LEVELS) and configurable taxes
* Fully customizable item appearance, names, and lore

#### Global Double XP Events

* Start and manage server-wide experience boost events with configurable multipliers and durations
* Dynamic bossbar displays with customizable titles, colors, and styles
* Permission-based bonus multipliers for VIP players

#### Dynamic Command System

* Fully configurable commands and aliases
* Built-in tab completion support
* Comprehensive help menu system

#### Multi-Language Support

* Flexible language system supporting multiple languages
* Easily customizable language files to fit your community
* Prefix support and message formatting

#### PlaceholderAPI Integration

* Comprehensive set of placeholders for integration with chat plugins, scoreboards, and other systems
* Real-time experience and multiplier information
* Event status and time remaining placeholders

#### Configurable and Extensible

* Highly customizable configuration files
* Separate config files for different features (main config, doublexp, gui)
* Easy to tailor to your server's unique needs

#### Secure and Efficient

* Built with performance and security in mind
* Smooth operation even on large servers
* Persistent data storage using Minecraft's NamespacedKey system


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.xandtech.fr/documentation/xplayersexp/about.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
