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

# Overview

> MLVoucher - advanced voucher management for your Minecraft server

MLVoucher brings a clean and flexible voucher system to your Minecraft server. Create vouchers for items, commands, ranks, money, keys, and custom rewards, then let your players redeem them with a simple code.

Built for servers that need full control without unnecessary complexity, MLVoucher gives you everything you need to manage your vouchers from creation to redemption.

<CardGroup cols={2}>
  <Card title="Download" icon="download" href="https://builtbybit.com/resources/mlvouchers.122131/">
    Available on BuiltByBit.
  </Card>

  <Card title="Commands" icon="terminal" href="/plugins/mlvouchers/commands">
    Full command reference.
  </Card>
</CardGroup>

## Requirements

No dependencies needed for this plugin - MLVoucher works standalone, right out of the box.

## Core features

* **Voucher Selector GUI** - players and staff can browse available vouchers visually instead of memorizing codes
* **Required placeholders** <sup>NEW</sup> - a voucher can require values to be filled in when it's given, like a custom expiration, instead of being locked to one fixed configuration
* **Logs GUI** - keep track of every player and see exactly which vouchers they've activated, and when
* **High performance & lightweight** - optimized to stay fast under heavy load, no matter the size of your server

### Custom expiration in command

A voucher template can require a placeholder - for example `days` - that gets filled in when the voucher is given, instead of you pre-configuring a `kingrank-7d`, `kingrank-30d`, `kingrank-permanent`, and so on for every duration you want to offer:

```bash theme={null}
/voucher give Nephesis_ kingrank 1 days:7
```

This gives `Nephesis_` 1x `kingrank` voucher with its `days` placeholder set to `7`, without touching `config.yml`. See [Giving a voucher with placeholders](/plugins/mlvouchers/commands#giving-a-voucher-with-placeholders) for the full syntax.

See [Supported Versions](/supported-versions) for the Minecraft and server software this plugin supports.

## Licensing

This plugin is protected by our license system — see [Licensing & Purchases](/licensing) for how it works.

<Tip>
  Questions about MLVoucher? Ask in [Discord](https://dc.mythiclabs.eu).
</Tip>
