Skip to content
These docs reflect Contracts v0.6.0, the latest release. Older servers may differ.

Server Rewards

Grants an amount of RP (reward points) to the player when the reward is claimed.

{
"type": "ServerRewards",
"title": "",
"description": "",
"eligiblePermissions": [],
"amount": 100
}
Field Type Description
type string Exactly 'ServerRewards'
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 Server Rewards points (RP) granted.
  • amount is a whole number of RP (no decimals).
  • If title is left empty, the reward displays as RP.