⚖️Conditions

conditions:
  "1":
    first: "%mmocore_class%"
    second: "Warrior"
    operator: "=="
  "2":
    first: "%your_level%"
    second: 10
    operator: ">="
  • Operators: ==, !=, >=, <=, >, <, contains

  • Placeholder Support: Works with PlaceholderAPI

Last updated