-
Notifications
You must be signed in to change notification settings - Fork 0
MMOAttribute Requirement
Aria edited this page Sep 23, 2020
·
2 revisions
REQUIRES MMOCORE
Requires the player to have a specific or higher amount of points invested in the specified attribute.
| Line Config Arg. | Description |
|---|---|
required (Integer) |
The required points. |
attribute (String) |
The attribute they need the points in |
base (Boolean) |
Whether or not to use the BASE(true) or TOTAL(false) attribute value (Default: False) |
- 'mmoattribute{required=5,attribute="strength",base=true}'
- Vault - Permission
- MMOCore - MMOExperience
- Vault - Money, Permission
- MMOItems - MMOItem
- MMOCore - MMOClass, MMOLevel, MMOProfLevel, MMOAttribute, MMOPoint, MMOResource
- ExecutableItems - ExecItem
