Placeholders
This condition lets you define a list of placeholders to match, if ANY of the conditions match, the check is passed
conditions:
placeholders:
1:
placeholder: "player_first_join"
operator: ">="
value: "1717790357452"
warning
Requires PlaceholderAPI to be installed
placeholder
The name of a placeholder, Please refer to the PlaceholderAPI documentation for a list of available placeholders: https://wiki.placeholderapi.com/
operator
The operator to use when comparing the placeholder value to the provided value. Must be one of the following values:
EQUALSor==: Must be the sameNOTor!=: Must not be the sameINCLUDES: Must contain the valueBEGINS_WITHor.*: Must start with the valueSTOPS_WITHor*.: Must end with the valueGREATER_THANor>: Must be more than the valueLESS_THANor<: Must be less than the valueGREATER_THAN_OR_EQUALSor>=: Must be more or exactly the same as the valueLESS_THAN_OR_EQUALSor<=: Must be less than or exactly the same as the value
value
The value to test the placeholder for. The type of this value depends on the placeholder being used. For example, a placeholder that returns a number should be compared against a number. The value will always be parsed from the point of view of the deceased player.