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 lacksRole C, then addRole Z.- Example: If a member has either
ApplicantorTrial, and they do not haveBanned, then assign themMember.
- Example: If a member has either
-
If a user has
Role Aand has some of[Role B, Role C], then addRole Z.- Example: If a member has
Guild Leaderand also has eitherPvP PlayerorPvE Player, then grant themElite.
- Example: If a member has
-
If a user has some of
[Role A, Role B]and has some of[Role C, Role D], then addRole Z.- Example: If a member has either
Level 50orVeteran, and also has eitherActive PlayerorContributor, then give themCore Member.
- Example: If a member has either