Skip to main content

Vault Ingredient

The vault ingredient requires money from the server's main Vault economy.

This ingredient requires Vault and an economy plugin.

Example

ingredients:
money:
type: vault
value: 1000

With operator

ingredients:
money:
type: vault
operator: ">="
value: 1000

Fields

FieldTypeDescription
valueNumberMoney amount.
operatorTextComparison operator. Usually >=.
consumeBooleanIf true, the money is withdrawn during crafting.

Operators

Common operators:

OperatorMeaning
>=Player must have at least this value.
>Player must have more than this value.
<=Player must have at most this value.
<Player must have less than this value.
=Player must have exactly this value.

Important note

Vault must be installed and connected to an economy plugin. If Vault is installed but no economy provider is available, Vault ingredients and results will not work correctly.