Skip to main content

RoleLogic v1.0.1

Released September 12, 2025


Update: Combined Conditions (AND Logic)

This update introduces Combined Conditions (AND logic), making it easier to build advanced rules without relying on priority workarounds.

New Improvement

  • Combined conditions (AND logic):
    • Define multiple conditions that must be satisfied simultaneously.
    • Simplifies complex setups that previously required multiple rules and careful priority ordering.

Example Use Cases

  • If a user has some of [Role A, Role B] and lacks Role C, then add Role Z.

    • Example: If a member has either Applicant or Trial, and they do not have Banned, then assign them Member.
  • If a user has Role A and has some of [Role B, Role C], then add Role Z.

    • Example: If a member has Guild Leader and also has either PvP Player or PvE Player, then grant them Elite.
  • If a user has some of [Role A, Role B] and has some of [Role C, Role D], then add Role Z.

    • Example: If a member has either Level 50 or Veteran, and also has either Active Player or Contributor, then give them Core Member.