Skip to main content

PLACEHOLDERAPI

PLACEHOLDERAPI adds progress when a PlaceholderAPI comparison passes.

Format

quest:
objectives:
type: "PLACEHOLDERAPI"
goal: 1
value: "%vault_eco_balance%"
operator: ">="
endValue: "10000"
required:
- "1"

Comparison fields

FieldDescription
valuePlaceholderAPI placeholder to resolve for the player.
operatorComparison operator.
endValueExpected value to compare against.

Supported operators:

  • >
  • >=
  • <
  • <=
  • =< alias for <=
  • ==
  • = alias for ==
  • !=

Notes

  • PlaceholderAPI must be installed.
  • Numeric comparisons are used when both values can be parsed as numbers.
  • == and != can compare text values case-insensitively.
  • Background checks run every 5 seconds.