MMOAttribute Requirement - ASangarin/TechTree GitHub Wiki
Feature
REQUIRES MMOCORE
Requires the player to have a specific or higher amount of points invested in the specified attribute.
Arguments
| 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) |
Example
- 'mmoattribute{required=5,attribute="strength",base=true}'