Skip to content

MMOPoint Requirement

Aria edited this page Sep 23, 2020 · 1 revision

Feature

REQUIRES MMOCORE
Requires the player to have a specific or higher amount of certain MMOCore points

Arguments

Line Config Arg. Description
required (Integer) The required points.
point (String) The type of point they need the amount of
take (Boolean) Whether or not to take the points on unlock (Default: False)

Example

- 'mmopoint{required=5,point="attribute",take=true}'

*Valid Points:

  • attribute, attribute_reallocation, class, skill

Clone this wiki locally