Contract Score
Grants an amount of Contract Score (CS) to the player when the reward is claimed. CS is the plugin’s own points system.
{ "type": "Score", "title": "", "description": "", "eligiblePermissions": [], "amount": 100}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
type | string | Exactly 'Score' |
title | string | Display name. May be empty to use the reward type's default name (recommended for most rewards). |
description | string | A short blurb of 1 to 3 sentences. May be empty. |
eligiblePermissions | string[] | Permission strings that gate this reward, using any-of logic: a non-empty list grants the reward to any player holding at least one of the listed permissions. An empty array means everyone is eligible. |
amount | integer (≥ 1) | Amount of Contract Score (CS) granted. |
amountis a whole number of CS (no decimals) and must be at least 1.- If
titleis left empty, the reward displays as Score.
