Money Condition

This condition requires vault and an economy plugin like essentialsx.

If you want to create a money condition you have to create a condition with the MONEY type.

After that you have to insert a value.

Do not use number starting with -

Example:

conditions:
    moneyExample:
        type: MONEY
        value: 10
        text: "Example condition text"

Last updated