Conditions

Features

Conditions

Access Conditions

Optional conditions gate who can claim a kit and when.

conditions:
  placeholder: "%player_level% >= 10"   # any PlaceholderAPI expression
  worlds:
  - survival
  min-playtime: "2h"                    # PLAY_ONE_MINUTE statistic
  required-item: "DIAMOND:1"            # consumed on claim
  available-from: "2026-12-01"          # optional date window
  available-until: "2026-12-31 23:59"
Operator (placeholder)Meaning
= == !=Equality (numeric or text)
>= <= > <Numeric comparison

Inventory-Full Handling

The global inventory-full setting decides what happens when a kit's items don't fit:

ModeBehaviour
dropOverflow drops at the player's feet
pendingOverflow is stored; recovered with /kits claim-pending
blockThe claim is refused unless everything fits

Still need help?

Ask our team on Discord or browse the source.