placeholder

It supports placeholders and requires the PlaceholderAPI to function.

conditions:
  - id: placeholder
    args:
      regex: ">=" # ==, >=, <=, >, <, equals, equalsIgnoreCase
      input: "%vault_eco_balance%"
      output: "100"

Last updated