Introduction
Claimo is a voucher / code redemption plugin for PaperMC 1.21.1 – 26.2. Players redeem codes with a configurable command; each code runs one or more server commands and can gate redemption behind requirements (blocks mined, playtime, …).
The requirement system is a public API, so addons can plug in new checks — e.g. “follows us on TikTok / YouTube / X / Instagram”.
How it works
Section titled “How it works”- An admin defines a voucher — a code name, the command(s) it runs, and optional requirements and limits.
- A player runs
/<command> <voucher>(or clicks it in the GUI). - Claimo checks every requirement. If they all pass, the commands run and the player sees a success message; otherwise a checklist of met / unmet requirements is shown.
Key concepts
Section titled “Key concepts”VouchersOne .yml file per code. The file name is the code players type.
RequirementsOptional gates that must all pass before a code is redeemable.
Commands & permissionsHow players redeem and how admins manage codes.
Configurationconfig.yml, messages.yml, gui.yml and storage backends.
Version compatibility
Section titled “Version compatibility”| Feature | Minimum version |
|---|---|
| Core plugin (redeem, GUI, requirements, storage) | Paper 1.21.1 |
In-game creator — /code create, edit, delete |
Paper 1.21.7+ Dialog API |