/role requirements edit
Description
Updates the comparison, count, or extra data of a requirement selected by ID. The assigned role and requirement type cannot be changed; delete and recreate the requirement to replace either of them. If reset-extra-data is true, it takes precedence over extra-data.
Arguments
Name | Type | Description | Optional? |
|---|---|---|---|
| Integer | ID of the requirement to edit. | ❌ No |
| Enumeration | Replacement comparison. | ✅ Yes |
| Integer | Replacement count. | ✅ Yes |
| String | Replacement extra data. | ✅ Yes |
| Boolean | Whether to clear existing extra data. | ✅ Yes |
Examples
/role requirements edit role-requirement: 42 count: 250
See Also
28 August 2026