Placeholders
Registered automatically when PlaceholderAPI is installed. Identifier: alpharewards.
PlaceholderAPI — %alpharewards_*%
| Placeholder | Returns |
|---|---|
%alpharewards_day% | Current Daily-mode day number |
%alpharewards_streak% | Current streak count |
%alpharewards_claimed% | Number of claimed days (Daily-mode) |
%alpharewards_total% | Total reward days defined in the active menu file |
%alpharewards_remaining% | total − claimed (streak count in STREAK mode), never negative |
%alpharewards_available% | 0 or 1 — whether a reward is claimable right now |
%alpharewards_mode% | DAILY or STREAK |
%alpharewards_claimable% | true / false |
%alpharewards_joinnotify% | true / false — the player's own join-notification setting |
%alpharewards_autoclaim% | true / false — the player's own auto-claim setting |
If the player's data hasn't finished loading yet (right after join, before the async load completes), every numeric placeholder transiently returns
0 instead of the real value.Reward-command placeholders
Used inside each reward day's commands lists in menus/daily.yml / menus/streak.yml — a plain literal substitution, not PlaceholderAPI:
| Placeholder | Meaning |
|---|---|
{player} | The claiming player's name |
